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
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
static final HalRelation
static final HalRelation
static final HalRelation
protected String
protected int
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HalCaseDefinition
fromCaseDefinition
(CaseDefinition caseDefinition, ProcessEngine processEngine) getId()
return the identifier of the resourcegetKey()
getName()
int
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
Field Details
-
REL_SELF
-
REL_DEPLOYMENT
-
REL_DEPLOYMENT_RESOURCE
-
id
-
key
-
category
-
name
-
version
protected int version -
resource
-
deploymentId
-
contextPath
-
-
Constructor Details
-
HalCaseDefinition
public HalCaseDefinition()
-
-
Method Details
-
fromCaseDefinition
public static HalCaseDefinition fromCaseDefinition(CaseDefinition caseDefinition, ProcessEngine processEngine) -
getId
Description copied from interface:HalIdResource
return the identifier of the resource- Specified by:
getId
in interfaceHalIdResource
-
getKey
-
getCategory
-
getName
-
getVersion
public int getVersion() -
getResource
-
getDeploymentId
-
getContextPath
-