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
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
static final HalRelation
static final HalRelation
static final HalRelation
protected String
protected boolean
protected int
protected String
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HalProcessDefinition
fromProcessDefinition
(ProcessDefinition processDefinition, ProcessEngine processEngine) getId()
return the identifier of the resourcegetKey()
getName()
int
boolean
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
-
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:HalIdResource
return the identifier of the resource- Specified by:
getId
in interfaceHalIdResource
-
getKey
-
getCategory
-
getDescription
-
getName
-
getVersion
public int getVersion() -
getVersionTag
-
getResource
-
getDeploymentId
-
getDiagram
-
isSuspended
public boolean isSuspended() -
getContextPath
-