Uses of Class
de.aristaflow.ilm.model.orgmodel.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in de.aristaflow.ilm.core.orgmodelmanager
Method parameters in de.aristaflow.ilm.core.orgmodelmanager with type arguments of type EntityModifier and TypeMethodDescriptionstatic 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 EntityModifier and TypeFieldDescriptionEntityInitialRemoteIteratorData.entitiesEntityRemoteIteratorData.entitiesMethods in de.aristaflow.ilm.model.orgmodel that return EntityModifier and TypeMethodDescriptionstatic EntityTransformation.toIlm(Entity entity, AttributeMetaData amd) Methods in de.aristaflow.ilm.model.orgmodel that return types with arguments of type EntityModifier and TypeMethodDescriptionEntityInitialRemoteIteratorData.getContentAbstract()EntityRemoteIteratorData.getContentAbstract()Methods in de.aristaflow.ilm.model.orgmodel with parameters of type EntityModifier and TypeMethodDescriptionstatic EntityTransformation.fromIlm(Entity entity, AttributeMetaData amd) Method parameters in de.aristaflow.ilm.model.orgmodel with type arguments of type EntityModifier and TypeMethodDescriptionvoidEntityInitialRemoteIteratorData.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 EntityModifier and TypeMethodDescription@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 EntityModifier and TypeMethodDescriptionvoidModelChangeOperationsWebService.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 EntityModifier and TypeMethodDescriptionEntityRemoteIteratorWebService.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 EntityModifier and TypeMethodDescriptionprotected 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 EntityModifier and TypeMethodDescriptionprotected static <T extends Entity>
TTransformation.fillEntity(EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs, T ret) protected static <T extends Entity>
TTransformation.fillEntity(EntityType entType, Map<String, Object> attrs, T ret) Methods in de.aristaflow.ilm.ws.rest.model.orgmodel that return EntityModifier and TypeMethodDescriptionstatic EntityTransformation.fromRest(EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs) static EntityTransformation.fromRest(EntityType entType, Map<String, Object> attrs) static EntityTransformation.fromRest(Long id, EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs) static EntityMethods in de.aristaflow.ilm.ws.rest.model.orgmodel with parameters of type Entity