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 Summary
FieldsModifier 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 Summary
Constructors - 
Method Summary
Modifier 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.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded 
- 
Field Details
- 
REL_SELF
 - 
REL_DEPLOYMENT
 - 
REL_DEPLOYMENT_RESOURCE
 - 
id
 - 
key
 - 
category
 - 
description
 - 
name
 - 
versionTag
 - 
version
protected int version - 
resource
 - 
deploymentId
 - 
diagram
 - 
suspended
protected boolean suspended - 
contextPath
 
 - 
 - 
Constructor Details
- 
HalProcessDefinition
public HalProcessDefinition() 
 - 
 - 
Method Details
- 
fromProcessDefinition
public static HalProcessDefinition fromProcessDefinition(ProcessDefinition processDefinition, ProcessEngine processEngine)  - 
getId
Description copied from interface:HalIdResourcereturn the identifier of the resource- Specified by:
 getIdin interfaceHalIdResource
 - 
getKey
 - 
getCategory
 - 
getDescription
 - 
getName
 - 
getVersion
public int getVersion() - 
getVersionTag
 - 
getResource
 - 
getDeploymentId
 - 
getDiagram
 - 
isSuspended
public boolean isSuspended() - 
getContextPath
 
 -