Uses of Enum Class
org.alfresco.rest.framework.resource.parameters.where.WhereProperty.ClauseType
Packages that use WhereProperty.ClauseType
-
Uses of WhereProperty.ClauseType in org.alfresco.rest.framework.resource.parameters.where
Methods in org.alfresco.rest.framework.resource.parameters.where that return WhereProperty.ClauseTypeModifier and TypeMethodDescriptionWhereProperty.ClauseType.negate()static WhereProperty.ClauseTypeWhereProperty.ClauseType.of(int type) static WhereProperty.ClauseTypeWhereProperty.ClauseType.of(int type, boolean negated) static WhereProperty.ClauseTypeReturns the enum constant of this class with the specified name.static WhereProperty.ClauseType[]WhereProperty.ClauseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.rest.framework.resource.parameters.where that return types with arguments of type WhereProperty.ClauseTypeModifier and TypeMethodDescriptionWhereProperty.getExpectedValuesForAllOf(WhereProperty.ClauseType... clauseTypes) WhereProperty.getExpectedValuesForAnyOf(WhereProperty.ClauseType... clauseTypes) Methods in org.alfresco.rest.framework.resource.parameters.where with parameters of type WhereProperty.ClauseTypeModifier and TypeMethodDescriptionvoidWhereProperty.addValuesToType(WhereProperty.ClauseType clauseType, Collection<String> values) booleanWhereProperty.containsAllTypes(WhereProperty.ClauseType... clauseType) booleanWhereProperty.containsAnyOfTypes(WhereProperty.ClauseType... clauseType) booleanWhereProperty.containsType(WhereProperty.ClauseType clauseType) WhereProperty.getExpectedValuesFor(WhereProperty.ClauseType clauseType) WhereProperty.getExpectedValuesForAllOf(WhereProperty.ClauseType... clauseTypes) WhereProperty.getExpectedValuesForAnyOf(WhereProperty.ClauseType... clauseTypes) Constructors in org.alfresco.rest.framework.resource.parameters.where with parameters of type WhereProperty.ClauseTypeModifierConstructorDescriptionWhereProperty(String name, WhereProperty.ClauseType clauseType, Collection<String> values) WhereProperty(String name, WhereProperty.ClauseType clauseType, Collection<String> values, boolean validateStrictly)