Class HalProcessDefinition
java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalProcessDefinition>
org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
- All Implemented Interfaces:
- HalIdResource
public class HalProcessDefinition
extends HalResource<HalProcessDefinition>
implements HalIdResource
- Author:
- Daniel Meyer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringstatic final HalRelationstatic final HalRelationstatic final HalRelationprotected Stringprotected booleanprotected intprotected StringFields inherited from class org.camunda.bpm.engine.rest.hal.HalResource_embedded, _links, linker
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HalProcessDefinitionfromProcessDefinition(ProcessDefinition processDefinition, ProcessEngine processEngine) getId()return the identifier of the resourcegetKey()getName()intbooleanMethods inherited from class org.camunda.bpm.engine.rest.hal.HalResourceaddEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
- 
Field Details- 
REL_SELF
- 
REL_DEPLOYMENT
- 
REL_DEPLOYMENT_RESOURCE
- 
id
- 
key
- 
category
- 
description
- 
name
- 
versionTag
- 
versionprotected int version
- 
resource
- 
deploymentId
- 
diagram
- 
suspendedprotected boolean suspended
- 
contextPath
 
- 
- 
Constructor Details- 
HalProcessDefinitionpublic HalProcessDefinition()
 
- 
- 
Method Details- 
fromProcessDefinitionpublic static HalProcessDefinition fromProcessDefinition(ProcessDefinition processDefinition, ProcessEngine processEngine) 
- 
getIdDescription copied from interface:HalIdResourcereturn the identifier of the resource- Specified by:
- getIdin interface- HalIdResource
 
- 
getKey
- 
getCategory
- 
getDescription
- 
getName
- 
getVersionpublic int getVersion()
- 
getVersionTag
- 
getResource
- 
getDeploymentId
- 
getDiagram
- 
isSuspendedpublic boolean isSuspended()
- 
getContextPath
 
-