Class ModelingModelsSteps


  • public class ModelingModelsSteps
    extends ModelingContextSteps<org.activiti.cloud.modeling.api.Model>
    Modeling steps for models
    • Constructor Detail

      • ModelingModelsSteps

        public ModelingModelsSteps()
    • Method Detail

      • create

        public org.springframework.hateoas.EntityModel<org.activiti.cloud.modeling.api.Model> create​(String modelName,
                                                                                                     String modelType,
                                                                                                     List<String> processVariables)
      • removeProcessVariableInCurrentModel

        public void removeProcessVariableInCurrentModel​(String processVariable)
      • addProcessVariableInCurrentModel

        public void addProcessVariableInCurrentModel​(List<String> processVariable)
      • addProcessVariableToModelModel

        public void addProcessVariableToModelModel​(org.activiti.cloud.modeling.api.Model model,
                                                   List<String> processVariable)
      • saveCurrentModel

        public void saveCurrentModel​(boolean updateContent)
      • saveModel

        public void saveModel​(org.springframework.hateoas.EntityModel<org.activiti.cloud.modeling.api.Model> model)
      • checkCurrentModelValidation

        public void checkCurrentModelValidation()
                                         throws IOException
        Throws:
        IOException
      • checkCurrentModelValidationFailureForExtensions

        public void checkCurrentModelValidationFailureForExtensions​(String errorMessage)
                                                             throws IOException
        Throws:
        IOException
      • validateModel

        public feign.Response validateModel​(org.springframework.hateoas.EntityModel<org.activiti.cloud.modeling.api.Model> model,
                                            feign.form.FormData file)
      • validateExtensions

        public feign.Response validateExtensions​(org.springframework.hateoas.EntityModel<org.activiti.cloud.modeling.api.Model> model,
                                                 feign.form.FormData file)
      • checkCurrentModelVersion

        public void checkCurrentModelVersion​(String expectedModelVersion)
      • checkCurrentModelContainsVariables

        public void checkCurrentModelContainsVariables​(String... processVariables)