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 EntityModelExplorerRest. _getEntity(EntityType entType, Long id, List<String> attributeNames)@NotNull @Valid EntityModelExplorerRest. getAgentForUserName(@NotNull String agentUserName)@NotNull @Valid EntityModelExplorerRest. getEntity(@NotNull EntityType entType, @NotNull Long id, @NotNull List<@NotBlank String> attributeNames)@NotNull @Valid EntityModelExplorerRest. 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. entitiesList<Entity>EntityRemoteIteratorData. entitiesMethods in de.aristaflow.ilm.ws.rest.model.orgmodel that return Entity Modifier and Type Method Description static EntityTransformation. 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 voidEntityInitialRemoteIteratorData. setContentAbstract(List<Entity> content)voidEntityRemoteIteratorData. setContentAbstract(List<Entity> content)
-