Class FilterCriteriaDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.FilterCriteriaDTO
public class FilterCriteriaDTO
extends org.osgi.dto.DTO
DTO expresses FilterCriteria. This data structure is used for searching
resources.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum FilterOperationstatic enumEnum FilterUsage -
Field Summary
FieldsModifier and TypeFieldDescriptionApply Relative PathAttributeChild AttributeChild LabelsChild Resource TypeContent Filter QueryContent Filter SyntaxContent TypeCreated AfterCreated BeforeExpire AfterExpire BeforeFilter OperationFilter UsageLabelsLabel QueryLevelLimit number of AnswersModified SinceOffsetParent AttributeParent LabelsParent Resource TypeResource TypeSemantic FilterSize AboveSize BelowState Tag BiggerState Tag SmallerUnmodified Since -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
createdBefore
Created Before -
createdAfter
Created After -
modifiedSince
Modified Since -
unmodifiedSince
Unmodified Since -
stateTagSmaller
State Tag Smaller -
stateTagBigger
State Tag Bigger -
expireBefore
Expire Before -
expireAfter
Expire After -
labels
-
resourceType
-
sizeAbove
Size Above -
sizeBelow
Size Below -
contentType
-
attribute
Attribute -
filterUsage
Filter Usage -
limit
Limit number of Answers -
semanticsFilter
-
filterOperation
Filter Operation -
contentFilterSyntax
Content Filter Syntax -
contentFilterQuery
Content Filter Query -
level
Level -
offset
Offset -
childLabels
-
parentLabels
-
labelsQuery
Label Query -
childResourceType
-
parentResourceType
-
childAttribute
Child Attribute -
parentAttribute
Parent Attribute -
applyRelativePath
Apply Relative Path
-
-
Constructor Details
-
FilterCriteriaDTO
public FilterCriteriaDTO()
-