Class HalCaseDefinition

    • Field Detail

      • REL_DEPLOYMENT

        public static final HalRelation REL_DEPLOYMENT
      • REL_DEPLOYMENT_RESOURCE

        public static final HalRelation REL_DEPLOYMENT_RESOURCE
      • category

        protected String category
      • version

        protected int version
      • resource

        protected String resource
      • deploymentId

        protected String deploymentId
      • contextPath

        protected String contextPath
    • Constructor Detail

      • HalCaseDefinition

        public HalCaseDefinition()
    • Method Detail

      • fromCaseDefinition

        public static HalCaseDefinition fromCaseDefinition​(org.camunda.bpm.engine.repository.CaseDefinition caseDefinition,
                                                           org.camunda.bpm.engine.ProcessEngine processEngine)
      • getKey

        public String getKey()
      • getCategory

        public String getCategory()
      • getName

        public String getName()
      • getVersion

        public int getVersion()
      • getResource

        public String getResource()
      • getDeploymentId

        public String getDeploymentId()
      • getContextPath

        public String getContextPath()