Uses of Interface
org.activiti.cloud.modeling.api.Model
Packages that use Model
-
Uses of Model in org.activiti.cloud.modeling.api
Methods in org.activiti.cloud.modeling.api that return types with arguments of type ModelMethods in org.activiti.cloud.modeling.api with parameters of type ModelModifier and TypeMethodDescriptionvoidContentUpdateListener.execute(Model model, FileContent fileContent) Perform an action over the model from the file content.voidPerform an extra action over the model from the data received.default Collection<ModelValidationError>ModelValidator.validate(Model model, byte[] modelContent, ValidationContext validationContext, boolean validateUsage) Validate the given model and its usagedefault Collection<ModelValidationError>ModelContentValidator.validateModelContent(Model model, byte[] modelContent, ValidationContext validationContext, boolean validateUsage) Validate the given model content and it's usage