Uses of Class
org.jboss.portal.cms.workflow.Content

Packages that use Content
org.jboss.portal.cms.workflow   
 

Uses of Content in org.jboss.portal.cms.workflow
 

Methods in org.jboss.portal.cms.workflow that return types with arguments of type Content
 java.util.Collection<Content> ApprovePublish.getAllPendingInQueue()
          Retrieves a queue of unapproved content for everything in the CMS.
 java.util.Collection<Content> ApprovePublishImpl.getAllPendingInQueue()
          Retrieves a queue of unapproved content for everything in the CMS.
 java.util.Collection<Content> ApprovePublish.getPendingQueue(java.lang.String filePath)
          Retrieves a queue of unapproved content associated with the specified file in the CMS
 java.util.Collection<Content> ApprovePublishImpl.getPendingQueue(java.lang.String filePath)
          Retrieves a queue of unapproved content associated with the specified file in the CMS
 

Methods in org.jboss.portal.cms.workflow with parameters of type Content
 long ApprovePublish.requestApproval(Content content)
          Called when content is added to the CMS, and needs to be approved by the managers before it can be published to go live
 long ApprovePublishImpl.requestApproval(Content content)
          Called when content is added to the CMS, and needs to be approved by the managers before it can be published to go live
 



Copyright © 2008. All Rights Reserved.