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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringstatic final HalRelationstatic final HalRelationstatic final HalRelationprotected Stringprotected intFields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic HalCaseDefinitionfromCaseDefinition(CaseDefinition caseDefinition, ProcessEngine processEngine) getId()return the identifier of the resourcegetKey()getName()intMethods 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:HalIdResourcereturn the identifier of the resource- Specified by:
 getIdin interfaceHalIdResource
 - 
getKey
 - 
getCategory
 - 
getName
 - 
getVersion
public int getVersion() - 
getResource
 - 
getDeploymentId
 - 
getContextPath
 
 -