org.jasig.portal.channels
Class CChannelManager.WorkflowSection
java.lang.Object
org.jasig.portal.channels.CChannelManager.WorkflowSection
- Direct Known Subclasses:
- CChannelManager.CPDWorkflowSection
- Enclosing class:
- CChannelManager
protected class CChannelManager.WorkflowSection
- extends java.lang.Object
Field Summary |
protected java.lang.String |
name
|
protected java.util.List |
steps
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
steps
protected java.util.List steps
CChannelManager.WorkflowSection
protected CChannelManager.WorkflowSection()
CChannelManager.WorkflowSection
protected CChannelManager.WorkflowSection(java.lang.String name)
setName
protected void setName(java.lang.String name)
addStep
protected void addStep(CChannelManager.WorkflowStep step)
toXML
protected org.w3c.dom.Element toXML(org.w3c.dom.Document doc)