@DTO public class UESAttachmentGetAttachmentList extends UESPagingCriteria
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
codeFilter
Deprecated.
This attribute has been replaced by attribute
query . Attribute codeFilter will be converted to query in this
format: code='codeFilter'. It is not allowed to use attribute query together with attribute codeFilter. It is deprecated
since UES6-08. |
private java.lang.String |
nameFilter
Deprecated.
|
private java.lang.String |
query
The UES query string.
|
Constructor and Description |
---|
UESAttachmentGetAttachmentList() |
UESAttachmentGetAttachmentList(java.lang.Integer pageIndex, |
UESAttachmentGetAttachmentList(java.lang.Integer pageIndex,
Deprecated.
Use constructor with attribute
query . |
getPageIndex, getPageSize, setPageIndex, setPageSize
query
. Attribute codeFilter will be converted to query in this
format: code='codeFilter'. It is not allowed to use attribute query together with attribute codeFilter. It is deprecated
since UES6-08.codeFilter
is an empty string, no
filtering according to the code is applied. Filter behavior is similar to the SQL like predicate pattern string. It is a wildcard with
these special characters: % (percent sign) allows matching any string of any length (including zero length) _ (underscore) allows
matching a single character \ (backslash) is used to escape any of these special charactersnameFilter
is an empty string, no
filtering according to the name is applied. Filter behavior is similar to the SQL like predicate pattern string. It is a wildcard with
these special characters: % (percent sign) allows matching any string of any length (including zero length) _ (underscore) allows
matching a single character \ (backslash) is used to escape any of these special charactersquery
.