Uses of Class
de.aristaflow.ilm.model.orgmodel.TransientEntity
-
Packages that use TransientEntity Package Description de.aristaflow.ilm.model.orgmodel de.aristaflow.ilm.ws.core.orgmodelmanager de.aristaflow.ilm.ws.rest.core.orgmodelmanager -
-
Uses of TransientEntity in de.aristaflow.ilm.model.orgmodel
Subclasses of TransientEntity in de.aristaflow.ilm.model.orgmodel Modifier and Type Class Description class
Entity
Methods in de.aristaflow.ilm.model.orgmodel with type parameters of type TransientEntity Modifier and Type Method Description protected static <I extends TransientEntity>
ITransformation. fillEntity(Entity entity, AttributeMetaData amd, I ret)
Methods in de.aristaflow.ilm.model.orgmodel with parameters of type TransientEntity Modifier and Type Method Description protected static Entity
Transformation. fillEntity(TransientEntity entity, AttributeMetaData amd, Entity ret)
static Entity
Transformation. fromIlm(TransientEntity entity, AttributeMetaData amd)
-
Uses of TransientEntity in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager with parameters of type TransientEntity Modifier and Type Method Description @NotNull Long
ModelChangeOperationsWebService. createEntity(@NotNull @Valid SessionToken session, @NotNull @Valid TransientEntity entity)
-
Uses of TransientEntity in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.orgmodelmanager with parameters of type TransientEntity Modifier and Type Method Description protected Long
ModelChangeOperationsRest. _createEntityForm(EntityType entType, TransientEntity entity)
-