Package org.osgi.service.onem2m.dto
Class FilterCriteriaDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.FilterCriteriaDTO
DTO expresses FilterCriteria. This data structure is used for searching
resources.
- See Also:
- "NotThreadSafe"
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum FilterOperationstatic enum
Enum 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
-
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
Labels -
resourceType
Resource Type -
sizeAbove
Size Above -
sizeBelow
Size Below -
contentType
Content Type -
attribute
Attribute -
filterUsage
Filter Usage -
limit
Limit number of Answers -
semanticsFilter
Semantic Filter -
filterOperation
Filter Operation -
contentFilterSyntax
Content Filter Syntax -
contentFilterQuery
Content Filter Query -
level
Level -
offset
Offset -
childLabels
Child Labels -
parentLabels
Parent Labels -
labelsQuery
Label Query -
childResourceType
Child Resource Type -
parentResourceType
Parent Resource Type -
childAttribute
Child Attribute -
parentAttribute
Parent Attribute -
applyRelativePath
Apply Relative Path
-
-
Constructor Details
-
FilterCriteriaDTO
public FilterCriteriaDTO()
-