Interface CaseDefinition


  • public interface CaseDefinition
    • Method Detail

      • getId

        String getId()
        unique identifier
      • getCategory

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

        String getName()
        label used for display purposes
      • getKey

        String getKey()
        unique name for all versions of this case definition
      • getDescription

        String getDescription()
        description of this case definition
      • getVersion

        int getVersion()
        version of this case definition
      • getDeploymentId

        String getDeploymentId()
        The deployment in which this case definition is contained.
      • 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)?
      • getTenantId

        String getTenantId()
        The tenant identifier of this case definition
      • 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