Interface CaseDefinition

All Superinterfaces:
FlowableDefinition
All Known Subinterfaces:
CaseDefinitionEntity
All Known Implementing Classes:
CaseDefinitionEntityImpl

public interface CaseDefinition extends FlowableDefinition
  • Method Details

    • getCategory

      String getCategory()
      category name which is derived from the targetNamespace attribute in the definitions element
    • getDescription

      String getDescription()
      description of this case definition
    • getDiagramResourceName

      String getDiagramResourceName()
      The resource name in the deployment of the diagram image (if any).
    • hasStartFormKey

      boolean hasStartFormKey()
      Does this case definition have a start form key}.
    • hasGraphicalNotation

      boolean hasGraphicalNotation()
      Does this case definition have a graphical notation defined (such that a diagram can be generated)?
    • setLocalizedName

      void setLocalizedName(String localizedName)
      Sets an optional localized name for the case definition.
    • setLocalizedDescription

      void setLocalizedDescription(String localizedDescription)
      Sets an optional localized description for the case definition