| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager | |
| de.aristaflow.adept2.core.orgmodelmanager.parser | |
| de.aristaflow.adept2.model.orgmodel |
| Modifier and Type | Method and Description |
|---|---|
CmpOperator |
Filter.Selection.getOperator()
Returns the comparison operator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.addSelection(java.lang.String attrName,
CmpOperator cmpOperator,
java.io.Serializable value)
Adds a new selection to the
Filter. |
java.util.List<Entity> |
ModelExplorer.getEntities(SessionToken session,
EntityType entType,
java.lang.String attrName,
CmpOperator cmpOperator,
java.io.Serializable value,
boolean excludeDisabled,
java.lang.String... attributes)
This method returns a list of all entities where the given attribute matches the comparison.
|
RemoteIterator<java.util.List<Entity>> |
ModelExplorer.getEntitiesIterator(SessionToken session,
EntityType entType,
java.lang.String attrName,
CmpOperator cmpOperator,
java.io.Serializable value,
boolean excludeDisabled,
java.lang.String... attributes)
|
| Modifier and Type | Method and Description |
|---|---|
CmpOperator |
AtomicSelection.getCmpOperator()
Returns the comparison operator to be used in the selection.
|
| Constructor and Description |
|---|
AtomicSelection(EntityType entityType,
java.lang.String attrName,
CmpOperator cmpOperator,
java.lang.Object value)
Constructs a new
AtomicSelection. |
| Modifier and Type | Method and Description |
|---|---|
static CmpOperator |
CmpOperator.getCmpOperatorFor(java.lang.String symbol)
Returns the
CmpOperator for the given symbol or
null if the symbol is not recognised. |
CmpOperator |
CmpOperator.negate()
Returns the negated version of this operator.
|
static CmpOperator |
CmpOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmpOperator[] |
CmpOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|