Uses of Class
de.aristaflow.ilm.ws.rest.model.orgmodel.Entity
-
Packages that use Entity Package Description de.aristaflow.ilm.ws.rest.core.orgmodelmanager de.aristaflow.ilm.ws.rest.model.orgmodel -
-
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 protected Entity
ModelExplorerRest. _getEntity(EntityType entType, Long id, List<String> attributeNames)
@NotNull @Valid Entity
ModelExplorerRest. getAgentForUserName(@NotNull String agentUserName)
@NotNull @Valid Entity
ModelExplorerRest. getEntity(@NotNull EntityType entType, @NotNull Long id, @NotNull List<@NotBlank String> attributeNames)
@NotNull @Valid Entity
ModelExplorerRest. getEntityAllAttrs(@NotNull EntityType entType, @NotNull Long id)
-
Uses of Entity in de.aristaflow.ilm.ws.rest.model.orgmodel
Fields in de.aristaflow.ilm.ws.rest.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.ws.rest.model.orgmodel that return Entity Modifier and Type Method Description static Entity
Transformation. toRest(Entity entity)
Methods in de.aristaflow.ilm.ws.rest.model.orgmodel that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
EntityInitialRemoteIteratorData. getContentAbstract()
List<Entity>
EntityRemoteIteratorData. getContentAbstract()
protected Function<Entity,Entity>
EntityRestRemoteIteratorWebService. getTransformator(AttributeMetaData amd)
Method parameters in de.aristaflow.ilm.ws.rest.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)
-