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 classEntityMethods 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 EntityTransformation. fillEntity(TransientEntity entity, AttributeMetaData amd, Entity ret)static EntityTransformation. 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 LongModelChangeOperationsWebService. 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 LongModelChangeOperationsRest. _createEntityForm(EntityType entType, TransientEntity entity)
-