Class HalCaseDefinition

java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalCaseDefinition>
org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
All Implemented Interfaces:
HalIdResource

public class HalCaseDefinition extends HalResource<HalCaseDefinition> implements HalIdResource
Author:
Daniel Meyer
  • Field Details

    • REL_SELF

      public static final HalRelation REL_SELF
    • REL_DEPLOYMENT

      public static final HalRelation REL_DEPLOYMENT
    • REL_DEPLOYMENT_RESOURCE

      public static final HalRelation REL_DEPLOYMENT_RESOURCE
    • id

      protected String id
    • key

      protected String key
    • category

      protected String category
    • name

      protected String name
    • version

      protected int version
    • resource

      protected String resource
    • deploymentId

      protected String deploymentId
    • contextPath

      protected String contextPath
  • Constructor Details

    • HalCaseDefinition

      public HalCaseDefinition()
  • Method Details

    • fromCaseDefinition

      public static HalCaseDefinition fromCaseDefinition(CaseDefinition caseDefinition, ProcessEngine processEngine)
    • getId

      public String getId()
      Description copied from interface: HalIdResource
      return the identifier of the resource
      Specified by:
      getId in interface HalIdResource
    • 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()