Uses of Enum Class
de.aristaflow.adept2.model.orgmodel.CmpOperator
Packages that use CmpOperator
Package
Description
-
Uses of CmpOperator in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that return CmpOperatorModifier and TypeMethodDescriptionFilter.Selection.getOperator()Returns the comparison operator.Methods in de.aristaflow.adept2.core.orgmodelmanager with parameters of type CmpOperatorModifier and TypeMethodDescriptionvoidFilter.addSelection(String attrName, CmpOperator cmpOperator, Serializable value) Adds a new selection to theFilter.ModelExplorer.getEntities(SessionToken session, EntityType entType, String attrName, CmpOperator cmpOperator, Serializable value, boolean excludeDisabled, String... attributes) This method returns a list of all entities where the given attribute matches the comparison.ModelExplorer.getEntitiesIterator(SessionToken session, EntityType entType, String attrName, CmpOperator cmpOperator, Serializable value, boolean excludeDisabled, String... attributes) The same asModelExplorer.getEntities(SessionToken, EntityType, String, CmpOperator, Serializable, boolean, String...)but with partial retrieval of the entities.Constructors in de.aristaflow.adept2.core.orgmodelmanager with parameters of type CmpOperatorModifierConstructorDescriptionFilter(String attrName, CmpOperator cmpOperator, Serializable value) Creates a new filter with just one selection for the designated attribute, operator and value. -
Uses of CmpOperator in de.aristaflow.adept2.core.orgmodelmanager.parser
Methods in de.aristaflow.adept2.core.orgmodelmanager.parser that return CmpOperatorModifier and TypeMethodDescriptionAtomicSelection.getCmpOperator()Returns the comparison operator to be used in the selection.Constructors in de.aristaflow.adept2.core.orgmodelmanager.parser with parameters of type CmpOperatorModifierConstructorDescriptionAtomicSelection(EntityType entityType, String attrName, CmpOperator cmpOperator, Object value) Constructs a newAtomicSelection. -
Uses of CmpOperator in de.aristaflow.adept2.model.orgmodel
Methods in de.aristaflow.adept2.model.orgmodel that return CmpOperatorModifier and TypeMethodDescriptionstatic CmpOperatorCmpOperator.getCmpOperatorFor(String symbol) Returns theCmpOperatorfor the given symbol ornullif the symbol is not recognised.CmpOperator.negate()Returns the negated version of this operator.static CmpOperatorReturns the enum constant of this class with the specified name.static CmpOperator[]CmpOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.