Class Summary |
SRLCategoriesResponses |
Defines the result of SRL searches |
SRLCategoryDTO |
This class describes the DTO data for a standard response category. |
SRLError |
This class describes SRL (Standard Response Library) error codes. |
SRLForm |
This class describes an SRL form. |
SRLFormResult |
This class describes a SRL form result. |
SRLSearchAttribute |
Defines a SRL attribute to be searched. If UCS is not connected, you cannot search for SRLs. |
SRLSearchTemplate |
Defines a template for a SRL search. You can use SRLSearchAttribute instances to define Strings to be searched in the subject,
the body, the name and/or the description attributes of a standard response (see SRLAttribute). To indicate if you search
an attribute matching one of your settings, you specify the SRLOperator.OR by calling the setSrlOperator() method. If you
set the SRLOperator.AND, the returned results will match all your settings. Note: Additionally, the search can be case sensitive.
See SRLSearchAttribute.
|
SRLUsernameDTO |
This class describes a set of the standard response DTO data associated with a username.. |
StandardResponseDTO |
This class describes the DTO data of a standard response. |