Uses of Class
de.aristaflow.ilm.model.orgmodel.Entity
-
-
Uses of Entity in de.aristaflow.ilm.core.orgmodelmanager
Method parameters in de.aristaflow.ilm.core.orgmodelmanager with type arguments of type Entity Modifier and Type Method Description static Filter
Transformation. fromIlm(MultipleFilter<Entity,EntityFilter> mFilter, Function<EntityFilter,Filter> innerFilter)
-
Uses of Entity in de.aristaflow.ilm.model.orgmodel
Fields in de.aristaflow.ilm.model.orgmodel with type parameters of type Entity Modifier and Type Field Description List<@NotNull @NotNull Entity>
EntityInitialRemoteIteratorData. entities
List<Entity>
EntityRemoteIteratorData. entities
Methods in de.aristaflow.ilm.model.orgmodel that return Entity Modifier and Type Method Description static Entity
Transformation. toIlm(Entity entity, AttributeMetaData amd)
Methods in de.aristaflow.ilm.model.orgmodel that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
EntityInitialRemoteIteratorData. getContentAbstract()
List<Entity>
EntityRemoteIteratorData. getContentAbstract()
Methods in de.aristaflow.ilm.model.orgmodel with parameters of type Entity Modifier and Type Method Description static Entity
Transformation. fromIlm(Entity entity, AttributeMetaData amd)
Method parameters in de.aristaflow.ilm.model.orgmodel with type arguments of type Entity Modifier and Type Method Description void
EntityInitialRemoteIteratorData. setContentAbstract(List<Entity> content)
void
EntityRemoteIteratorData. setContentAbstract(List<Entity> content)
-
Uses of Entity in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return Entity Modifier and Type Method Description @NotNull @Valid Entity
ModelExplorerWebService. getAgentForUserName(@NotNull @Valid SessionToken session, @NotEmpty String agentUserName)
@NotNull @Valid Entity
ModelExplorerWebService. getEntity(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotNull Long id, List<@NotBlank String> attributes)
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager with parameters of type Entity Modifier and Type Method Description void
ModelChangeOperationsWebService. updateEntity(@NotNull @Valid SessionToken session, @NotNull @Valid Entity entity)
-
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 Function<Entity,Entity>
EntityRemoteIteratorWebService. getTransformator(AttributeMetaData amd)
-
Uses of Entity in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.orgmodelmanager with parameters of type Entity Modifier and Type Method Description protected void
ModelChangeOperationsRest. _updateEntity(EntityType entType, Entity entity)
-
Uses of Entity in de.aristaflow.ilm.ws.rest.model.orgmodel
Methods in de.aristaflow.ilm.ws.rest.model.orgmodel with type parameters of type Entity Modifier and Type Method Description protected static <T extends Entity>
TTransformation. fillEntity(EntityType entType, Map<String,Object> attrs, T ret)
protected static <T extends Entity>
TTransformation. fillEntity(EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs, T ret)
Methods in de.aristaflow.ilm.ws.rest.model.orgmodel that return Entity Modifier and Type Method Description static Entity
Transformation. fromRest(EntityType entType, Map<String,Object> attrs)
static Entity
Transformation. fromRest(EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs)
static Entity
Transformation. fromRest(Long id, EntityType entType, Map<String,Object> attrs)
static Entity
Transformation. fromRest(Long id, EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs)
Methods in de.aristaflow.ilm.ws.rest.model.orgmodel with parameters of type Entity Modifier and Type Method Description static Entity
Transformation. toRest(Entity entity)
-