Uses of Class
de.aristaflow.ilm.model.orgmodel.Entity
-
Packages that use Entity Package Description de.aristaflow.ilm.model.orgmodel de.aristaflow.ilm.ws.core.orgmodelmanager de.aristaflow.ilm.ws.model.orgmodel de.aristaflow.ilm.ws.rest.core.orgmodelmanager -
-
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<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()
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)
-
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)
-
Uses of Entity in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.orgmodelmanager that return Entity Modifier and Type Method Description @NotNull @Valid Entity
ModelExplorerRest. getAgentForUserName(@NotNull String agentUserName)
@NotNull @Valid Entity
ModelExplorerRest. getEntity(@NotNull EntityType entType, @NotNull Long id, List<@NotBlank String> attributeNames)
-