Uses of Interface
org.activiti.cloud.acc.modeling.modeling.ModelingIdentifier
-
Packages that use ModelingIdentifier Package Description org.activiti.cloud.acc.modeling.modeling org.activiti.cloud.acc.modeling.steps -
-
Uses of ModelingIdentifier in org.activiti.cloud.acc.modeling.modeling
Classes in org.activiti.cloud.acc.modeling.modeling that implement ModelingIdentifier Modifier and Type Class Description classModelIdentifier<M>Modeling model identifierclassModelingNamingIdentifier<M>Identifier by name -
Uses of ModelingIdentifier in org.activiti.cloud.acc.modeling.steps
Methods in org.activiti.cloud.acc.modeling.steps with parameters of type ModelingIdentifier Modifier and Type Method Description voidModelingContextSteps. checkExists(ModelingIdentifier<M> identifier)voidModelingContextSteps. checkExistsInCurrentContext(ModelingIdentifier<M> identifier)voidModelingProjectsSteps. checkProjectNotFound(ModelingIdentifier identifier)voidModelingContextSteps. deleteAll(ModelingIdentifier<M> identifier)booleanModelingContextSteps. exists(ModelingIdentifier<M> identifier)protected booleanModelingContextSteps. existsInCollection(ModelingIdentifier<M> identifier, Collection<org.springframework.hateoas.EntityModel<M>> modelingObjects)booleanModelingContextSteps. existsInCurrentContext(ModelingIdentifier<M> identifier)voidModelingContextSteps. openModelingObject(ModelingIdentifier<M> identifier)
-