public class XmlWuicBean extends Object
Represents the root element in wuic.xml file.
| Constructor and Description | 
|---|
XmlWuicBean()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<XmlBuilderBean> | 
getDaoBuilders()
 Gets the DAO builders. 
 | 
List<XmlBuilderBean> | 
getEngineBuilders()
 Gets the engine builders. 
 | 
List<XmlBuilderBean> | 
getFilterBuilders()
 Gets the filter builders. 
 | 
List<XmlHeapBean> | 
getHeaps()
 Gets the heaps. 
 | 
Integer | 
getPollingIntervalSeconds()
 Gets the polling interval. 
 | 
List<XmlWorkflowBean> | 
getWorkflows()
 Gets the binding between heap and workflow. 
 | 
List<XmlWorkflowTemplateBean> | 
getWorkflowTemplates()
 Gets the workflows. 
 | 
void | 
setEngineBuilders(List<XmlBuilderBean> engineBuilders)
 Sets the engine builders. 
 | 
void | 
setWorkflows(List<XmlWorkflowBean> workflowList)
 Sets the workflows. 
 | 
void | 
setWorkflowTemplates(List<XmlWorkflowTemplateBean> workflowTemplatesList)
 Sets the workflow templates. 
 | 
public Integer getPollingIntervalSeconds()
Gets the polling interval. If value is not filled in wuic.xml, returns -1.
public List<XmlBuilderBean> getFilterBuilders()
Gets the filter builders.
public List<XmlBuilderBean> getDaoBuilders()
Gets the DAO builders.
public List<XmlBuilderBean> getEngineBuilders()
Gets the engine builders.
public List<XmlHeapBean> getHeaps()
Gets the heaps.
public List<XmlWorkflowTemplateBean> getWorkflowTemplates()
Gets the workflows.
public List<XmlWorkflowBean> getWorkflows()
Gets the binding between heap and workflow.
public void setWorkflowTemplates(List<XmlWorkflowTemplateBean> workflowTemplatesList)
Sets the workflow templates.
workflowTemplatesList - the new listpublic void setWorkflows(List<XmlWorkflowBean> workflowList)
Sets the workflows.
workflowList - the new listpublic void setEngineBuilders(List<XmlBuilderBean> engineBuilders)
Sets the engine builders.
engineBuilders - the new buildersCopyright © 2012-2015. All Rights Reserved.