Uses of Class
com.jalios.jcms.Workflow
-
Packages that use Workflow Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.policy com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of Workflow in com.jalios.jcms
Fields in com.jalios.jcms declared as Workflow Modifier and Type Field Description static Workflow
WorkflowManager. DEFAULT_WORKFLOW
Methods in com.jalios.jcms that return Workflow Modifier and Type Method Description Workflow
WorkflowManager. getCopyWorkflow(java.lang.String id)
Returns the workflow bound to the given id in copyWorkflowMapWorkflow
WorkflowManager. getDefaultFileDocumentWorkflow()
Returns the Default Workflow associated with FileDocumentstatic Workflow
FileDocument. getDefaultWorkflow()
Returns the Default Workflow associated with FileDocumentWorkflow
WorkflowManager. getDefaultWorkflow()
Workflow
Publication. getInternalWorkflow()
Returns the Workflow bound internaly to this publicationWorkflow
Publication. getWorkflow()
Returns the Workflow bound to this publicationWorkflow
WorkflowManager. getWorkflow(Publication pub)
Returns the workflow bound to a given publication (general workflow, not instance one if any is set.Workflow
WorkflowManager. getWorkflow(java.lang.String wfId)
Return a Workflow from a given IdMethods in com.jalios.jcms that return types with arguments of type Workflow Modifier and Type Method Description java.util.Comparator<Workflow>
WorkflowManager. getAlphabeticalComparator()
java.util.Map<java.lang.String,Workflow>
WorkflowManager. getCopyWorkflowMap()
Returns the copy of the workflow map (used to perform changes with no effect until the workflows are saved)java.util.Map<java.lang.String,Workflow>
WorkflowManager. getWorkflowMap()
Returns the workflow map.java.util.Map<java.lang.String,Workflow>
WorkflowManager. getWorkflowMap(boolean copy)
Returns the workflow map or the copy of the workflow map (without the default workflow)java.util.Set<Workflow>
WorkflowManager. getWorkflowSet()
Return the set of workflow from the workflow Mapjava.util.Set<Workflow>
WorkflowManager. getWorkflowSet(java.lang.Class typeClass)
Return the set of workflow from the workflow Map compatible with the typeClassjava.util.Map<java.lang.String,Workflow>
WorkflowManager. parseAllWorkflows()
Parse all workflows contains in JCMSworkflows
directory.Methods in com.jalios.jcms with parameters of type Workflow Modifier and Type Method Description void
WorkflowManager. addWorkflow(java.lang.String id, Workflow wf)
Binds a Workflow to a given classvoid
Workflow. cloneStates(Workflow other)
Clones all the states of another workflow in this one.boolean
WorkflowManager. convertPstatus(Publication pub, Workflow wf, int oldPstatus, int newPstatus, Member opAuthor)
Converts a publication in the given pstatus with the given workflow to a new pstatus.int
WorkflowManager. convertPstatus(Workflow wf, int oldPstatus, int newPstatus, Member opAuthor)
Converts publications in the given pstatus with the given workflow to a new pstatus.java.util.Set<Publication>
Channel. getPublicationSet(java.util.Set<Publication> publicationSet, Workflow wf)
Return a SubSet of all publication using the given workflowjava.lang.String
WorkflowManager. getWFStateStateLabel(Workflow wf, int pstatus, java.lang.String userLang)
Returns the label of the given pstatus.java.lang.String
WorkflowManager. getWFStateStateLabelHtml(Workflow wf, int pstatus, java.lang.String userLang)
Returns the HTML code for the label of the given pstatus.java.util.Set<Workspace>
Channel. getWorkspaceSet(Workflow wf)
Return a Set of Workspace that use the given Workflowboolean
ChannelPolicyManager. isCompatibleWorkflow(Workflow workflow, java.lang.Class typeClass)
boolean
WorkflowManager. isCompatibleWorkflow(Workflow workflow, java.lang.Class typeClass)
indicates if theWorkflow
is compatible with the typeClass
void
Publication. setWorkflow(Workflow workflow)
Constructors in com.jalios.jcms with parameters of type Workflow Constructor Description Workflow(Workflow wf)
Clones a workflow from a given workflow (clone workflow type, states, actions, roles and transitions).Workflow(java.util.Map<java.lang.String,java.lang.String> labelMap, Workflow wf, boolean clone)
Creates 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 Modifier and Type Field Description protected Workflow
PublicationCaddyManagerHandler. commonWF
protected Workflow
PublicationCaddyManagerHandler. wf
Methods in com.jalios.jcms.caddy that return Workflow Modifier and Type Method Description Workflow
PublicationCaddyManagerHandler. getCommonWorkflow()
-
Uses of Workflow in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as Workflow Modifier and Type Field Description protected Workflow
EditPublicationHandler. internalWf
protected Workflow
EditPublicationHandler. wf
protected Workflow
WFEditorHandler. wf
protected Workflow
WFEditorHandler. wfFrom
Methods in com.jalios.jcms.handler that return Workflow Modifier and Type Method Description Workflow
EditPublicationHandler. getAvailableInternalWorkflow()
Workflow
EditPublicationHandler. getWorkflow()
Workflow
WFEditorHandler. getWorkflow()
Workflow
WorkReportHandler. getWorkflow()
Methods in com.jalios.jcms.handler that return types with arguments of type Workflow Modifier and Type Method Description java.util.Set<Workflow>
WFEditorHandler. getWorkflowSet()
-
Uses of Workflow in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy with parameters of type Workflow Modifier and Type Method Description boolean
BasicChannelPolicyFilter. isCompatibleWorkflow(Workflow workflow, java.lang.Class typeClass)
boolean
ChannelPolicyFilter. isCompatibleWorkflow(Workflow workflow, java.lang.Class typeClass)
This method is a Hook to indicate if aWorkflow
is compatible with a type class -
Uses of Workflow in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as Workflow Modifier and Type Field Description protected Workflow
EditWSTypeEntryHandler. workflow
Methods in com.jalios.jcms.workspace that return Workflow Modifier and Type Method Description Workflow
WKRole. getWorkflow()
Returns the Workflow bound to this WKRole.Workflow
Workspace. getWorkflow(java.lang.Class clazz)
Find the Worflow associated to the given class.Workflow
Workspace. getWorkflow(java.lang.Class<?> clazz, boolean checkSuperclass)
Find the Worflow associated to the given class or one of it's super class.Workflow
WSTypeEntry. getWorkflow(boolean checkSuperclass)
Return the workflow for this given type in given workspace.Methods in com.jalios.jcms.workspace that return types with arguments of type Workflow Modifier and Type Method Description java.util.Set<Workflow>
EditWorkspaceRoleHandler. getAvailableAllWorkflowSet()
java.util.Set<Workflow>
EditWorkspaceRoleHandler. getAvailableWorkflowSet()
java.util.Set<Workflow>
EditWorkflowInstanceHandler. getSelectedWorkflowSet()
java.util.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 Modifier and Type Method Description java.util.Set<Publication>
Workspace. getPublicationSet(Workflow workflow)
Return all publication for a given Workflowjava.util.Set<Publication>
Workspace. getPublicationSet(Workflow workflow, boolean specialState)
Return all the publication in/not a special state for the given Workflowjava.util.Set<WKRole>
Workspace. getWKRoleSet(Workflow wf)
Return all the WKRole for a given Workflowvoid
Workspace. setTypeWorkflow(java.lang.Class<?> clazz, Workflow wf)
Link a Workflow to a given Class.Method parameters in com.jalios.jcms.workspace with type arguments of type Workflow Modifier and Type Method Description void
EditWorkflowInstanceHandler. setSelectedWorkflowSet(java.util.Set<Workflow> selectedWorkflowSet)
-