Package | Description |
---|---|
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.policy | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Field and Description |
---|---|
static Workflow |
WorkflowManager.DEFAULT_WORKFLOW |
protected static Workflow |
FileDocument.DEFAULT_WORKFLOW |
Modifier and Type | Method and Description |
---|---|
static Workflow |
WorkflowManager.getCopyWorkflow(java.lang.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(java.lang.String wfId)
Return a Workflow from a given Id
|
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<Workflow> |
WorkflowManager.getAlphabeticalComparator() |
static 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)
|
static java.util.Map<java.lang.String,Workflow> |
WorkflowManager.getWorkflowMap()
Returns the workflow map.
|
static 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)
|
static java.util.Set<Workflow> |
WorkflowManager.getWorkflowSet()
Return the set of workflow from the workflow Map
|
static java.util.Set<Workflow> |
WorkflowManager.getWorkflowSet(java.lang.Class typeClass)
Return the set of workflow from the workflow Map compatible with the typeClass
|
static java.util.Map<java.lang.String,Workflow> |
WorkflowManager.parseAllWorkflows()
Parse all workflows contains in JCMS
workflows directory. |
Modifier and Type | Method and Description |
---|---|
static void |
WorkflowManager.addWorkflow(java.lang.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.
|
java.util.Set<Publication> |
Channel.getPublicationSet(java.util.Set<Publication> publicationSet,
Workflow wf)
Return a SubSet of all publication using the given workflow
|
static java.lang.String |
WorkflowManager.getWFStateStateLabel(Workflow wf,
int pstatus,
java.lang.String userLang)
Returns the label of the given pstatus.
|
static 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 Workflow
|
static boolean |
WorkflowManager.isCompatibleWorkflow(Workflow workflow,
java.lang.Class typeClass)
indicates if the
Workflow is compatible with the type Class |
void |
Publication.setWorkflow(Workflow workflow) |
Constructor and Description |
---|
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).
|
Workflow(Workflow wf)
Clones a workflow from a given workflow (clone workflow type, states, actions, roles and transitions).
|
Modifier and Type | Field and Description |
---|---|
protected Workflow |
PublicationCaddyManagerHandler.commonWF |
protected Workflow |
PublicationCaddyManagerHandler.wf |
Modifier and Type | Method and Description |
---|---|
Workflow |
PublicationCaddyManagerHandler.getCommonWorkflow() |
Modifier and Type | Field and Description |
---|---|
protected Workflow |
EditPublicationHandler.internalWf |
protected Workflow |
WFEditorHandler.wf |
protected Workflow |
EditPublicationHandler.wf |
protected Workflow |
WFEditorHandler.wfFrom |
Modifier and Type | Method and Description |
---|---|
Workflow |
EditPublicationHandler.getAvailableInternalWorkflow() |
Workflow |
WorkReportHandler.getWorkflow() |
Workflow |
WFEditorHandler.getWorkflow() |
Workflow |
EditPublicationHandler.getWorkflow() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Workflow> |
WFEditorHandler.getWorkflowSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
PolicyManager.isCompatibleWorkflow(Workflow workflow,
java.lang.Class typeClass) |
boolean |
ChannelPolicyFilter.isCompatibleWorkflow(Workflow workflow,
java.lang.Class typeClass)
This method is a Hook to indicate if a
Workflow is compatible with a type class |
boolean |
BasicChannelPolicyFilter.isCompatibleWorkflow(Workflow workflow,
java.lang.Class typeClass) |
Modifier and Type | Field and Description |
---|---|
protected Workflow |
EditWSTypeEntryHandler.workflow |
Modifier and Type | Method and Description |
---|---|
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(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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Publication> |
Workspace.getPublicationSet(Workflow workflow)
Return all publication for a given Workflow
|
java.util.Set<Publication> |
Workspace.getPublicationSet(Workflow workflow,
boolean specialState)
Return all the publication in/not a special state for the given Workflow
|
java.util.Set<WKRole> |
Workspace.getWKRoleSet(Workflow wf)
Return all the WKRole for a given Workflow
|
void |
Workspace.setTypeWorkflow(java.lang.Class<?> clazz,
Workflow wf)
Link a Workflow to a given Class.
|
Modifier and Type | Method and Description |
---|---|
void |
EditWorkflowInstanceHandler.setSelectedWorkflowSet(java.util.Set<Workflow> selectedWorkflowSet) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.