Uses of Class
com.vidispine.generated.CollectionCriterionType
-
Uses of CollectionCriterionType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CollectionCriterionTypeModifier and TypeFieldDescriptionprotected List<CollectionCriterionType>CollectionCriterionType.collectionprotected List<CollectionCriterionType>ItemSearchType.collectionprotected List<CollectionCriterionType>SearchOperatorType.collectionMethods in com.vidispine.generated that return CollectionCriterionTypeModifier and TypeMethodDescriptionObjectFactory.createCollectionCriterionType()Create an instance ofCollectionCriterionTypeCollectionCriterionType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) CollectionCriterionType.withAcl(SearchAclType value) Sets the value of the acl property.CollectionCriterionType.withCollection(CollectionCriterionType... values) Adds objects to the list of Collection using add methodCollectionCriterionType.withCollection(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll methodCollectionCriterionType.withField(SearchFieldType... values) Adds objects to the list of Field using add methodCollectionCriterionType.withField(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodCollectionCriterionType.withGroup(SearchGroupType... values) Adds objects to the list of Group using add methodCollectionCriterionType.withGroup(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodCollectionCriterionType.withItem(ItemCriterionType value) Sets the value of the item property.CollectionCriterionType.withOperator(SearchOperatorType value) Sets the value of the operator property.CollectionCriterionType.withRelation(RelationType value) Sets the value of the relation property.Methods in com.vidispine.generated that return types with arguments of type CollectionCriterionTypeModifier and TypeMethodDescriptionCollectionCriterionType.getCollection()Gets the value of the collection property.ItemSearchType.getCollection()Gets the value of the collection property.SearchOperatorType.getCollection()Gets the value of the collection property.Methods in com.vidispine.generated with parameters of type CollectionCriterionTypeModifier and TypeMethodDescriptionCollectionCriterionType.withCollection(CollectionCriterionType... values) Adds objects to the list of Collection using add methodFileSearchType.withCollection(CollectionCriterionType... values) Adds objects to the list of Collection using add methodItemSearchType.withCollection(CollectionCriterionType... values) Adds objects to the list of Collection using add methodSearchOperatorType.withCollection(CollectionCriterionType... values) Adds objects to the list of Collection using add methodShapeSearchType.withCollection(CollectionCriterionType... values) Adds objects to the list of Collection using add methodMethod parameters in com.vidispine.generated with type arguments of type CollectionCriterionTypeModifier and TypeMethodDescriptionCollectionCriterionType.withCollection(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll methodFileSearchType.withCollection(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll methodItemSearchType.withCollection(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll methodSearchOperatorType.withCollection(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll methodShapeSearchType.withCollection(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll method