Class FilterCriteriaDTO

    • Field Detail

      • createdBefore

        public java.lang.String createdBefore
        Created Before
      • createdAfter

        public java.lang.String createdAfter
        Created After
      • modifiedSince

        public java.lang.String modifiedSince
        Modified Since
      • unmodifiedSince

        public java.lang.String unmodifiedSince
        Unmodified Since
      • stateTagSmaller

        public java.lang.Integer stateTagSmaller
        State Tag Smaller
      • stateTagBigger

        public java.lang.Integer stateTagBigger
        State Tag Bigger
      • expireBefore

        public java.lang.String expireBefore
        Expire Before
      • expireAfter

        public java.lang.String expireAfter
        Expire After
      • labels

        public java.util.List<java.lang.String> labels
        Labels
      • resourceType

        public java.util.List<java.lang.Integer> resourceType
        Resource Type
      • sizeAbove

        public java.lang.Integer sizeAbove
        Size Above
      • sizeBelow

        public java.lang.Integer sizeBelow
        Size Below
      • contentType

        public java.util.List<java.lang.String> contentType
        Content Type
      • attribute

        public java.util.List<AttributeDTO> attribute
        Attribute
      • limit

        public java.lang.Integer limit
        Limit number of Answers
      • semanticsFilter

        public java.util.List<java.lang.String> semanticsFilter
        Semantic Filter
      • contentFilterSyntax

        public java.lang.Integer contentFilterSyntax
        Content Filter Syntax
      • contentFilterQuery

        public java.lang.String contentFilterQuery
        Content Filter Query
      • level

        public java.lang.Integer level
        Level
      • offset

        public java.lang.Integer offset
        Offset
      • childLabels

        public java.util.List<java.lang.String> childLabels
        Child Labels
      • parentLabels

        public java.util.List<java.lang.String> parentLabels
        Parent Labels
      • labelsQuery

        public java.lang.String labelsQuery
        Label Query
      • childResourceType

        public java.util.List<java.lang.Integer> childResourceType
        Child Resource Type
      • parentResourceType

        public java.util.List<java.lang.Integer> parentResourceType
        Parent Resource Type
      • childAttribute

        public java.util.List<AttributeDTO> childAttribute
        Child Attribute
      • parentAttribute

        public java.util.List<AttributeDTO> parentAttribute
        Parent Attribute
      • applyRelativePath

        public java.lang.String applyRelativePath
        Apply Relative Path
    • Constructor Detail

      • FilterCriteriaDTO

        public FilterCriteriaDTO()