Interface ProcessDefinition

All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement

public interface ProcessDefinition extends org.activiti.api.model.shared.model.ApplicationElement
  • Method Details

    • getId

      String getId()
    • getName

      String getName()
    • getKey

      String getKey()
    • getDescription

      String getDescription()
    • getVersion

      int getVersion()
    • getFormKey

      String getFormKey()
    • getCategory

      String getCategory()