public class XmlWorkflowTemplateBean extends Object
This class corresponds to the XML expression of a workflow template with a set of engines to compote the chains of responsibility and the store DAO.
| Constructor and Description | 
|---|
XmlWorkflowTemplateBean()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getDaoBuilderIds()
 Gets the DAO builders ID. 
 | 
List<String> | 
getEngineBuilderIds()
 Gets the engine builders ID. 
 | 
String | 
getId()
 Gets the ID. 
 | 
Boolean | 
getUseDefaultEngines()
 Indicates if the chain should include default engines. 
 | 
List<String> | 
getWithoutEngineBuilderIds()
 Gets the engine builders ID to be excluded. 
 | 
void | 
setEngineBuilderIds(List<String> engineBuilderIds)
 Sets the engine builder IDs. 
 | 
void | 
setId(String id)
 Sets the ID. 
 | 
void | 
setUseDefaultEngines(Boolean useDefaultEngines)
 Sets the use of default engines. 
 | 
public String getId()
Gets the ID.
public List<String> getDaoBuilderIds()
Gets the DAO builders ID.
public List<String> getEngineBuilderIds()
Gets the engine builders ID.
public List<String> getWithoutEngineBuilderIds()
Gets the engine builders ID to be excluded.
public Boolean getUseDefaultEngines()
Indicates if the chain should include default engines.
true if we include default engines or if value is null, false otherwisepublic void setEngineBuilderIds(List<String> engineBuilderIds)
Sets the engine builder IDs.
engineBuilderIds - the IDspublic void setUseDefaultEngines(Boolean useDefaultEngines)
Sets the use of default engines.
useDefaultEngines - the use of default enginespublic void setId(String id)
Sets the ID.
id - the new IDCopyright © 2012-2015. All Rights Reserved.