Interface ExtendedCloudProcessDefinition

All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement, CloudProcessDefinition, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.api.process.model.ProcessDefinition

public interface ExtendedCloudProcessDefinition extends CloudProcessDefinition
  • Method Summary

    Modifier and Type
    Method
    Description
     
    List<org.activiti.api.process.model.VariableDefinition>
     

    Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement

    getAppVersion

    Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity

    getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion

    Methods inherited from interface org.activiti.api.process.model.ProcessDefinition

    getCategory, getDescription, getFormKey, getId, getKey, getName, getVersion
  • Method Details

    • getVariableDefinitions

      List<org.activiti.api.process.model.VariableDefinition> getVariableDefinitions()
    • getConstantValues

      Map<String,Object> getConstantValues()