public class NavigationElementRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
caseDefinitionKey |
protected String |
definitionKey |
protected String |
description |
protected String |
formKey |
protected String |
icon |
protected String |
id |
protected Integer |
index |
protected String |
label |
protected String |
name |
protected String |
renderedState |
protected String |
state |
protected String |
subType |
protected String |
type |
protected String |
url |
Constructor and Description |
---|
NavigationElementRepresentation() |
NavigationElementRepresentation(org.flowable.cmmn.model.ExtensionElement pageExtensionElement) |
NavigationElementRepresentation(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance,
org.flowable.cmmn.model.CasePageTask casePageTask,
String caseDefinitionKey,
String definitionKey,
String renderedState) |
NavigationElementRepresentation(org.flowable.task.api.Task task,
org.flowable.bpmn.model.ExtensionElement renderingElement) |
NavigationElementRepresentation(org.flowable.task.api.Task task,
org.flowable.cmmn.model.ExtensionElement renderingElement,
String renderedState) |
Modifier and Type | Method and Description |
---|---|
String |
getCaseDefinitionKey() |
String |
getDefinitionKey() |
String |
getDescription() |
String |
getFormKey() |
String |
getIcon() |
String |
getId() |
Integer |
getIndex() |
String |
getLabel() |
String |
getName() |
String |
getRenderedState() |
String |
getState() |
String |
getSubType() |
String |
getType() |
String |
getUrl() |
void |
setCaseDefinitionKey(String caseDefinitionKey) |
void |
setDefinitionKey(String definitionKey) |
void |
setDescription(String description) |
void |
setFormKey(String formKey) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setIndex(Integer index) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setRenderedState(String renderedState) |
void |
setState(String state) |
void |
setSubType(String subType) |
void |
setType(String type) |
void |
setUrl(String url) |
protected String id
protected String type
protected String subType
protected String name
protected String definitionKey
protected String caseDefinitionKey
protected String description
protected String label
protected String icon
protected String url
protected Integer index
protected String formKey
protected String state
protected String renderedState
public NavigationElementRepresentation(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance, org.flowable.cmmn.model.CasePageTask casePageTask, String caseDefinitionKey, String definitionKey, String renderedState)
public NavigationElementRepresentation(org.flowable.task.api.Task task, org.flowable.bpmn.model.ExtensionElement renderingElement)
public NavigationElementRepresentation(org.flowable.task.api.Task task, org.flowable.cmmn.model.ExtensionElement renderingElement, String renderedState)
public NavigationElementRepresentation(org.flowable.cmmn.model.ExtensionElement pageExtensionElement)
public NavigationElementRepresentation()
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getSubType()
public void setSubType(String subType)
public String getName()
public void setName(String name)
public String getDefinitionKey()
public void setDefinitionKey(String definitionKey)
public String getCaseDefinitionKey()
public void setCaseDefinitionKey(String caseDefinitionKey)
public String getDescription()
public void setDescription(String description)
public String getLabel()
public void setLabel(String label)
public String getIcon()
public void setIcon(String icon)
public String getUrl()
public void setUrl(String url)
public Integer getIndex()
public void setIndex(Integer index)
public String getFormKey()
public void setFormKey(String formKey)
public String getState()
public void setState(String state)
public String getRenderedState()
public void setRenderedState(String renderedState)
Copyright © 2019. All rights reserved.