Uses of Interface
org.activiti.cloud.acc.modeling.modeling.ModelingIdentifier
Packages that use ModelingIdentifier
-
Uses of ModelingIdentifier in org.activiti.cloud.acc.modeling.modeling
Classes in org.activiti.cloud.acc.modeling.modeling that implement ModelingIdentifierModifier and TypeClassDescriptionclassModeling model identifierclassIdentifier by name -
Uses of ModelingIdentifier in org.activiti.cloud.acc.modeling.steps
Methods in org.activiti.cloud.acc.modeling.steps with parameters of type ModelingIdentifierModifier and TypeMethodDescriptionvoidModelingContextSteps.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)