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 FilterTransformation. 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. entitiesList<Entity>EntityRemoteIteratorData. entitiesMethods in de.aristaflow.ilm.model.orgmodel that return Entity Modifier and Type Method Description static EntityTransformation. 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 EntityTransformation. fromIlm(Entity entity, AttributeMetaData amd)Method parameters in de.aristaflow.ilm.model.orgmodel with type arguments of type Entity Modifier and Type Method Description voidEntityInitialRemoteIteratorData. setContentAbstract(List<Entity> content)voidEntityRemoteIteratorData. 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 EntityModelExplorerWebService. getAgentForUserName(@NotNull @Valid SessionToken session, @NotEmpty String agentUserName)@NotNull @Valid EntityModelExplorerWebService. 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 voidModelChangeOperationsWebService. 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 voidModelChangeOperationsRest. _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 EntityTransformation. fromRest(EntityType entType, Map<String,Object> attrs)static EntityTransformation. fromRest(EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs)static EntityTransformation. fromRest(Long id, EntityType entType, Map<String,Object> attrs)static EntityTransformation. 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 EntityTransformation. toRest(Entity entity)
-