public class HalProcessDefinition extends HalResource<HalProcessDefinition> implements HalIdResource
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
contextPath |
protected String |
deploymentId |
protected String |
description |
protected String |
diagram |
protected String |
id |
protected String |
key |
protected String |
name |
static HalRelation |
REL_DEPLOYMENT |
static HalRelation |
REL_DEPLOYMENT_RESOURCE |
static HalRelation |
REL_SELF |
protected String |
resource |
protected boolean |
suspended |
protected int |
version |
protected String |
versionTag |
_embedded, _links, linker
Constructor and Description |
---|
HalProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
static HalProcessDefinition |
fromProcessDefinition(ProcessDefinition processDefinition,
ProcessEngine processEngine) |
String |
getCategory() |
String |
getContextPath() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getDiagram() |
String |
getId()
return the identifier of the resource
|
String |
getKey() |
String |
getName() |
String |
getResource() |
int |
getVersion() |
String |
getVersionTag() |
boolean |
isSuspended() |
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
public static final HalRelation REL_SELF
public static final HalRelation REL_DEPLOYMENT
public static final HalRelation REL_DEPLOYMENT_RESOURCE
protected String id
protected String key
protected String category
protected String description
protected String name
protected String versionTag
protected int version
protected String resource
protected String deploymentId
protected String diagram
protected boolean suspended
protected String contextPath
public static HalProcessDefinition fromProcessDefinition(ProcessDefinition processDefinition, ProcessEngine processEngine)
public String getId()
HalIdResource
getId
in interface HalIdResource
public String getKey()
public String getCategory()
public String getDescription()
public String getName()
public int getVersion()
public String getVersionTag()
public String getResource()
public String getDeploymentId()
public String getDiagram()
public boolean isSuspended()
public String getContextPath()
Copyright © 2022. All rights reserved.