Uses of Interface
org.activiti.cloud.modeling.api.ModelType
-
Packages that use ModelType Package Description org.activiti.cloud.modeling.api -
-
Uses of ModelType in org.activiti.cloud.modeling.api
Classes in org.activiti.cloud.modeling.api that implement ModelType Modifier and Type Class Description classConnectorModelTypeConnector model typeclassJsonModelTypeJson based model typeclassProcessModelTypeProcess model typeMethods in org.activiti.cloud.modeling.api that return ModelType Modifier and Type Method Description ModelTypeContentUpdateListener. getHandledModelType()Get handled model type by this listener.ModelTypeModelContentConverter. getHandledModelType()Get handled model type by this converter.ModelTypeModelUpdateListener. getHandledModelType()Get handled model type by this listener.ModelTypeModelValidator. getHandledModelType()Get handled model type by this validator.Methods in org.activiti.cloud.modeling.api with parameters of type ModelType Modifier and Type Method Description List<Model>ValidationContext. getAvailableModels(ModelType modelType)
-