Class ModelingModelsSteps

java.lang.Object
org.activiti.cloud.acc.modeling.steps.ModelingContextSteps<org.activiti.cloud.modeling.api.Model>
org.activiti.cloud.acc.modeling.steps.ModelingModelsSteps

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

    • ModelingModelsSteps

      public ModelingModelsSteps()
  • Method Details

    • 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
    • checkCurrentModelValidationFailureMessage

      public void checkCurrentModelValidationFailureMessage(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)
    • getRel

      protected Optional<String> getRel()
      Specified by:
      getRel in class ModelingContextSteps<org.activiti.cloud.modeling.api.Model>
    • service

      public ModelingModelsService service()
      Specified by:
      service in class ModelingContextSteps<org.activiti.cloud.modeling.api.Model>