Constructor and Description |
---|
XmlWorkflowBean() |
Modifier and Type | Method and Description |
---|---|
String |
getHeapIdPattern()
Gets the heap ID.
|
String |
getId()
Gets the ID (idPrefix attribute should be
null ). |
String |
getIdPrefix()
Gets the ID prefix (id attribute should be
null ). |
String |
getWorkflowTemplateId()
Gets the workflow ID.
|
void |
setHeapIdPattern(String pattern)
Sets the heap ID.
|
void |
setIdPrefix(String prefix)
Sets the prefix ID.
|
void |
setWorkflowTemplateId(String tplId)
Sets the workflow template ID.
|
public String getIdPrefix()
Gets the ID prefix (id attribute should be null
).
public void setIdPrefix(String prefix)
Sets the prefix ID.
prefix
- the prefix IDpublic String getId()
Gets the ID (idPrefix attribute should be null
).
public String getHeapIdPattern()
Gets the heap ID.
public void setHeapIdPattern(String pattern)
Sets the heap ID.
pattern
- the heap ID patternpublic void setWorkflowTemplateId(String tplId)
Sets the workflow template ID.
tplId
- the workflow template IDpublic String getWorkflowTemplateId()
Gets the workflow ID.
Copyright © 2012-2015. All Rights Reserved.