Uses of Class
com.jalios.jcms.Workflow

Packages that use Workflow
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JCMS. 
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.workspace Contains classes about workspace features. 
 

Uses of Workflow in com.jalios.jcms
 

Fields in com.jalios.jcms declared as Workflow
static Workflow WorkflowManager.DEFAULT_WORKFLOW
           
protected static Workflow FileDocument.DEFAULT_WORKFLOW
           
 

Methods in com.jalios.jcms that return Workflow
static Workflow WorkflowManager.getCopyWorkflow(String id)
          Returns the workflow bound to the given id in copyWorkflowMap
static Workflow WorkflowManager.getDefaultWorkflow()
           
static Workflow FileDocument.getDefaultWorkflow()
          Returns the Default Workflow associated with FileDocument
 Workflow Publication.getInternalWorkflow()
          Returns the Workflow bound internaly to this publication
 Workflow Publication.getWorkflow()
          Returns the Workflow bound to this publication
static Workflow WorkflowManager.getWorkflow(Publication pub)
          Returns the workflow bound to a given publication (general workflow, not instance one if any is set.
static Workflow WorkflowManager.getWorkflow(String wfId)
          Return a Workflow from a given Id
 

Methods in com.jalios.jcms that return types with arguments of type Workflow
static Comparator<Workflow> WorkflowManager.getAlphabeticalComparator()
           
static Map<String,Workflow> WorkflowManager.getCopyWorkflowMap()
          Returns the copy of the workflow map (used to perform changes with no effect until the workflows are saved)
static Map<String,Workflow> WorkflowManager.getWorkflowMap()
          Returns the workflow map.
static Map<String,Workflow> WorkflowManager.getWorkflowMap(boolean copy)
          Returns the workflow map or the copy of the workflow map (without the default workflow)
static Set<Workflow> WorkflowManager.getWorkflowSet()
          Return the set of workflow from the workflow Map
static Map<String,Workflow> WorkflowManager.parseAllWorkflows()
          Parse all workflows contains in JCMS workflows directory.
 

Methods in com.jalios.jcms with parameters of type Workflow
static void WorkflowManager.addWorkflow(String id, Workflow wf)
          Binds a Workflow to a given class
 void Workflow.cloneStates(Workflow other)
          Clones all the states of another workflow in this one.
 Set<Publication> Channel.getPublicationSet(Set<Publication> publicationSet, Workflow wf)
          Return a SubSet of all publication using the given workflow
static String WorkflowManager.getWFStateStateLabel(Workflow wf, int pstatus, String userLang)
          Returns the label of the given pstatus.
static String WorkflowManager.getWFStateStateLabelHtml(Workflow wf, int pstatus, String userLang)
          Returns the HTML code for the label of the given pstatus.
 Set<Workspace> Channel.getWorkspaceSet(Workflow wf)
          Return a Set of Workspace that use the given Workflow
 void Publication.setWorkflow(Workflow workflow)
           
 

Constructors in com.jalios.jcms with parameters of type Workflow
Workflow(Map<String,String> labelMap, Workflow wf, boolean clone)
          Creates a workflow from a given workflow (clone workflow type, states, actions, roles and transitions).
Workflow(Workflow wf)
          Clones a workflow from a given workflow (clone workflow type, states, actions, roles and transitions).
 

Uses of Workflow in com.jalios.jcms.caddy
 

Fields in com.jalios.jcms.caddy declared as Workflow
protected  Workflow PublicationCaddyManagerHandler.commonWF
           
protected  Workflow PublicationCaddyManagerHandler.wf
           
 

Methods in com.jalios.jcms.caddy that return Workflow
 Workflow PublicationCaddyManagerHandler.getCommonWorkflow()
           
 

Uses of Workflow in com.jalios.jcms.handler
 

Fields in com.jalios.jcms.handler declared as Workflow
protected  Workflow EditPublicationHandler.internalWf
           
protected  Workflow WFEditorHandler.wf
           
protected  Workflow EditPublicationHandler.wf
           
protected  Workflow WFEditorHandler.wfFrom
           
 

Methods in com.jalios.jcms.handler that return Workflow
 Workflow EditPublicationHandler.getAvailableInternalWorkflow()
           
 Workflow WorkReportHandler.getWorkflow()
           
 Workflow WFEditorHandler.getWorkflow()
           
 Workflow EditPublicationHandler.getWorkflow()
           
 

Methods in com.jalios.jcms.handler that return types with arguments of type Workflow
 Set<Workflow> WFEditorHandler.getWorkflowSet()
           
 

Uses of Workflow in com.jalios.jcms.workspace
 

Fields in com.jalios.jcms.workspace declared as Workflow
protected  Workflow EditWSTypeEntryHandler.workflow
           
 

Methods in com.jalios.jcms.workspace that return Workflow
 Workflow WKRole.getWorkflow()
          Returns the Workflow bound to this WKRole.
 Workflow WSTypeEntry.getWorkflow(boolean checkSuperclass)
          Return the workflow for this given type in given workspace.
 Workflow Workspace.getWorkflow(Class clazz)
          Find the Worflow associated to the given class.
 Workflow Workspace.getWorkflow(Class<?> clazz, boolean checkSuperclass)
          Find the Worflow associated to the given class or one of it's super class.
 

Methods in com.jalios.jcms.workspace that return types with arguments of type Workflow
 Set<Workflow> EditWorkspaceRoleHandler.getAvailableAllWorkflowSet()
           
 Set<Workflow> EditWorkspaceRoleHandler.getAvailableWorkflowSet()
           
 Set<Workflow> EditWorkflowInstanceHandler.getSelectedWorkflowSet()
           
 Set<Workflow> Workspace.getWorkflowSet()
          Returns a Set of all workflow used by calling getWorkflow(clazz,false) on all clazz.
 

Methods in com.jalios.jcms.workspace with parameters of type Workflow
 Set<Publication> Workspace.getPublicationSet(Workflow workflow)
          Return all publication for a given Workflow
 Set<Publication> Workspace.getPublicationSet(Workflow workflow, boolean specialState)
          Return all the publication in/not a special state for the given Workflow
 Set<WKRole> Workspace.getWKRoleSet(Workflow wf)
          Return all the WKRole for a given Workflow
 void Workspace.setTypeWorkflow(Class<?> clazz, Workflow wf)
          Link a Workflow to a given Class.
 

Method parameters in com.jalios.jcms.workspace with type arguments of type Workflow
 void EditWorkflowInstanceHandler.setSelectedWorkflowSet(Set<Workflow> selectedWorkflowSet)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.