Uses of Class
de.aristaflow.adept2.model.orgmodel.Entity
-
Packages that use Entity Package Description de.aristaflow.adept2.core.orgmodelmanager de.aristaflow.adept2.model.orgmodel de.aristaflow.ilm.model.orgmodel de.aristaflow.ilm.ws.model.orgmodel -
-
Uses of Entity in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that return Entity Modifier and Type Method Description Entity
ModelExplorer. getAgentForUserName(SessionToken session, String agentUserName)
Returns the agent for the specified user name.Entity
ModelExplorer. getEntity(SessionToken session, EntityType entType, long id, String... attributes)
Returns anEntity
-object containing all information about the entity of the given type and with the given id.Methods in de.aristaflow.adept2.core.orgmodelmanager that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
ModelExplorer. getEntities(SessionToken session, EntityType entType, boolean excludeDisabled, String... attributes)
This method returns a list containing all entities of the given entity type.List<Entity>
ModelExplorer. getEntities(SessionToken session, EntityType entType, Filter filter, boolean excludeDisabled, String... attributes)
This method returns a list of entities of the given entity type.List<Entity>
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.List<Entity>
ModelExplorer. getEntities(SessionToken session, String orgPolicy, boolean excludeDisabled, String... attributes)
This method returns a list containing the entities which are the result of the given org policy.RemoteIterator<List<Entity>>
ModelExplorer. getEntitiesIterator(SessionToken session, EntityType entType, boolean excludeDisabled, String... attributes)
The same asModelExplorer.getEntities(SessionToken, EntityType, boolean, String...)
but with partial retrieval of the entities.RemoteIterator<List<Entity>>
ModelExplorer. getEntitiesIterator(SessionToken session, EntityType entType, Filter filter, boolean excludeDisabled, String... attributes)
The same asModelExplorer.getEntities(SessionToken, EntityType, Filter, boolean, String...)
but with partial retrieval of the entities.RemoteIterator<List<Entity>>
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.RemoteIterator<List<Entity>>
ModelExplorer. getEntitiesIterator(SessionToken session, String orgPolicy, boolean excludeDisabled, String... attributes)
The same asModelExplorer.getEntities(SessionToken, String, boolean, String...)
but with partial retrieval of the entities.List<Entity>
ModelExplorer. getRelatedEntities(SessionToken session, EntityType entType, long id, NavFunction navFunction, boolean excludeDisabled, String... attributes)
This method returns a list of all entities that are related to the given entity (of the given type) through a relation of the type along which the givenNavFunction
traverses the OrgModel.List<Entity>
ModelExplorer. getRelatedEntities(SessionToken session, EntityType entType, long id, RelationType relType, boolean leftToRight, boolean excludeDisabled, String... attributes)
This method returns a list of all entities that are related to the given entity (of the given type) through a relation of the given type in the given direction.RemoteIterator<List<Entity>>
ModelExplorer. getRelatedEntitiesIterator(SessionToken session, EntityType entType, long id, NavFunction navFunction, boolean excludeDisabled, String... attributes)
The same asModelExplorer.getRelatedEntities(SessionToken, EntityType, long, NavFunction, boolean, String...)
but with partial retrieval of the entities.RemoteIterator<List<Entity>>
ModelExplorer. getRelatedEntitiesIterator(SessionToken session, EntityType entType, long id, RelationType relType, boolean leftToRight, boolean excludeDisabled, String... attributes)
The same asModelExplorer.getRelatedEntities(SessionToken, EntityType, long, RelationType, boolean, boolean, String...)
but with partial retrieval of the entities.Methods in de.aristaflow.adept2.core.orgmodelmanager with parameters of type Entity Modifier and Type Method Description long
ModelChangeOperations. createEntity(SessionToken session, Entity entity)
Creates a new entity with the type and attribute values provided in the givenEntity
object and returns the assigned ID.void
ModelChangeOperations. updateEntity(SessionToken session, Entity entity)
Updates an entity with the attribute values provided in the givenEntity
object. -
Uses of Entity in de.aristaflow.adept2.model.orgmodel
Methods in de.aristaflow.adept2.model.orgmodel that return Entity Modifier and Type Method Description Entity
Entity. clone()
-
Uses of Entity in de.aristaflow.ilm.model.orgmodel
Methods in de.aristaflow.ilm.model.orgmodel with parameters of type Entity Modifier and Type Method Description static Entity
Transformation. toIlm(Entity entity, AttributeMetaData amd)
-
Uses of Entity in de.aristaflow.ilm.ws.model.orgmodel
Methods in de.aristaflow.ilm.ws.model.orgmodel that return types with arguments of type Entity Modifier and Type Method Description protected Function<Entity,Entity>
EntityRemoteIteratorWebService. getTransformator(AttributeMetaData amd)
-