Uses of Interface
org.activiti.cloud.modeling.api.Model
-
Packages that use Model Package Description org.activiti.cloud.modeling.api -
-
Uses of Model in org.activiti.cloud.modeling.api
Methods in org.activiti.cloud.modeling.api that return types with arguments of type Model Modifier and Type Method Description List<Model>ValidationContext. getAvailableModels(ModelType modelType)Methods in org.activiti.cloud.modeling.api with parameters of type Model Modifier and Type Method Description voidContentUpdateListener. execute(Model model, FileContent fileContent)Perform an action over the model from the file content.voidModelUpdateListener. execute(Model modelToBeUpdated, Model newModel)Perform an extra action over the model from the data received.default voidModelValidator. validate(Model model, byte[] modelContent, ValidationContext validationContext, boolean validateUsage)Validate the given model and its usagedefault voidModelContentValidator. validateModelContent(Model model, byte[] modelContent, ValidationContext validationContext, boolean validateUsage)Validate the given model content and it's usage
-