org.jasig.portal.channels
Class CChannelManager.Workflow
java.lang.Object
org.jasig.portal.channels.CChannelManager.Workflow
- Enclosing class:
- CChannelManager
protected class CChannelManager.Workflow
- extends java.lang.Object
This Workflow class represents the collection of workflow sections and can
produce an XML version of itself for passing to the XSLT stylesheets. When a
particular section is not explicitly set, a minimal XML fragment will still
be included so that the channel can render the workflow sections at the top.
The channel parameters section is included every time except when the channel
type is not known.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
channelTypesSection
protected CChannelManager.WorkflowSection channelTypesSection
generalSettingsSection
protected CChannelManager.WorkflowSection generalSettingsSection
channelParamsSection
protected CChannelManager.WorkflowSection channelParamsSection
controlsSection
protected CChannelManager.WorkflowSection controlsSection
categoriesSection
protected CChannelManager.WorkflowSection categoriesSection
groupsSection
protected CChannelManager.WorkflowSection groupsSection
reviewSection
protected CChannelManager.WorkflowSection reviewSection
CChannelManager.Workflow
protected CChannelManager.Workflow()
setChannelTypesSection
protected void setChannelTypesSection(CChannelManager.WorkflowSection channelTypesSection)
setGeneralSettingsSection
protected void setGeneralSettingsSection(CChannelManager.WorkflowSection generalSettingsSection)
setChannelParamsSection
protected void setChannelParamsSection(CChannelManager.WorkflowSection channelParamsSection)
setControlsSection
protected void setControlsSection(CChannelManager.WorkflowSection controlsSection)
setCategoriesSection
protected void setCategoriesSection(CChannelManager.WorkflowSection categoriesSection)
setGroupsSection
protected void setGroupsSection(CChannelManager.WorkflowSection groupsSection)
setReviewSection
protected void setReviewSection(CChannelManager.WorkflowSection reviewSection)
toXML
protected org.w3c.dom.Document toXML()
throws PortalException
- Throws:
PortalException
addSection
private void addSection(CChannelManager.WorkflowSection section,
java.lang.String sectionElementName,
java.lang.String stepTitle,
org.w3c.dom.Element e)
addChannelParamsSection
private void addChannelParamsSection(org.w3c.dom.Element e)
throws PortalException
- Throws:
PortalException