Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractDescriptor - Class in com.opensymphony.workflow.loader
User: hani Date: May 28, 2003 Time: 12:44:54 AM
AbstractDescriptor() - Constructor for class com.opensymphony.workflow.loader.AbstractDescriptor
 
AbstractHibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate
 
AbstractHibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
AbstractHibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate3
 
AbstractHibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
AbstractHibernateWorkflowStore.InternalCallback - Interface in com.opensymphony.workflow.spi.hibernate
 
AbstractHibernateWorkflowStore.InternalCallback - Interface in com.opensymphony.workflow.spi.hibernate3
 
AbstractLocalStep - Interface in com.opensymphony.workflow.spi.ejb
Remote interface for steps.
AbstractWorkflow - Class in com.opensymphony.workflow
Abstract workflow instance that serves as the base for specific implementations, such as EJB or SOAP.
AbstractWorkflow() - Constructor for class com.opensymphony.workflow.AbstractWorkflow
 
AbstractWorkflowFactory - Class in com.opensymphony.workflow.loader
Abstract base class for all workflow factories.
AbstractWorkflowFactory() - Constructor for class com.opensymphony.workflow.loader.AbstractWorkflowFactory
 
ACTION - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow action field.
ACTION - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
ActionDescriptor - Class in com.opensymphony.workflow.loader
 
actions - Variable in class com.opensymphony.workflow.loader.StepDescriptor
 
ACTIVATED - Static variable in interface com.opensymphony.workflow.spi.WorkflowEntry
 
addCommonAction(ActionDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Add a common action
addCurrentSteps(HibernateCurrentStep) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
addError(String) - Method in exception com.opensymphony.workflow.InvalidInputException
Adds a generic error.
addError(String, String) - Method in exception com.opensymphony.workflow.InvalidInputException
Adds an input-specific error.
addGlobalAction(ActionDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Add a global action
addHistorySteps(HibernateHistoryStep) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
addInitialAction(ActionDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Add an initial action
addJoin(JoinDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Add a join
addPreviousSteps(Connection, long, long[]) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
addSplit(SplitDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Add a split
addStep(StepDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Add a step
AllExceptionsErrorHandler() - Constructor for class com.opensymphony.workflow.loader.WorkflowLoader.AllExceptionsErrorHandler
 
AllowOwnerOfStepCondition - Class in com.opensymphony.workflow.util
Deprecated.
Use IsUserOwnerCondition instead
AllowOwnerOfStepCondition() - Constructor for class com.opensymphony.workflow.util.AllowOwnerOfStepCondition
Deprecated.
 
AllowOwnerOnlyCondition - Class in com.opensymphony.workflow.util
Deprecated.
Use IsUserOwnerCondition instead
AllowOwnerOnlyCondition() - Constructor for class com.opensymphony.workflow.util.AllowOwnerOnlyCondition
Deprecated.
 
AND - Static variable in class com.opensymphony.workflow.query.NestedExpression
Constant to specify that all the expressions specified must evaluate to true for an item to be included in the search results.
AND - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
args - Variable in class com.opensymphony.workflow.loader.ConditionDescriptor
 
args - Variable in class com.opensymphony.workflow.loader.FunctionDescriptor
 
args - Variable in class com.opensymphony.workflow.loader.RegisterDescriptor
 
args - Variable in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
asXML() - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
autoExecute - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 

B

BasicSOAPWorkflow - Class in com.opensymphony.workflow.soap
Soap enabled Wrapper around a BasicWorkflow
BasicSOAPWorkflow() - Constructor for class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
BasicWorkflow - Class in com.opensymphony.workflow.basic
A basic workflow implementation which does not read in the current user from any context, but allows one to be specified via the constructor.
BasicWorkflow(String) - Constructor for class com.opensymphony.workflow.basic.BasicWorkflow
 
BasicWorkflowContext - Class in com.opensymphony.workflow.basic
DOCUMENT ME!
BasicWorkflowContext(String) - Constructor for class com.opensymphony.workflow.basic.BasicWorkflowContext
 
BeanShellCondition - Class in com.opensymphony.workflow.util.beanshell
 
BeanShellCondition() - Constructor for class com.opensymphony.workflow.util.beanshell.BeanShellCondition
 
BeanShellFunctionProvider - Class in com.opensymphony.workflow.util.beanshell
 
BeanShellFunctionProvider() - Constructor for class com.opensymphony.workflow.util.beanshell.BeanShellFunctionProvider
 
BeanShellRegister - Class in com.opensymphony.workflow.util.beanshell
A register that executes a beanshell script when invoked.
BeanShellRegister() - Constructor for class com.opensymphony.workflow.util.beanshell.BeanShellRegister
 
BeanShellValidator - Class in com.opensymphony.workflow.util.beanshell
Beanshell inline script validator.
BeanShellValidator() - Constructor for class com.opensymphony.workflow.util.beanshell.BeanShellValidator
 
BETWEEN - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
BSF_COL - Static variable in interface com.opensymphony.workflow.Workflow
 
BSF_LANGUAGE - Static variable in interface com.opensymphony.workflow.Workflow
 
BSF_ROW - Static variable in interface com.opensymphony.workflow.Workflow
 
BSF_SCRIPT - Static variable in interface com.opensymphony.workflow.Workflow
 
BSF_SOURCE - Static variable in interface com.opensymphony.workflow.Workflow
 
BSFCondition - Class in com.opensymphony.workflow.util.bsf
 
BSFCondition() - Constructor for class com.opensymphony.workflow.util.bsf.BSFCondition
 
BSFFunctionProvider - Class in com.opensymphony.workflow.util.bsf
 
BSFFunctionProvider() - Constructor for class com.opensymphony.workflow.util.bsf.BSFFunctionProvider
 
BSFRegister - Class in com.opensymphony.workflow.util.bsf
Register that invokes a BSF script.
BSFRegister() - Constructor for class com.opensymphony.workflow.util.bsf.BSFRegister
 
BSFValidator - Class in com.opensymphony.workflow.util.bsf
Validates a step using a BSF script.
BSFValidator() - Constructor for class com.opensymphony.workflow.util.bsf.BSFValidator
 
BSH_SCRIPT - Static variable in interface com.opensymphony.workflow.Workflow
 

C

CALLER - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow caller field.
CALLER - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
Caller - Class in com.opensymphony.workflow.util
Sets the transient variable "caller" to the current user executing an action.
Caller() - Constructor for class com.opensymphony.workflow.util.Caller
 
canInitialize(String, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
canInitialize(String, int, Map) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
canInitialize(String, int, Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
canInitialize(String, int) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
canInitialize(String, int, Map) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
canInitialize(String, int) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
canInitialize(String, int, Map) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
canInitialize(String, int) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
canInitialize(String, int, Map) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
canInitialize(String, int) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
canInitialize(String, int, Map) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
canInitialize(String, int) - Method in interface com.opensymphony.workflow.Workflow
Check if the calling user has enough permissions to initialise the specified workflow.
canInitialize(String, int, Map) - Method in interface com.opensymphony.workflow.Workflow
Determine if a particular workflow can be initialized.
canModifyEntryState(long, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
canModifyEntryState(long, int) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
canModifyEntryState(long, int) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
canModifyEntryState(long, int) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
canModifyEntryState(long, int) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
canModifyEntryState(long, int) - Method in interface com.opensymphony.workflow.Workflow
Check if the state of the specified workflow instance can be changed to the new specified one.
changeEntryState(long, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
changeEntryState(long, int) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
changeEntryState(long, int) - Method in class com.opensymphony.workflow.ejb.WorkflowEJB
 
changeEntryState(long, int) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
changeEntryState(long, int) - Method in class com.opensymphony.workflow.ofbiz.OfbizWorkflow
 
changeEntryState(long, int) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
changeEntryState(long, int) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
changeEntryState(long, int) - Method in interface com.opensymphony.workflow.Workflow
Modify the state of the specified workflow instance.
checkIfORExists(NestedExpression) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
CLASS_NAME - Static variable in interface com.opensymphony.workflow.Workflow
 
ClassLoaderUtil - Class in com.opensymphony.workflow.loader
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassLoaderUtil() - Constructor for class com.opensymphony.workflow.loader.ClassLoaderUtil
 
cleanup(Connection, Statement, ResultSet) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
closeConnWhenDone - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
com.opensymphony.workflow - package com.opensymphony.workflow
 
com.opensymphony.workflow.basic - package com.opensymphony.workflow.basic
 
com.opensymphony.workflow.config - package com.opensymphony.workflow.config
 
com.opensymphony.workflow.ejb - package com.opensymphony.workflow.ejb
 
com.opensymphony.workflow.loader - package com.opensymphony.workflow.loader
 
com.opensymphony.workflow.ofbiz - package com.opensymphony.workflow.ofbiz
 
com.opensymphony.workflow.query - package com.opensymphony.workflow.query
 
com.opensymphony.workflow.soap - package com.opensymphony.workflow.soap
 
com.opensymphony.workflow.spi - package com.opensymphony.workflow.spi
 
com.opensymphony.workflow.spi.ejb - package com.opensymphony.workflow.spi.ejb
 
com.opensymphony.workflow.spi.hibernate - package com.opensymphony.workflow.spi.hibernate
 
com.opensymphony.workflow.spi.hibernate3 - package com.opensymphony.workflow.spi.hibernate3
 
com.opensymphony.workflow.spi.jdbc - package com.opensymphony.workflow.spi.jdbc
 
com.opensymphony.workflow.spi.memory - package com.opensymphony.workflow.spi.memory
 
com.opensymphony.workflow.spi.ofbiz - package com.opensymphony.workflow.spi.ofbiz
 
com.opensymphony.workflow.spi.ojb - package com.opensymphony.workflow.spi.ojb
 
com.opensymphony.workflow.spi.prevayler - package com.opensymphony.workflow.spi.prevayler
 
com.opensymphony.workflow.timer - package com.opensymphony.workflow.timer
 
com.opensymphony.workflow.util - package com.opensymphony.workflow.util
 
com.opensymphony.workflow.util.beanshell - package com.opensymphony.workflow.util.beanshell
 
com.opensymphony.workflow.util.bsf - package com.opensymphony.workflow.util.bsf
 
com.opensymphony.workflow.util.ejb.local - package com.opensymphony.workflow.util.ejb.local
 
com.opensymphony.workflow.util.ejb.remote - package com.opensymphony.workflow.util.ejb.remote
 
com.opensymphony.workflow.util.jndi - package com.opensymphony.workflow.util.jndi
 
COMMENT_ISSUE - Static variable in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
common - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
commonActions - Variable in class com.opensymphony.workflow.loader.StepDescriptor
this list maintained internally to allow for proper xml serialization.
commonActions - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
commonActionsList - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
COMP_NAME - Static variable in class com.opensymphony.workflow.ejb.WorkflowHomeFactory
 
COMP_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.CurrentStepHomeFactory
 
COMP_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocalHome
 
COMP_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevHomeFactory
 
COMP_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.CurrentStepPrevLocalHome
 
COMP_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.HistoryStepHomeFactory
 
COMP_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocalHome
 
COMP_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevHomeFactory
 
COMP_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocalHome
 
COMP_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.WorkflowEntryHomeFactory
 
COMP_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocalHome
 
COMP_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.WorkflowStoreHomeFactory
 
compare(Object, Object) - Method in class com.opensymphony.workflow.spi.ejb.StepComparator
 
compareVersions(String, String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Compare versions using "." as a delimiter.
COMPLETED - Static variable in interface com.opensymphony.workflow.spi.WorkflowEntry
Deprecated.
since 2.9.0 as this is clone for JIRA we no not need this status
completeEntry(ActionDescriptor, long, Collection, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
Mark the specified entry as completed, and move all current steps to history.
Condition - Interface in com.opensymphony.workflow
Interface that must be implemented to define a java-based condition in your workflow definition.
ConditionalResultDescriptor - Class in com.opensymphony.workflow.loader
 
conditionalResults - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
ConditionDescriptor - Class in com.opensymphony.workflow.loader
DOCUMENT ME!
ConditionRemote - Interface in com.opensymphony.workflow
Interface that must be implemented to define a java-based remote condition in your workflow definition.
conditions - Variable in class com.opensymphony.workflow.loader.ConditionalResultDescriptor
 
conditions - Variable in class com.opensymphony.workflow.loader.JoinDescriptor
 
conditions - Variable in class com.opensymphony.workflow.loader.RestrictionDescriptor
 
conditions - Variable in class com.opensymphony.workflow.TypeResolver
 
ConditionsDescriptor - Class in com.opensymphony.workflow.loader
Date: May 12, 2004 Time: 9:04:25 AM
configuration - Variable in class com.opensymphony.workflow.AbstractWorkflow
 
Configuration - Interface in com.opensymphony.workflow.config
Configuration object that is responsible for all 'static' workflow information.
context - Variable in class com.opensymphony.workflow.AbstractWorkflow
 
create() - Method in interface com.opensymphony.workflow.ejb.WorkflowHome
 
create(long, int, String, Timestamp, Timestamp, String) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocalHome
 
create(long, long) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepPrevLocalHome
 
create(long, long, int, int, String, Timestamp, Timestamp, Timestamp, String, String) - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocalHome
 
create(long, long) - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocalHome
 
create(String) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocalHome
 
create() - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreHome
 
CREATE_OPTIONS - Static variable in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
createActionDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createActionDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createConditionalResultDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createConditionalResultDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createConditionDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createConditionDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createConditionsDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createConditionsDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
createCurrentStep(Connection, long, int, String, Date, Date, String) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
createCurrentStep(long, int, String, Date, Date, String, long[]) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Persists a step with the given parameters.
CREATED - Static variable in interface com.opensymphony.workflow.spi.WorkflowEntry
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
createEntry(String) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
createEntry(String) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
createEntry(String) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Persists a new workflow entry that has not been initialized.
createFunctionDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createFunctionDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createJoinDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createJoinDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createNewCurrentStep(ResultDescriptor, WorkflowEntry, WorkflowStore, int, Step, long[], Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
createPermissionDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createPermissionDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createRegisterDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createRegisterDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createResultDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createResultDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createSplitDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createSplitDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createStepDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createStepDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createStepDescriptor(Element, AbstractDescriptor) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createValidatorDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createValidatorDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createWorkflow(String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
createWorkflow(String) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
createWorkflow(String) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
createWorkflow(String) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
createWorkflow(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
createWorkflow(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
createWorkflow(String) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
createWorkflowDescriptor(Element) - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
createWorkflowDescriptor() - Method in class com.opensymphony.workflow.loader.DescriptorFactory
 
CURRENT - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
CURRENT_STEPS - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the history steps context.
currentPrevTable - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
CurrentStepCMP - Class in com.opensymphony.workflow.spi.ejb
CMP layer for CurrentStep.
CurrentStepCMP() - Constructor for class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
CurrentStepEJB - Class in com.opensymphony.workflow.spi.ejb
EJB implementation for current steps.
CurrentStepHomeFactory - Class in com.opensymphony.workflow.spi.ejb
Utility class for CurrentStep.
CurrentStepHomeFactory() - Constructor for class com.opensymphony.workflow.spi.ejb.CurrentStepHomeFactory
 
CurrentStepLocal - Interface in com.opensymphony.workflow.spi.ejb
Local interface for CurrentStep.
CurrentStepLocalHome - Interface in com.opensymphony.workflow.spi.ejb
Local home interface for CurrentStep.
CurrentStepPrevCMP - Class in com.opensymphony.workflow.spi.ejb
CMP layer for CurrentStepPrev.
CurrentStepPrevCMP() - Constructor for class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
CurrentStepPrevHomeFactory - Class in com.opensymphony.workflow.spi.ejb
Utility class for CurrentStepPrev.
CurrentStepPrevHomeFactory() - Constructor for class com.opensymphony.workflow.spi.ejb.CurrentStepPrevHomeFactory
 
CurrentStepPrevLocal - Interface in com.opensymphony.workflow.spi.ejb
Local interface for CurrentStepPrev.
CurrentStepPrevLocalHome - Interface in com.opensymphony.workflow.spi.ejb
Local home interface for CurrentStepPrev.
currentTable - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 

D

de.catworkx.jira.plugins.pcp.api - package de.catworkx.jira.plugins.pcp.api
 
de.catworkx.jira.plugins.pcp.postfunctions - package de.catworkx.jira.plugins.pcp.postfunctions
 
de.catworkx.jira.plugins.pcp.services.exceptions - package de.catworkx.jira.plugins.pcp.services.exceptions
 
DefaultConfiguration - Class in com.opensymphony.workflow.config
Default implementation for a configuration object.
DefaultConfiguration() - Constructor for class com.opensymphony.workflow.config.DefaultConfiguration
 
DefaultHibernatePropertySetDelegate - Class in com.opensymphony.workflow.spi.hibernate
DOCUMENT ME!
DefaultHibernatePropertySetDelegate() - Constructor for class com.opensymphony.workflow.spi.hibernate.DefaultHibernatePropertySetDelegate
 
DefaultHibernatePropertySetDelegate - Class in com.opensymphony.workflow.spi.hibernate3
DOCUMENTME
DefaultHibernatePropertySetDelegate() - Constructor for class com.opensymphony.workflow.spi.hibernate3.DefaultHibernatePropertySetDelegate
 
DefaultVariableResolver - Class in com.opensymphony.workflow.util
 
DefaultVariableResolver() - Constructor for class com.opensymphony.workflow.util.DefaultVariableResolver
 
delete(Object) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
delete(Object) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
DenyOwnerCondition - Class in com.opensymphony.workflow.util
Deprecated.
Use IsUserOwnerCondition instead
DenyOwnerCondition() - Constructor for class com.opensymphony.workflow.util.DenyOwnerCondition
Deprecated.
 
DescriptorFactory - Class in com.opensymphony.workflow.loader
Date: Nov 10, 2004 Time: 2:38:56 AM
DescriptorFactory() - Constructor for class com.opensymphony.workflow.loader.DescriptorFactory
 
displayName - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
doAction(long, int, Map) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
doAction(long, int, Map) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
doAction(long, int, Map) - Method in class com.opensymphony.workflow.ejb.WorkflowEJB
 
doAction(long, int, Map) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
doAction(long, int, Map) - Method in class com.opensymphony.workflow.ofbiz.OfbizWorkflow
 
doAction(long, int, Map) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
doAction(long, int, Map) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
doAction(long, int, Map) - Method in interface com.opensymphony.workflow.Workflow
Perform an action on the specified workflow instance.
DOCTYPE_DECL - Static variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.opensymphony.workflow.config.WorkflowFactoryServlet
 
doInHibernate(Session) - Method in interface com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore.InternalCallback
 
doInHibernate(Session) - Method in interface com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore.InternalCallback
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.opensymphony.workflow.config.WorkflowFactoryServlet
 
ds - Variable in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
ds - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
DTDEntityResolver - Class in com.opensymphony.workflow.loader
 
DTDEntityResolver() - Constructor for class com.opensymphony.workflow.loader.DTDEntityResolver
 
DUE_DATE - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow due date field.
dueDate - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 

E

EJB_LOCATION - Static variable in interface com.opensymphony.workflow.Workflow
 
ejbActivate() - Method in class com.opensymphony.workflow.ejb.WorkflowSession
 
ejbActivate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
ejbActivate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
ejbActivate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
ejbActivate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
ejbActivate() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
ejbActivate() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSession
 
ejbCreate() - Method in class com.opensymphony.workflow.ejb.WorkflowEJB
 
ejbCreate(long, int, String, Timestamp, Timestamp, String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
ejbCreate(long, long, int, int, String, Timestamp, Timestamp, Timestamp, String, String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
ejbCreate(long, long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousCurrentStepEJB
 
ejbCreate(long, long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousHistoryStepEJB
 
ejbCreate(String) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
ejbCreate() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSession
 
EJBInvoker - Class in com.opensymphony.workflow.util
Generic EJB Invoker function.
EJBInvoker() - Constructor for class com.opensymphony.workflow.util.EJBInvoker
 
ejbLoad() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
ejbLoad() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
ejbLoad() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
ejbLoad() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
ejbLoad() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
ejbPassivate() - Method in class com.opensymphony.workflow.ejb.WorkflowSession
 
ejbPassivate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
ejbPassivate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
ejbPassivate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
ejbPassivate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
ejbPassivate() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
ejbPassivate() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSession
 
ejbPostCreate() - Method in class com.opensymphony.workflow.ejb.WorkflowEJB
 
ejbPostCreate(long, int, String, Timestamp, Timestamp, String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
ejbPostCreate(long, long, int, int, String, Timestamp, Timestamp, Timestamp, String, String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
ejbPostCreate(long, long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousCurrentStepEJB
 
ejbPostCreate(long, long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousHistoryStepEJB
 
ejbPostCreate(String) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
ejbRemove() - Method in class com.opensymphony.workflow.ejb.WorkflowSession
 
ejbRemove() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
ejbRemove() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
ejbRemove() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
ejbRemove() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
ejbRemove() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
ejbRemove() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSession
 
ejbStore() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
ejbStore() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
ejbStore() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
ejbStore() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
ejbStore() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
EJBWorkflow - Class in com.opensymphony.workflow.ejb
EJB based workflow class.
EJBWorkflow(String) - Constructor for class com.opensymphony.workflow.ejb.EJBWorkflow
 
EJBWorkflow() - Constructor for class com.opensymphony.workflow.ejb.EJBWorkflow
 
EJBWorkflowContext - Class in com.opensymphony.workflow.ejb
EJB specific workflow context.
EJBWorkflowContext() - Constructor for class com.opensymphony.workflow.ejb.EJBWorkflowContext
 
EJBWorkflowStore - Class in com.opensymphony.workflow.spi.ejb
EJB entity bean workflow store implementation.
EJBWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
encode(Object) - Static method in class com.opensymphony.workflow.loader.XMLUtil
 
ENTRY - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow entry context.
entryId - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
entryName - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
entrySequence - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
entrySequenceIncrement - Variable in class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 
entrySequenceRetrieve - Variable in class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 
entryState - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
entryTable - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
EQUALS - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the equality operator.
EQUALS - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
equals(Object) - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
error(SAXParseException) - Method in class com.opensymphony.workflow.loader.WorkflowLoader.AllExceptionsErrorHandler
 
error(SAXParseException) - Method in class com.opensymphony.workflow.loader.WorkflowLoader.WorkflowErrorHandler
 
execute(Map, Map, PropertySet) - Method in interface com.opensymphony.workflow.FunctionProvider
Execute this function
execute(Map, Map, PropertySet) - Method in interface com.opensymphony.workflow.FunctionProviderRemote
Execute this function
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
execute(AbstractHibernateWorkflowStore.InternalCallback) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
execute(AbstractHibernateWorkflowStore.InternalCallback) - Method in class com.opensymphony.workflow.spi.hibernate.NewHibernateWorkflowStore
 
execute(AbstractHibernateWorkflowStore.InternalCallback) - Method in class com.opensymphony.workflow.spi.hibernate.NewSpringHibernateWorkflowStore
 
execute(AbstractHibernateWorkflowStore.InternalCallback) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
execute(AbstractHibernateWorkflowStore.InternalCallback) - Method in class com.opensymphony.workflow.spi.hibernate3.HibernateWorkflowStore
 
execute(AbstractHibernateWorkflowStore.InternalCallback) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowStore
 
execute(JobExecutionContext) - Method in class com.opensymphony.workflow.timer.LocalWorkflowJob
 
execute(JobExecutionContext) - Method in class com.opensymphony.workflow.timer.WorkflowJob
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.beanshell.BeanShellFunctionProvider
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.bsf.BSFFunctionProvider
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.Caller
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.local.LocalEJBFunctionProvider
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.remote.RemoteEJBFunctionProvider
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.EJBInvoker
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.JMSMessage
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.jndi.JNDIFunctionProvider
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.MostRecentOwner
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ScheduleJob
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.SendEmail
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.UnscheduleJob
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.WebWorkExecutor
 
execute(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.XWorkExecutor
 
execute(Map, Map, PropertySet) - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunction
 
executeFunction(FunctionDescriptor, Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
Executes a function.
executeTriggerFunction(long, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
executeTriggerFunction(long, int) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
executeTriggerFunction(long, int) - Method in class com.opensymphony.workflow.ejb.WorkflowEJB
 
executeTriggerFunction(long, int) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
executeTriggerFunction(long, int) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
executeTriggerFunction(long, int) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
executeTriggerFunction(long, int) - Method in interface com.opensymphony.workflow.Workflow
Executes a special trigger-function using the context of the given workflow instance id.
Expression - Class in com.opensymphony.workflow.query
Abstract base class for expressions used in a workflow query.
Expression() - Constructor for class com.opensymphony.workflow.query.Expression
 

F

FactoryException - Exception in com.opensymphony.workflow
 
FactoryException() - Constructor for exception com.opensymphony.workflow.FactoryException
 
FactoryException(String) - Constructor for exception com.opensymphony.workflow.FactoryException
 
FactoryException(Exception) - Constructor for exception com.opensymphony.workflow.FactoryException
 
FactoryException(String, Exception) - Constructor for exception com.opensymphony.workflow.FactoryException
 
fatalError(SAXParseException) - Method in class com.opensymphony.workflow.loader.WorkflowLoader.AllExceptionsErrorHandler
 
fatalError(SAXParseException) - Method in class com.opensymphony.workflow.loader.WorkflowLoader.WorkflowErrorHandler
 
FieldExpression - Class in com.opensymphony.workflow.query
Field expressions are used when constructing a workflow query on the fields of persistent workflow instances like (START_DATE, OWNER,....).
FieldExpression() - Constructor for class com.opensymphony.workflow.query.FieldExpression
 
FieldExpression(int, int, int, Object) - Constructor for class com.opensymphony.workflow.query.FieldExpression
 
FieldExpression(int, int, int, Object, boolean) - Constructor for class com.opensymphony.workflow.query.FieldExpression
 
findByEntryId(long) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocalHome
 
findByEntryId(long) - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocalHome
 
findByPrimaryKey(Long) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocalHome
 
findByPrimaryKey(PreviousStepPK) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepPrevLocalHome
 
findByPrimaryKey(Long) - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocalHome
 
findByPrimaryKey(PreviousStepPK) - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocalHome
 
findByPrimaryKey(Long) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocalHome
 
findByStepId(long) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepPrevLocalHome
 
findByStepId(long) - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocalHome
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
findCurrentSteps(long) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
findCurrentSteps(long) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
findCurrentSteps(long) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Returns a list of all current steps for the given workflow instance ID.
findEntry(long) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
findEntry(long) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
findEntry(long) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
findEntry(long) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Pulls up the workflow entry data for the entry ID given.
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
findHistorySteps(long) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
findHistorySteps(long) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
findHistorySteps(long) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Returns a list of all steps that are finished for the given workflow instance ID.
FINISH_DATE - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow finish date field.
FINISH_DATE - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
fixHtml(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Fix html: remove bad elements and ensure xhtml/utf-8.
forceReload() - Static method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
forceReload() - Static method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
formatDate(Date, String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Format any given date.
FunctionDescriptor - Class in com.opensymphony.workflow.loader
Desrives a function that can be applied to a workflow step.
FunctionProvider - Interface in com.opensymphony.workflow
Interface to be implemented by any class that are to be called from within a workflow as a function, either as a pre-function or a post-function.
FunctionProviderRemote - Interface in com.opensymphony.workflow
Remote interface to be implemented by any class that are to be called from within a workflow as a function, either as a pre-function or a post-function.
functions - Variable in class com.opensymphony.workflow.TypeResolver
 

G

generateWorkflowXML(WorkflowDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowSerializer
 
get(String, Map) - Static method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
get(ResultSet, String) - Method in class com.opensymphony.workflow.loader.NotNullStringType
 
get(ResultSet, String) - Method in class com.opensymphony.workflow.spi.hibernate3.NotNullStringType
 
getAction(int) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
getAction(int) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getActionId() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getActionId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getActionId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getActionId() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getActionId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getActionId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getActionId() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getActionId() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getActionId() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getActionId() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getActionId() - Method in interface com.opensymphony.workflow.spi.Step
Returns the ID of the action associated with this step, or 0 if there is no action associated.
getActions() - Method in class com.opensymphony.workflow.loader.StepDescriptor
Get a List of ActionDescriptors for this step
getActorsForProjectRole(ProjectRole) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the actors for project role.
getApplicationProperties() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the application properties.
getArgs() - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
getArgs() - Method in class com.opensymphony.workflow.loader.FunctionDescriptor
 
getArgs() - Method in class com.opensymphony.workflow.loader.RegisterDescriptor
 
getArgs() - Method in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
getAutoExecute() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getAvailableActions(long) - Method in class com.opensymphony.workflow.AbstractWorkflow
Deprecated.
use getAvailableActions(long, Map) with an empty Map instead.
getAvailableActions(long, Map) - Method in class com.opensymphony.workflow.AbstractWorkflow
Get the available actions for the specified workflow instance.
getAvailableActions(long) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getAvailableActions(long, Map) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getAvailableActions(long) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getAvailableActions(long, Map) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
Get the available actions for the specified workflow instance.
getAvailableActions(long) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getAvailableActions(long, Map) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getAvailableActions(long) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getAvailableActions(long, Map) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getAvailableActions(long) - Method in interface com.opensymphony.workflow.Workflow
Deprecated.
use Workflow.getAvailableActions(long, Map) with an empty Map instead.
getAvailableActions(long, Map) - Method in interface com.opensymphony.workflow.Workflow
Get the available actions for the specified workflow instance.
getAvailableActionsForStep(WorkflowDescriptor, Step, Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getAvailableAutoActions(long, Map) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getAvailableAutoActionsForStep(WorkflowDescriptor, Step, Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
Get just auto action availables for a step
getBaseDir(Element) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
Get where to find workflow XML files.
getBaseUrl() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the base url.
getBeanProvider() - Method in class com.opensymphony.workflow.util.DefaultVariableResolver
 
getCacheRegion() - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
getCacheRegion() - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
getCacheRegion() - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
getCaller() - Method in class com.opensymphony.workflow.basic.BasicWorkflowContext
 
getCaller() - Method in class com.opensymphony.workflow.ejb.EJBWorkflowContext
 
getCaller() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getCaller() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getCaller() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getCaller() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getCaller() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getCaller() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getCaller() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getCaller() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getCaller() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getCaller() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getCaller() - Method in interface com.opensymphony.workflow.spi.Step
 
getCaller() - Method in interface com.opensymphony.workflow.WorkflowContext
 
getCause() - Method in exception com.opensymphony.workflow.WorkflowException
 
getChildElement(Element, String) - Static method in class com.opensymphony.workflow.loader.XMLUtil
 
getChildElements(Element, String) - Static method in class com.opensymphony.workflow.loader.XMLUtil
 
getChildText(Element, String) - Static method in class com.opensymphony.workflow.loader.XMLUtil
 
getCommonActions() - Method in class com.opensymphony.workflow.loader.StepDescriptor
Get a list of common actions.
getCommonActions() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Get a Map of the common actions specified, keyed on actionId (an Integer)
getComponents() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the components.
getCondition(String, Map) - Method in class com.opensymphony.workflow.TypeResolver
 
getCondition(String, Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
getConditionalResults() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getConditions() - Method in class com.opensymphony.workflow.loader.ConditionalResultDescriptor
 
getConditions() - Method in class com.opensymphony.workflow.loader.ConditionsDescriptor
 
getConditions() - Method in class com.opensymphony.workflow.loader.JoinDescriptor
 
getConditions() - Method in class com.opensymphony.workflow.loader.RestrictionDescriptor
Deprecated.
A restrict-to can only have one conditions element, please use RestrictionDescriptor.getConditionsDescriptor() instead.
getConditions(ActionDescriptor) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the conditions.
getConditionsDescriptor() - Method in class com.opensymphony.workflow.loader.RestrictionDescriptor
 
getConfigSchemesForField(CustomField) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the config schemes for field.
getConfiguration() - Method in class com.opensymphony.workflow.AbstractWorkflow
Get the configuration for this workflow.
getConnection() - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
getContext() - Method in class com.opensymphony.workflow.query.FieldExpression
 
getContext() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the context.
getCurrentDate() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
 
getCurrentStep(WorkflowDescriptor, int, List, Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getCurrentSteps(long) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getCurrentSteps(long) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getCurrentSteps(long) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getCurrentSteps(long) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getCurrentSteps(long) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getCurrentSteps() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
getCurrentSteps() - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
getCurrentSteps(long) - Method in interface com.opensymphony.workflow.Workflow
Returns a Collection of Step objects that are the current steps of the specified workflow instance.
getCustomFieldObject(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the custom field object by ID (eg 10000L).
getCustomFieldObject(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Get a CustomField by its text key (eg 'customfield_10000').
getCustomFieldObjects(Long, String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the custom field objects.
getCustomFieldObjectsByName(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Retrieve custom field(s) of a certain name.
getDefaultSecurityLevel() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the default security level.
getDescriptorParams(Map<String, Object>) - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
getDestination() - Method in class com.opensymphony.workflow.loader.ConditionalResultDescriptor
 
getDisplayName() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getDueDate() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getDueDate() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getDueDate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getDueDate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getDueDate() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getDueDate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getDueDate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getDueDate() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getDueDate() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getDueDate() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getDueDate() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getDueDate() - Method in interface com.opensymphony.workflow.spi.Step
Returns an optional date signifying when this step must be finished.
getEntityId() - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
getEntry() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getEntry() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getEntryId() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getEntryId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getEntryId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getEntryId() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getEntryId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getEntryId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getEntryId() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getEntryId() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getEntryId() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getEntryId() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getEntryId() - Method in interface com.opensymphony.workflow.spi.Step
Returns the unique ID of the workflow entry.
getEntryState(long) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getEntryState(long) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getEntryState(long) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getEntryState(long) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getEntryState(long) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getEntryState(long) - Method in interface com.opensymphony.workflow.Workflow
Return the state of the specified workflow instance id.
getErrors() - Method in exception com.opensymphony.workflow.InvalidInputException
Returns a map (String->String) of the input-specific errors.
getEventTypes() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the event types.
getEventTypesMap() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the event types map.
getExceptions() - Method in class com.opensymphony.workflow.loader.WorkflowLoader.AllExceptionsErrorHandler
 
getExpression(int) - Method in class com.opensymphony.workflow.query.NestedExpression
 
getExpression() - Method in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
getExpression(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
getExpression(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
getExpressionCount() - Method in class com.opensymphony.workflow.query.NestedExpression
Get the number of expressions in this query.
getExpressionOperator() - Method in class com.opensymphony.workflow.query.NestedExpression
 
getFactory() - Static method in class com.opensymphony.workflow.loader.DescriptorFactory
 
getField() - Method in class com.opensymphony.workflow.query.FieldExpression
 
getField() - Method in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
getField(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field.
getFieldLayoutByIssueType(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field layout for the current project and the given issue type id.
getFieldLayoutByIssueType(IssueType) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field layout for the current project and the given issue type.
getFieldLayoutScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field layout schemes for the current project.
getFieldLayoutSchemeEntities() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field layout scheme entities for the current project.
getFieldScreen(ActionDescriptor) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field screen.
getFieldScreens(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field screens.
getFieldScreenTabs(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the field screen tabs.
getFieldValue(Issue, String) - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunction
 
getFinishDate() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getFinishDate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getFinishDate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getFinishDate() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getFinishDate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getFinishDate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getFinishDate() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getFinishDate() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getFinishDate() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getFinishDate() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getFinishDate() - Method in interface com.opensymphony.workflow.spi.Step
Returns the date this step was finished, or null if it isn't finished.
getFunction(String, Map) - Method in class com.opensymphony.workflow.TypeResolver
 
getFunction(String, Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
getGenericErrors() - Method in exception com.opensymphony.workflow.InvalidInputException
Returns a list (String) of generic errors.
getGlobalActions() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Get a List of the global actions specified
getGlobalActions(JiraWorkflow) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the global actions.
getGlobalConditions() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getGlobalContext() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the global context.
getGroupByName(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the group by name.
getGroupsOfUser(ApplicationUser) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the groups of user.
getGroupsOfUser(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the groups of user.
getHistorySteps(long) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getHistorySteps(long) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getHistorySteps(long) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getHistorySteps(long) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getHistorySteps(long) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getHistorySteps() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
getHistorySteps() - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
getHistorySteps(long) - Method in interface com.opensymphony.workflow.Workflow
Returns a list of all steps that are completed for the given workflow instance id.
getHome() - Static method in class com.opensymphony.workflow.ejb.WorkflowHomeFactory
Obtain remote home interface from default initial context
getHome(Hashtable) - Static method in class com.opensymphony.workflow.ejb.WorkflowHomeFactory
Obtain remote home interface from parameterised initial context
getHome() - Static method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreHomeFactory
Obtain remote home interface from default initial context
getHome(Hashtable) - Static method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreHomeFactory
Obtain remote home interface from parameterised initial context
getId() - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
getId() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getId() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
getId() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepPrevLocal
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getId() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
getId() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocal
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepEJB
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
getId() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
getId() - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocal
 
getId() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getId() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
getId() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getId() - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
getId() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getId() - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
getId() - Method in interface com.opensymphony.workflow.spi.Step
Returns the unique ID of this step.
getId() - Method in interface com.opensymphony.workflow.spi.WorkflowEntry
Returns the unique ID of the workflow entry.
getId() - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory.Value
 
getInitialAction(int) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getInitialActions() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Get a List of initial steps for this workflow
getInitialActions(JiraWorkflow) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the initial actions.
getInputStream(URL) - Method in class com.opensymphony.workflow.config.DefaultConfiguration
Load the default configuration from the current context classloader.
getInputStream(String) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
Load the workflow config file from the current context classloader.
getIssueSecurityDescription(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue security description.
getIssueSecurityLevels() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue security levels.
getIssueSecurityName(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue security name.
getIssueSecurityScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue security scheme.
getIssueTypeById(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue type by id.
getIssueTypeIds2WorkflowNames() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issueTypeIds map for workflow names.
getIssueTypes() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue types.
getIssueTypeScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue type scheme.
getIssueTypeScreenScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the issue type screen scheme.
getJiraAuthenticationContext() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the jira authentication context.
getJoin() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getJoin(int) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getJoins() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Get a List of initial steps for this workflow
getLayout(String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
getLayout(String) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
getLayout(String) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
getLayout(String) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
getLayout(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
getLayout(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
getLayout(String) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
getLeft() - Method in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
getLocalHome() - Static method in class com.opensymphony.workflow.spi.ejb.CurrentStepHomeFactory
Obtain local home interface from default initial context
getLocalHome() - Static method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevHomeFactory
Obtain local home interface from default initial context
getLocalHome() - Static method in class com.opensymphony.workflow.spi.ejb.HistoryStepHomeFactory
Obtain local home interface from default initial context
getLocalHome() - Static method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevHomeFactory
Obtain local home interface from default initial context
getLocalHome() - Static method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryHomeFactory
Obtain local home interface from default initial context
getManagedCustomField(CustomField) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the managed custom field.
getManagedWorkflow(JiraWorkflow) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the managed workflow.
getManagedWorkflowScheme(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the managed workflow scheme.
getManagedWorkflowScheme(WorkflowScheme) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the managed workflow scheme.
getMessage() - Method in exception com.opensymphony.workflow.WorkflowException
 
getMetaAttributes() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getMetaAttributes() - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
getMetaAttributes() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getName() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getName() - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
getName() - Method in class com.opensymphony.workflow.loader.FunctionDescriptor
 
getName() - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
getName() - Method in class com.opensymphony.workflow.loader.PermissionDescriptor
 
getName() - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
getName() - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
getName() - Method in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
getName() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getName() - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
getName() - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
getName() - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
getName() - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
getName() - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
getName() - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory.Value
 
getNextEntrySequence(Connection) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
getNextEntrySequence(Connection) - Method in class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 
getNextStepSequence(Connection) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
getNextStepSequence(Connection) - Method in class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 
getNotificationScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the notification scheme.
getNotificationsForEventType(EventType) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the notifications for event type.
getNotificationsForEventType(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the notifications for event type.
getNotificationTypes() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the notification types.
getObject() - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowDescriptorFactory
 
getObjectType() - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowDescriptorFactory
 
getOldStatus() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getOperator() - Method in class com.opensymphony.workflow.query.FieldExpression
 
getOperator() - Method in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
getOrderBy() - Method in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
getOwner() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getOwner() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getOwner() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getOwner() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getOwner() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getOwner() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getOwner() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getOwner() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getOwner() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getOwner() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getOwner() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getOwner() - Method in interface com.opensymphony.workflow.spi.Step
Returns the owner of this step, or null if there is no owner.
getParent() - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
getPermissionName(ProjectPermissionKey) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Get the localized permission name.
getPermissions() - Method in class com.opensymphony.workflow.loader.StepDescriptor
Get a List of PermissionDescriptors for this step
getPermissionsBySecurityLevel(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the permissions by security level.
getPermissionScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the permission scheme.
getPermissionSchemeEntries(Scheme, ProjectPermissionKey) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the permission scheme entries.
getPersistence() - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getPersistence() - Method in interface com.opensymphony.workflow.config.Configuration
Get the fully qualified class name of the persistence store.
getPersistence() - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
getPersistence() - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
getPersistenceArgs() - Method in interface com.opensymphony.workflow.config.Configuration
Get the persistence args for the persistence store.
getPersistenceArgs() - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
getPersistenceArgs() - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
getPersistenceProperties() - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getPersistenceProperties() - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getPossibleStates(int) - Static method in class com.opensymphony.workflow.util.WorkflowStateHelper
 
getPostFunctions() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getPostFunctions() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getPostFunctions() - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
getPostfunctions(ActionDescriptor) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the postfunctions.
getPreFunctions() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getPreFunctions() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getPreFunctions() - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
getPreviousId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
getPreviousId() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepPrevLocal
 
getPreviousId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
getPreviousId() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocal
 
getPreviousId() - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepEJB
 
getPreviousId() - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
getPreviousStepIds() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getPreviousStepIds() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getPreviousStepIds() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getPreviousStepIds() - Method in interface com.opensymphony.workflow.spi.Step
Returns the unique ID of the previous step, or 0 if this is the first step.
getPreviousSteps() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getPreviousSteps() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getPrioritiesForScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the priorities for scheme.
getPriorityScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the priority scheme if available..
getProject() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the project.
getProjectPermissionKeys() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the project permission keys.
getProjectRoleById(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the project role by id.
getProjectRoleById(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the project role by id.
getProjectRoles() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the project roles.
getProjectUrl() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the project url.
getProperties() - Method in class com.opensymphony.workflow.loader.AbstractWorkflowFactory
Get the configuration properties of this factory
getProperties() - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
getProperties() - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
getPropertySet(long) - Method in class com.opensymphony.workflow.AbstractWorkflow
Get the PropertySet for the specified workflow ID
getPropertySet(long) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getPropertySet(long) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
Get the PropertySet for the specified workflow ID
getPropertySet(long) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getPropertySet(long) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.hibernate.DefaultHibernatePropertySetDelegate
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.hibernate3.DefaultHibernatePropertySetDelegate
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
getPropertySet(long) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
getPropertySet(long) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Returns a PropertySet that is associated with this workflow instance ID.
getPropertySet(long) - Method in interface com.opensymphony.workflow.util.PropertySetDelegate
 
getPropertySet(long) - Method in class com.opensymphony.workflow.util.PropertySetDelegateImpl
 
getPropertySet(long) - Method in interface com.opensymphony.workflow.Workflow
Get the PropertySet for the specified workflow instance id.
getPropertySetDelegate() - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
getPropertySetDelegate() - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
getPropertySetDelegate() - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
getRegister(String, Map) - Method in class com.opensymphony.workflow.TypeResolver
 
getRegister(String, Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
getRegisters() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getRemoteUser() - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getRemoteUser() - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getRemoteUser() - Method in class com.opensymphony.workflow.soap.XFireSOAPWorkflow
 
getRendererDisplayName(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the renderer display name.
getResolver() - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getResolver() - Static method in class com.opensymphony.workflow.TypeResolver
 
getResource(String, Class) - Static method in class com.opensymphony.workflow.loader.ClassLoaderUtil
Load a given resource.
getResourceAsStream(String, Class) - Static method in class com.opensymphony.workflow.loader.ClassLoaderUtil
This is a convenience method to load a resource as a stream.
getRestriction() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getRestriction() - Method in class com.opensymphony.workflow.loader.PermissionDescriptor
 
getResult() - Method in class com.opensymphony.workflow.loader.JoinDescriptor
 
getResults() - Method in class com.opensymphony.workflow.loader.SplitDescriptor
 
getRight() - Method in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
getRootCause() - Method in exception com.opensymphony.workflow.InternalWorkflowException
 
getRootCause() - Method in exception com.opensymphony.workflow.WorkflowException
 
getSecurityLevel(Long) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the security level.
getSecurityPermissions(long) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getSecurityPermissions(long, Map) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getSecurityPermissions(long) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getSecurityPermissions(long, Map) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getSecurityPermissions(long) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getSecurityPermissions(long, Map) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getSecurityPermissions(long) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getSecurityPermissions(long, Map) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getSecurityPermissions(long) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getSecurityPermissions(long, Map) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getSecurityPermissions(long) - Method in interface com.opensymphony.workflow.Workflow
Deprecated.
getSecurityPermissions(long, Map) - Method in interface com.opensymphony.workflow.Workflow
Get a collection (Strings) of currently defined permissions for the specified workflow instance.
getSessionContext() - Method in class com.opensymphony.workflow.ejb.EJBWorkflowContext
 
getSessionFactory() - Method in class com.opensymphony.workflow.spi.hibernate.NewSpringHibernateWorkflowStore
 
getSessionFactory() - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowStore
 
getSortOrder() - Method in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
getSplit() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getSplit(int) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getSplits() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Get a List of initial steps for this workflow
getStartDate() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getStartDate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getStartDate() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getStartDate() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getStartDate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getStartDate() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getStartDate() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getStartDate() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getStartDate() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getStartDate() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getStartDate() - Method in interface com.opensymphony.workflow.spi.Step
Returns the date that this step was created.
getState() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
getState() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
getState() - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocal
 
getState() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
getState() - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
getState() - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
getState() - Method in interface com.opensymphony.workflow.spi.WorkflowEntry
 
getStatus() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getStatus() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getStatus() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getStatus() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getStatus() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getStatus() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getStatus() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getStatus() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getStatus() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getStatus() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getStatus() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getStatus() - Method in interface com.opensymphony.workflow.spi.Step
Returns the status of this step.
getStep(int) - Method in class com.opensymphony.workflow.JoinNodes
 
getStep() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getStep(int) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getStepId() - Method in interface com.opensymphony.workflow.spi.ejb.AbstractLocalStep
 
getStepId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
getStepId() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
getStepId() - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
getStepId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
getStepId() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
getStepId() - Method in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocal
 
getStepId() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
getStepId() - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
getStepId() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
getStepId() - Method in interface com.opensymphony.workflow.spi.Step
Returns the ID of the step in the workflow definition.
getStepName(JiraWorkflow, int) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the name of a step by id
getSteps() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Get a List of steps in this workflow
getSteps(JiraWorkflow) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the steps.
getStoreFile() - Static method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
getText(Element) - Static method in class com.opensymphony.workflow.loader.XMLUtil
 
getTriggerFunction(int) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
getTriggerFunctions() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Get a Map of all trigger functions in this workflow
getType() - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
getType() - Method in class com.opensymphony.workflow.loader.ConditionsDescriptor
 
getType() - Method in class com.opensymphony.workflow.loader.FunctionDescriptor
 
getType() - Method in class com.opensymphony.workflow.loader.RegisterDescriptor
 
getType() - Method in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
getType() - Method in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
getUnconditionalResult() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getUniqueFieldLayouts() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Retrieves all the FieldLayout's for a project.
getUserByName(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the user by name.
getUsersInGroup(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the users in group.
getUsersInGroup(Group) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the users in group.
getUUID() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets a new random uuid as a String.
getValidator(String, Map) - Method in class com.opensymphony.workflow.TypeResolver
 
getValidator(String, Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
getValidators() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getValidators() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
getValidators(ActionDescriptor) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the validators.
getValue() - Method in class com.opensymphony.workflow.query.FieldExpression
 
getValue() - Method in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
getVariableFromMaps(String, Map, PropertySet) - Method in class com.opensymphony.workflow.util.DefaultVariableResolver
 
getVariableName() - Method in class com.opensymphony.workflow.loader.RegisterDescriptor
 
getVariableResolver() - Method in interface com.opensymphony.workflow.config.Configuration
Return the resolver to use for all variables specified in scripts
getVariableResolver() - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
getVariableResolver() - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
getVelocityParamsForEdit(Map<String, Object>, AbstractDescriptor) - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
getVelocityParamsForInput(Map<String, Object>) - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
getVelocityParamsForView(Map<String, Object>, AbstractDescriptor) - Method in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
getVersion() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
getVersions() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the versions.
getView() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
getWorkflow(String) - Method in interface com.opensymphony.workflow.config.Configuration
Get the named workflow descriptor.
getWorkflow(String) - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
getWorkflow(String) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
getWorkflow(String) - Method in class com.opensymphony.workflow.loader.AbstractWorkflowFactory
Get a workflow descriptor given a workflow name.
getWorkflow(String, boolean) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
getWorkflow(String, boolean) - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
getWorkflow(String, boolean) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
getWorkflow(String) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
getWorkflow(String, boolean) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
Get a workflow descriptor given a workflow name.
getWorkflow(String, boolean) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
getWorkflow(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
getWorkflow(String, boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
getWorkflow(String, boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
getWorkflow(String, boolean) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
getWorkflow(String) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the workflow.
getWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.AbstractWorkflow
Returns a workflow definition object associated with the given name.
getWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getWorkflowDescriptor(String) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
Returns a workflow definition object associated with the given name.
getWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getWorkflowDescriptor() - Method in class com.opensymphony.workflow.spi.hibernate.WorkflowName
 
getWorkflowDescriptor(String) - Method in interface com.opensymphony.workflow.Workflow
Get the workflow descriptor for the specified workflow name.
getWorkflowName(long) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
getWorkflowName(long) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getWorkflowName(long) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
getWorkflowName(long) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getWorkflowName(long) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getWorkflowName() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
getWorkflowName() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
getWorkflowName() - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocal
 
getWorkflowName() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
getWorkflowName() - Method in class com.opensymphony.workflow.spi.hibernate.WorkflowName
 
getWorkflowName() - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
getWorkflowName() - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
getWorkflowName() - Method in interface com.opensymphony.workflow.spi.WorkflowEntry
Returns the name of the workflow that this entry is an instance of.
getWorkflowName(long) - Method in interface com.opensymphony.workflow.Workflow
Get the name of the specified workflow instance.
getWorkflowNames() - Method in class com.opensymphony.workflow.AbstractWorkflow
Get a list of workflow names available
getWorkflowNames() - Method in interface com.opensymphony.workflow.config.Configuration
Get a list of all available workflow descriptor names.
getWorkflowNames() - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
getWorkflowNames() - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
getWorkflowNames() - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
getWorkflowNames() - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
Get a list of workflow names available
getWorkflowNames() - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
getWorkflowNames() - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
getWorkflowNames() - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
getWorkflowNames() - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
Get all workflow names in the current factory
getWorkflowNames() - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
getWorkflowNames() - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
getWorkflowNames() - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
getWorkflowNames() - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
getWorkflowNames() - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
getWorkflowNames() - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
getWorkflowNames() - Method in interface com.opensymphony.workflow.Workflow
Get all available workflow names.
getWorkflowNames() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the workflow names.
getWorkflowNames2IssueTypeIds() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the workflow names 2 issue type ids.
getWorkflowScheme() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the workflow scheme.
getWorkflowStore() - Method in interface com.opensymphony.workflow.config.Configuration
 
getWorkflowStore() - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
getWorkflowStore() - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
globalActions - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
globalConditions - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
GT - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the greater than operator.
GT - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 

H

hasActions - Variable in class com.opensymphony.workflow.loader.StepDescriptor
 
hashCode() - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
hasId() - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
hasStep - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
Helper - Interface in de.catworkx.jira.plugins.pcp.api
The Helper provides all kind of functions needed to render a VM Template to be published into Confluence containing informations about a given Project.
HibernateCurrentStep - Class in com.opensymphony.workflow.spi.hibernate
This class exists to seperate the persistence of the Steps.
HibernateCurrentStep() - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateCurrentStep
 
HibernateCurrentStep(HibernateStep) - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateCurrentStep
 
HibernateHistoryStep - Class in com.opensymphony.workflow.spi.hibernate
�* This is here to persist the historical steps to the historical table.
HibernateHistoryStep() - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateHistoryStep
 
HibernateHistoryStep(HibernateStep) - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateHistoryStep
 
HibernateStep - Class in com.opensymphony.workflow.spi.hibernate
This abstract class provides all the implementation of the step interface It is abstract because the current and historical steps are stored in seperate tables.
HibernateStep() - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
HibernateStep(HibernateStep) - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
HibernateWorkflowEntry - Class in com.opensymphony.workflow.spi.hibernate
 
HibernateWorkflowEntry() - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
HibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate
A workflow store backed by Hibernate for persistence.
HibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
HibernateWorkflowStore(SessionFactory) - Constructor for class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
HibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate3
 
HibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate3.HibernateWorkflowStore
 
HISTORY - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
HISTORY_STEPS - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the history steps context.
historyPrevTable - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
HistoryStepCMP - Class in com.opensymphony.workflow.spi.ejb
CMP layer for HistoryStep.
HistoryStepCMP() - Constructor for class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
HistoryStepEJB - Class in com.opensymphony.workflow.spi.ejb
EJB implementation for history steps.
HistoryStepEJB() - Constructor for class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
HistoryStepHomeFactory - Class in com.opensymphony.workflow.spi.ejb
Utility class for HistoryStep.
HistoryStepHomeFactory() - Constructor for class com.opensymphony.workflow.spi.ejb.HistoryStepHomeFactory
 
HistoryStepLocal - Interface in com.opensymphony.workflow.spi.ejb
Local interface for HistoryStep.
HistoryStepLocalHome - Interface in com.opensymphony.workflow.spi.ejb
Local home interface for HistoryStep.
HistoryStepPrevCMP - Class in com.opensymphony.workflow.spi.ejb
CMP layer for HistoryStepPrev.
HistoryStepPrevCMP() - Constructor for class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
HistoryStepPrevHomeFactory - Class in com.opensymphony.workflow.spi.ejb
Utility class for HistoryStepPrev.
HistoryStepPrevHomeFactory() - Constructor for class com.opensymphony.workflow.spi.ejb.HistoryStepPrevHomeFactory
 
HistoryStepPrevLocal - Interface in com.opensymphony.workflow.spi.ejb
Local interface for HistoryStepPrev.
HistoryStepPrevLocalHome - Interface in com.opensymphony.workflow.spi.ejb
Local home interface for HistoryStepPrev.
historyTable - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
HTTPWorkflowFactory - Class in com.opensymphony.workflow.loader
 
HTTPWorkflowFactory() - Constructor for class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 

I

id - Variable in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
id - Variable in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
INDENT - Static variable in interface com.opensymphony.workflow.util.XMLizable
 
init() - Method in class com.opensymphony.workflow.config.WorkflowFactoryServlet
 
init(Properties) - Method in class com.opensymphony.workflow.loader.AbstractWorkflowFactory
 
init(Element) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.ConditionalResultDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.FunctionDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.JoinDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.PermissionDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.RegisterDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.RestrictionDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
init(Element) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
init(Properties) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
init() - Method in class com.opensymphony.workflow.soap.SOAPWorkflowServlet
 
init(Map) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.hibernate.NewHibernateWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.hibernate.NewSpringHibernateWorkflowStore
 
init(Properties) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
init(Map) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
init() - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowFactory
 
init(Map) - Method in class com.opensymphony.workflow.spi.hibernate3.HibernateWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
init(Map) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
init(Map) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Called once when the store is first created.
initDone() - Method in class com.opensymphony.workflow.loader.AbstractWorkflowFactory
Invoked after the properties of the factory have been set.
initDone() - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
initDone() - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
initDone() - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
initDone() - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
initDone() - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
initDone() - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
initDone() - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
initialActions - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
initialize(String, int, Map) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
initialize(String, int, Map) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
initialize(String, int, Map) - Method in class com.opensymphony.workflow.ejb.WorkflowEJB
 
initialize(String, int, Map) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
initialize(String, int, Map) - Method in class com.opensymphony.workflow.ofbiz.OfbizWorkflow
 
initialize(String, int, Map) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
initialize(String, int, Map) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
initialize(String, int, Map) - Method in interface com.opensymphony.workflow.Workflow
Initializes a workflow so that it can begin processing.
initialized - Variable in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
initVelocity() - Method in class com.opensymphony.workflow.loader.WorkflowSerializer
 
INSTANCE - Static variable in class com.opensymphony.workflow.config.DefaultConfiguration
 
InternalWorkflowException - Exception in com.opensymphony.workflow
A runtime exceptiont that singals a serious and unexpected error in OSWorkflow.
InternalWorkflowException() - Constructor for exception com.opensymphony.workflow.InternalWorkflowException
 
InternalWorkflowException(String) - Constructor for exception com.opensymphony.workflow.InternalWorkflowException
 
InternalWorkflowException(String, Throwable) - Constructor for exception com.opensymphony.workflow.InternalWorkflowException
 
InternalWorkflowException(Throwable) - Constructor for exception com.opensymphony.workflow.InternalWorkflowException
 
InvalidActionException - Exception in com.opensymphony.workflow
Exception thrown to indicate that the action just attempt is invalid for the specified workflow.
InvalidActionException() - Constructor for exception com.opensymphony.workflow.InvalidActionException
 
InvalidActionException(String) - Constructor for exception com.opensymphony.workflow.InvalidActionException
 
InvalidActionException(Exception) - Constructor for exception com.opensymphony.workflow.InvalidActionException
 
InvalidActionException(String, Exception) - Constructor for exception com.opensymphony.workflow.InvalidActionException
 
InvalidEntryStateException - Exception in com.opensymphony.workflow
 
InvalidEntryStateException(String) - Constructor for exception com.opensymphony.workflow.InvalidEntryStateException
 
InvalidInputException - Exception in com.opensymphony.workflow
Exception to indicate the user input is invalid.
InvalidInputException() - Constructor for exception com.opensymphony.workflow.InvalidInputException
 
InvalidInputException(Object) - Constructor for exception com.opensymphony.workflow.InvalidInputException
Creates a new exception using the supplied Object as a generic base.
InvalidInputException(String) - Constructor for exception com.opensymphony.workflow.InvalidInputException
Creates a new exception with an associated generic error.
InvalidInputException(String, String) - Constructor for exception com.opensymphony.workflow.InvalidInputException
Creates a new exception with an error specific to an input.
InvalidRoleException - Exception in com.opensymphony.workflow
Indicates that the caller did not have enough permissions to perform some action.
InvalidRoleException(String) - Constructor for exception com.opensymphony.workflow.InvalidRoleException
 
InvalidWorkflowDescriptorException - Exception in com.opensymphony.workflow
Indicates that a Workflow Descriptor was invalid.
InvalidWorkflowDescriptorException(String) - Constructor for exception com.opensymphony.workflow.InvalidWorkflowDescriptorException
 
InvalidWorkflowDescriptorException(String, Exception) - Constructor for exception com.opensymphony.workflow.InvalidWorkflowDescriptorException
 
invert(Map<String, String>) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Invert any given String to String Map into a useful inverse containing the former Values as Keys and Lists<String> as values for the former keys.
isActionAvailable(ActionDescriptor, Map, PropertySet, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
check if an action is available or not
isCacheable() - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
isCacheable() - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
isCacheable() - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
isCommon() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
isCustomField(Field) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Checks if is custom field.
isFinish() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
Deprecated.
Since v2.9.0 this will always return false as we do not support finish actions.
isInitialized() - Method in interface com.opensymphony.workflow.config.Configuration
 
isInitialized() - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
isInitialized() - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
isInitialized() - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
isInitialized() - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
isInitialized() - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
isInitialized() - Method in interface com.opensymphony.workflow.spi.WorkflowEntry
Returns true if the workflow entry has been initialized.
isModifiable(String) - Method in interface com.opensymphony.workflow.config.Configuration
Check if a particular workflow can be modified or not.
isModifiable(String) - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
isModifiable(String) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
isModifiable(String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
isModifiable(String) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
isModifiable(String) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
isModifiable(String) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
isModifiable(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
isModifiable(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
isModifiable(String) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
isNegate() - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
isNegate() - Method in class com.opensymphony.workflow.query.Expression
 
isNested() - Method in class com.opensymphony.workflow.query.Expression
 
isNested() - Method in class com.opensymphony.workflow.query.FieldExpression
 
isNested() - Method in class com.opensymphony.workflow.query.NestedExpression
 
isPrioritySchemesAvailable() - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Checks if is priority schemes available.
isSingleton() - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowDescriptorFactory
 
IsUserOwnerCondition - Class in com.opensymphony.workflow.util
A simple utility condition that returns true if the the current user (caller) is the step owner.
IsUserOwnerCondition() - Constructor for class com.opensymphony.workflow.util.IsUserOwnerCondition
 

J

JDBCWorkflowFactory - Class in com.opensymphony.workflow.loader
Workflow Factory that stores workflows in a database.
JDBCWorkflowFactory() - Constructor for class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
JDBCWorkflowStore - Class in com.opensymphony.workflow.spi.jdbc
JDBC implementation.
JDBCWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
JMSMessage - Class in com.opensymphony.workflow.util
Sends out a JMS TextMessage to a specified Queue or Topic.
JMSMessage() - Constructor for class com.opensymphony.workflow.util.JMSMessage
 
JNDI_LOCATION - Static variable in interface com.opensymphony.workflow.Workflow
 
JNDI_NAME - Static variable in class com.opensymphony.workflow.ejb.WorkflowHomeFactory
 
JNDI_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.CurrentStepHomeFactory
 
JNDI_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocalHome
 
JNDI_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevHomeFactory
 
JNDI_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.CurrentStepPrevLocalHome
 
JNDI_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.HistoryStepHomeFactory
 
JNDI_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.HistoryStepLocalHome
 
JNDI_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevHomeFactory
 
JNDI_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocalHome
 
JNDI_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.WorkflowEntryHomeFactory
 
JNDI_NAME - Static variable in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocalHome
 
JNDI_NAME - Static variable in class com.opensymphony.workflow.spi.ejb.WorkflowStoreHomeFactory
 
JNDICondition - Class in com.opensymphony.workflow.util.jndi
 
JNDICondition() - Constructor for class com.opensymphony.workflow.util.jndi.JNDICondition
 
JNDIFunctionProvider - Class in com.opensymphony.workflow.util.jndi
 
JNDIFunctionProvider() - Constructor for class com.opensymphony.workflow.util.jndi.JNDIFunctionProvider
 
JNDIRegister - Class in com.opensymphony.workflow.util.jndi
Invoke a register registred in JNDI.
JNDIRegister() - Constructor for class com.opensymphony.workflow.util.jndi.JNDIRegister
 
JNDIValidator - Class in com.opensymphony.workflow.util.jndi
 
JNDIValidator() - Constructor for class com.opensymphony.workflow.util.jndi.JNDIValidator
 
JobAlreadyRunningException - Exception in de.catworkx.jira.plugins.pcp.services.exceptions
The Class JobAlreadyRunningException.
JobAlreadyRunningException() - Constructor for exception de.catworkx.jira.plugins.pcp.services.exceptions.JobAlreadyRunningException
Instantiates a new job already running exception.
JobAlreadyRunningException(String, Throwable, boolean, boolean) - Constructor for exception de.catworkx.jira.plugins.pcp.services.exceptions.JobAlreadyRunningException
Instantiates a new job already running exception.
JobAlreadyRunningException(String, Throwable) - Constructor for exception de.catworkx.jira.plugins.pcp.services.exceptions.JobAlreadyRunningException
Instantiates a new job already running exception.
JobAlreadyRunningException(String) - Constructor for exception de.catworkx.jira.plugins.pcp.services.exceptions.JobAlreadyRunningException
Instantiates a new job already running exception.
JobAlreadyRunningException(Throwable) - Constructor for exception de.catworkx.jira.plugins.pcp.services.exceptions.JobAlreadyRunningException
Instantiates a new job already running exception.
join - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
JoinDescriptor - Class in com.opensymphony.workflow.loader
DOCUMENT ME!
JoinNodes - Class in com.opensymphony.workflow
DOCUMENT ME!
JoinNodes(Collection) - Constructor for class com.opensymphony.workflow.JoinNodes
 
joins - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 

K

KILLED - Static variable in interface com.opensymphony.workflow.spi.WorkflowEntry
 

L

load(URL) - Method in interface com.opensymphony.workflow.config.Configuration
Load the specified configuration file.
load(URL) - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
load(URL) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
load(InputStream) - Static method in class com.opensymphony.workflow.loader.WorkflowLoader
Deprecated.
load(InputStream, boolean) - Static method in class com.opensymphony.workflow.loader.WorkflowLoader
 
load(URL, boolean) - Static method in class com.opensymphony.workflow.loader.WorkflowLoader
Load a workflow descriptor from a URL
loadClass(String, Class) - Static method in class com.opensymphony.workflow.loader.ClassLoaderUtil
Load a class with a given name.
loadEntry(long) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
loadEntry(long) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
loadObject(String) - Method in class com.opensymphony.workflow.TypeResolver
 
LocalEJBCondition - Class in com.opensymphony.workflow.util.ejb.local
 
LocalEJBCondition() - Constructor for class com.opensymphony.workflow.util.ejb.local.LocalEJBCondition
 
LocalEJBFunctionProvider - Class in com.opensymphony.workflow.util.ejb.local
 
LocalEJBFunctionProvider() - Constructor for class com.opensymphony.workflow.util.ejb.local.LocalEJBFunctionProvider
 
LocalEJBRegister - Class in com.opensymphony.workflow.util.ejb.local
A register helper that exposes a local session bean as a register.
LocalEJBRegister() - Constructor for class com.opensymphony.workflow.util.ejb.local.LocalEJBRegister
 
LocalEJBValidator - Class in com.opensymphony.workflow.util.ejb.local
 
LocalEJBValidator() - Constructor for class com.opensymphony.workflow.util.ejb.local.LocalEJBValidator
 
LocalWorkflowJob - Class in com.opensymphony.workflow.timer
DOCUMENT ME!
LocalWorkflowJob() - Constructor for class com.opensymphony.workflow.timer.LocalWorkflowJob
 
log - Variable in class com.opensymphony.workflow.AbstractWorkflow
 
log - Static variable in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
LogRegister - Class in com.opensymphony.workflow.util
This is a register, which helps logging using commons-logging.
LogRegister() - Constructor for class com.opensymphony.workflow.util.LogRegister
 
LT - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the less than operator.
LT - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 

M

main(String[]) - Static method in class com.opensymphony.workflow.soap.TestClient
 
main(String[]) - Static method in class com.opensymphony.workflow.timer.QuartzRunner
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
markFinished(Step, int, Date, String, String) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
markFinished(Step, int, Date, String, String) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Mark the specified step as finished.
MemoryWorkflowStore - Class in com.opensymphony.workflow.spi.memory
Simple memory implementation.
MemoryWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
metaAttributes - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
metaAttributes - Variable in class com.opensymphony.workflow.loader.StepDescriptor
 
metaAttributes - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
MostRecentOwner - Class in com.opensymphony.workflow.util
Sets the transient variable "mostRecentOwner" to the owner of the most recent step that had an id equal to one of the values in the stepId list.
MostRecentOwner() - Constructor for class com.opensymphony.workflow.util.MostRecentOwner
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
moveToHistory(Step) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
moveToHistory(Step) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
moveToHistory(Step) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Called when a step is finished and can be moved to workflow history.
MySQLWorkflowStore - Class in com.opensymphony.workflow.spi.jdbc
 
MySQLWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 

N

name - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
name - Variable in class com.opensymphony.workflow.loader.ConditionDescriptor
The name field helps the editor identify the condition template used.
name - Variable in class com.opensymphony.workflow.loader.FunctionDescriptor
The name field helps the editor identify the condition template used.
name - Variable in class com.opensymphony.workflow.loader.PermissionDescriptor
 
name - Variable in class com.opensymphony.workflow.loader.StepDescriptor
 
name - Variable in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
NAME - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow name field.
negate - Variable in class com.opensymphony.workflow.loader.ConditionDescriptor
 
negate - Variable in class com.opensymphony.workflow.query.Expression
 
NestedExpression - Class in com.opensymphony.workflow.query
Nested expressions are used when constructing a workflow query.
NestedExpression() - Constructor for class com.opensymphony.workflow.query.NestedExpression
 
NestedExpression(Expression[], int) - Constructor for class com.opensymphony.workflow.query.NestedExpression
Create a NestedExpression that consists of multiple expressions.
NewHibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate
 
NewHibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate.NewHibernateWorkflowStore
 
NewSpringHibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate
 
NewSpringHibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate.NewSpringHibernateWorkflowStore
 
NOT_EQUALS - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the not equals operator.
NOT_EQUALS - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
NotNullStringType - Class in com.opensymphony.workflow.loader
DOCUMENT ME!
NotNullStringType() - Constructor for class com.opensymphony.workflow.loader.NotNullStringType
 
NotNullStringType - Class in com.opensymphony.workflow.spi.hibernate3
DOCUMENT ME!
NotNullStringType() - Constructor for class com.opensymphony.workflow.spi.hibernate3.NotNullStringType
 

O

OfbizSOAPWorkflow - Class in com.opensymphony.workflow.soap
DOCUMENT ME!
OfbizSOAPWorkflow() - Constructor for class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
OfbizWorkflow - Class in com.opensymphony.workflow.ofbiz
Ofbiz aware workflow implementation
OfbizWorkflow(String) - Constructor for class com.opensymphony.workflow.ofbiz.OfbizWorkflow
 
OfbizWorkflowContext - Class in com.opensymphony.workflow.ofbiz
DOCUMENT ME!
OfbizWorkflowContext(String) - Constructor for class com.opensymphony.workflow.ofbiz.OfbizWorkflowContext
 
OfbizWorkflowStore - Class in com.opensymphony.workflow.spi.ofbiz
OpenForBusiness Entity Engine implemenation.
OfbizWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
OJBCurrentStep - Class in com.opensymphony.workflow.spi.ojb
 
OJBCurrentStep() - Constructor for class com.opensymphony.workflow.spi.ojb.OJBCurrentStep
 
OJBCurrentStep(OJBStep) - Constructor for class com.opensymphony.workflow.spi.ojb.OJBCurrentStep
 
OJBHistoryStep - Class in com.opensymphony.workflow.spi.ojb
 
OJBHistoryStep() - Constructor for class com.opensymphony.workflow.spi.ojb.OJBHistoryStep
 
OJBHistoryStep(OJBStep) - Constructor for class com.opensymphony.workflow.spi.ojb.OJBHistoryStep
 
OJBStep - Class in com.opensymphony.workflow.spi.ojb
 
OJBStep() - Constructor for class com.opensymphony.workflow.spi.ojb.OJBStep
 
OJBStep(OJBStep) - Constructor for class com.opensymphony.workflow.spi.ojb.OJBStep
 
OJBWorkflowEntry - Class in com.opensymphony.workflow.spi.ojb
 
OJBWorkflowEntry() - Constructor for class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
OJBWorkflowStore - Class in com.opensymphony.workflow.spi.ojb
 
OJBWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
oldStatus - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
OR - Static variable in class com.opensymphony.workflow.query.NestedExpression
Constant to specify that at least one of the expressions specified must evaluate to true for an item to be included in the search results.
OR - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
OSUserGroupCondition - Class in com.opensymphony.workflow.util
Simple utility class that uses OSUser to determine if the caller is in the required argument "group".
OSUserGroupCondition() - Constructor for class com.opensymphony.workflow.util.OSUserGroupCondition
 
owner - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
OWNER - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow owner field.
OWNER - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 

P

PARENT_PAGE_URL - Static variable in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
passesCondition(ConditionDescriptor, Map, PropertySet, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
passesCondition(Map, Map, PropertySet) - Method in interface com.opensymphony.workflow.Condition
Determines if a condition should signal pass or fail.
passesCondition(Map, Map, PropertySet) - Method in interface com.opensymphony.workflow.ConditionRemote
Determines if a condition should signal pass or fail.
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.AllowOwnerOfStepCondition
Deprecated.
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.AllowOwnerOnlyCondition
Deprecated.
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.beanshell.BeanShellCondition
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.bsf.BSFCondition
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.DenyOwnerCondition
Deprecated.
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.local.LocalEJBCondition
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.remote.RemoteEJBCondition
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.IsUserOwnerCondition
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.jndi.JNDICondition
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.OSUserGroupCondition
 
passesCondition(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.StatusCondition
 
passesConditions(String, List, Map, PropertySet, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
passesConditions(ConditionsDescriptor, Map, PropertySet, int) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
PermissionDescriptor - Class in com.opensymphony.workflow.loader
 
permissions - Variable in class com.opensymphony.workflow.loader.StepDescriptor
 
populateTransientMap(WorkflowEntry, Map, List, Integer, Collection, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
post(String, Map) - Static method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
postFunctions - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
postFunctions - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
postFunctions - Variable in class com.opensymphony.workflow.loader.StepDescriptor
 
preFunctions - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
preFunctions - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
preFunctions - Variable in class com.opensymphony.workflow.loader.StepDescriptor
 
PrevaylerWorkflowStore - Class in com.opensymphony.workflow.spi.prevayler
This is a WorkflowStore implementation which uses Prevaylence as its datastore.
PrevaylerWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
PrevaylerWorkflowStore(String) - Constructor for class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
PreviousCurrentStepEJB - Class in com.opensymphony.workflow.spi.ejb
 
PreviousCurrentStepEJB() - Constructor for class com.opensymphony.workflow.spi.ejb.PreviousCurrentStepEJB
 
PreviousHistoryStepEJB - Class in com.opensymphony.workflow.spi.ejb
 
PreviousHistoryStepEJB() - Constructor for class com.opensymphony.workflow.spi.ejb.PreviousHistoryStepEJB
 
previousId - Variable in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
PreviousStepEJB - Class in com.opensymphony.workflow.spi.ejb
 
PreviousStepEJB() - Constructor for class com.opensymphony.workflow.spi.ejb.PreviousStepEJB
 
PreviousStepPK - Class in com.opensymphony.workflow.spi.ejb
Primary key for HistoryStepPrev.
PreviousStepPK() - Constructor for class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
PreviousStepPK(Long, Long) - Constructor for class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
printIndent(PrintWriter, int) - Static method in class com.opensymphony.workflow.loader.XMLUtil
 
printPostFunctions(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
printPreFunctions(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
printStackTrace() - Method in exception com.opensymphony.workflow.InternalWorkflowException
 
printStackTrace(PrintStream) - Method in exception com.opensymphony.workflow.InternalWorkflowException
 
printStackTrace(PrintWriter) - Method in exception com.opensymphony.workflow.InternalWorkflowException
 
printStackTrace() - Method in exception com.opensymphony.workflow.WorkflowException
 
printStackTrace(PrintStream) - Method in exception com.opensymphony.workflow.WorkflowException
 
printStackTrace(PrintWriter) - Method in exception com.opensymphony.workflow.WorkflowException
 
PROJECT_KEY_FIELD - Static variable in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
properties - Variable in class com.opensymphony.workflow.loader.AbstractWorkflowFactory
 
PropertySetDelegate - Interface in com.opensymphony.workflow.util
DOCUMENT ME!
PropertySetDelegateImpl - Class in com.opensymphony.workflow.util
DOCUMENT ME!
PropertySetDelegateImpl() - Constructor for class com.opensymphony.workflow.util.PropertySetDelegateImpl
 
PublishProjectConfigFunction - Class in de.catworkx.jira.plugins.pcp.postfunctions
 
PublishProjectConfigFunction(CustomFieldManager, ProjectManager, CommentManager, PcpConfigurationService, PcpEntityManager) - Constructor for class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunction
 
PublishProjectConfigFunctionFactory - Class in de.catworkx.jira.plugins.pcp.postfunctions
 
PublishProjectConfigFunctionFactory(CustomFieldManager) - Constructor for class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
PublishProjectConfigFunctionFactory.Value - Class in de.catworkx.jira.plugins.pcp.postfunctions
 

Q

QuartzRunner - Class in com.opensymphony.workflow.timer
To run:
QuartzRunner() - Constructor for class com.opensymphony.workflow.timer.QuartzRunner
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
query(WorkflowQuery) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
query(WorkflowExpressionQuery) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
query(WorkflowQuery) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
query(WorkflowExpressionQuery) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
query(Long, WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.prevayler.QueryLogic
 
query(Long, WorkflowQuery) - Method in class com.opensymphony.workflow.spi.prevayler.QueryLogic
 
query(WorkflowQuery) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
query(WorkflowExpressionQuery) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
query(WorkflowQuery) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
query(WorkflowExpressionQuery) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
 
query(WorkflowQuery) - Method in interface com.opensymphony.workflow.Workflow
Deprecated.
query(WorkflowExpressionQuery) - Method in interface com.opensymphony.workflow.Workflow
Query the workflow store for matching instances
QueryLogic - Class in com.opensymphony.workflow.spi.prevayler
This is basically the query logic cut and pasted from MemoryWorkflowStore.
QueryLogic(WorkflowStore) - Constructor for class com.opensymphony.workflow.spi.prevayler.QueryLogic
 
QueryNotSupportedException - Exception in com.opensymphony.workflow
Exception thrown to indicate that the query requested is not supported by the current store
QueryNotSupportedException() - Constructor for exception com.opensymphony.workflow.QueryNotSupportedException
 
QueryNotSupportedException(String) - Constructor for exception com.opensymphony.workflow.QueryNotSupportedException
 
QueryNotSupportedException(Exception) - Constructor for exception com.opensymphony.workflow.QueryNotSupportedException
 
QueryNotSupportedException(String, Exception) - Constructor for exception com.opensymphony.workflow.QueryNotSupportedException
 

R

read(String) - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
readLayoutBuffer(String, String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
readWorkflowBuffer(String, String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
Register - Interface in com.opensymphony.workflow
Interface that must be implemented for workflow registers to behave properly.
RegisterDescriptor - Class in com.opensymphony.workflow.loader
 
RegisterRemote - Interface in com.opensymphony.workflow
A remote register interface.
registers - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
registers - Variable in class com.opensymphony.workflow.TypeResolver
 
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in interface com.opensymphony.workflow.Register
Returns the object to bind to the variable map for this workflow instance.
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in interface com.opensymphony.workflow.RegisterRemote
Register a variable within a particular workflow
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in class com.opensymphony.workflow.util.beanshell.BeanShellRegister
 
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in class com.opensymphony.workflow.util.bsf.BSFRegister
 
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.local.LocalEJBRegister
 
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.remote.RemoteEJBRegister
 
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in class com.opensymphony.workflow.util.jndi.JNDIRegister
 
registerVariable(WorkflowContext, WorkflowEntry, Map, PropertySet) - Method in class com.opensymphony.workflow.util.LogRegister
 
reload - Variable in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
reload - Variable in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
reload - Variable in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
RemoteEJBCondition - Class in com.opensymphony.workflow.util.ejb.remote
Condition to check a remote EJB that implements ConditionRemote.
RemoteEJBCondition() - Constructor for class com.opensymphony.workflow.util.ejb.remote.RemoteEJBCondition
 
RemoteEJBFunctionProvider - Class in com.opensymphony.workflow.util.ejb.remote
Function to execute a remote EJB that implements FunctionProviderRemote.
RemoteEJBFunctionProvider() - Constructor for class com.opensymphony.workflow.util.ejb.remote.RemoteEJBFunctionProvider
 
RemoteEJBRegister - Class in com.opensymphony.workflow.util.ejb.remote
Register a remote EJB that implements RegisterRemote.
RemoteEJBRegister() - Constructor for class com.opensymphony.workflow.util.ejb.remote.RemoteEJBRegister
 
RemoteEJBValidator - Class in com.opensymphony.workflow.util.ejb.remote
Validate against a remote EJB that implements ValidatorRemote.
RemoteEJBValidator() - Constructor for class com.opensymphony.workflow.util.ejb.remote.RemoteEJBValidator
 
removeAction(ActionDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Remove an action from this workflow completely.
removeActions() - Method in class com.opensymphony.workflow.loader.StepDescriptor
Remove all common and regular actions for this step.
removeCurrentSteps(HibernateCurrentStep) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
removeWorkflow(String) - Method in interface com.opensymphony.workflow.config.Configuration
Remove the specified workflow.
removeWorkflow(String) - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
removeWorkflow(String) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
removeWorkflow(String) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
removeWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
removeWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
removeWorkflowDescriptor(String) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
removeWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
removeWorkflowDescriptor(String) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
removeWorkflowDescriptor(String) - Method in interface com.opensymphony.workflow.Workflow
Remove the specified workflow descriptor.
renameWorkflow(String, String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
renameWorkflow(String, String) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
renameWorkflow(String, String) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
renameWorkflow(String, String) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
renameWorkflow(String, String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
renameWorkflow(String, String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
renameWorkflow(String, String) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
renderConditionDescription(ConditionDescriptor) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the description of a Condition
renderMacroTemplate(String, Map<String, Object>) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Renders macro template.
renderPostFunctionDescription(FunctionDescriptor) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the description of a postfunction
renderValidatorDescription(ValidatorDescriptor) - Method in interface de.catworkx.jira.plugins.pcp.api.Helper
Gets the description of a validator
reset() - Static method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
Reset the MemoryWorkflowStore so it doesn't have any information.
resolveEntity(String, String) - Method in class com.opensymphony.workflow.loader.DTDEntityResolver
 
resolveEntity(String, String) - Method in class com.opensymphony.workflow.loader.SecureDTDEntityResolver
 
restriction - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
restriction - Variable in class com.opensymphony.workflow.loader.PermissionDescriptor
 
RestrictionDescriptor - Class in com.opensymphony.workflow.loader
 
RestrictionDescriptor() - Constructor for class com.opensymphony.workflow.loader.RestrictionDescriptor
 
RestrictionDescriptor(Element) - Constructor for class com.opensymphony.workflow.loader.RestrictionDescriptor
 
result - Variable in class com.opensymphony.workflow.loader.JoinDescriptor
 
ResultDescriptor - Class in com.opensymphony.workflow.loader
 
results - Variable in class com.opensymphony.workflow.loader.SplitDescriptor
 
resultsInJoin(int) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 

S

save() - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
save() - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
save() - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
save() - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
save(Object) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
save() - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
save() - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
save(Object) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
save() - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in interface com.opensymphony.workflow.config.Configuration
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
Save the workflow.
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
saveWorkflow(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
saveWorkflowDescriptor(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
saveWorkflowDescriptor(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
saveWorkflowDescriptor(String, WorkflowDescriptor, boolean) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
saveWorkflowDescriptor(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
saveWorkflowDescriptor(String, WorkflowDescriptor, boolean) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
saveWorkflowDescriptor(String, WorkflowDescriptor, boolean) - Method in interface com.opensymphony.workflow.Workflow
Add a new workflow descriptor
ScheduleJob - Class in com.opensymphony.workflow.util
Schedules a job in the Quartz job scheduler to be executed one or more times in the future.
ScheduleJob() - Constructor for class com.opensymphony.workflow.util.ScheduleJob
 
SecureDTDEntityResolver - Class in com.opensymphony.workflow.loader
Resolves external references to the os-workflow DTD to a well known document in the local file system, and disallows any other external entity references.
SecureDTDEntityResolver() - Constructor for class com.opensymphony.workflow.loader.SecureDTDEntityResolver
 
SendEmail - Class in com.opensymphony.workflow.util
Sends an email to a group of users.
SendEmail() - Constructor for class com.opensymphony.workflow.util.SendEmail
 
SerializableWorkflowStore - Class in com.opensymphony.workflow.spi.memory
Simple flat file implementation.
SerializableWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
set(PreparedStatement, Object, int) - Method in class com.opensymphony.workflow.loader.NotNullStringType
 
set(PreparedStatement, Object, int) - Method in class com.opensymphony.workflow.spi.hibernate3.NotNullStringType
 
setActionId(int) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setActionId(int) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setActionId(int) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
setActionId(int) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setActionId(int) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setActionId(int) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setActionId(int) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setActionId(int) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
setAutoExecute(boolean) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
setBeanProvider(BeanProvider) - Method in class com.opensymphony.workflow.util.DefaultVariableResolver
 
setCacheable(boolean) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
setCacheable(boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
setCacheable(boolean) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
setCacheRegion(String) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
setCacheRegion(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
setCacheRegion(String) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
setCaller(String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setCaller(String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setCaller(String) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
setCaller(String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setCaller(String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setCaller(String) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setCaller(String) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setCaller(String) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setConditions(List) - Method in class com.opensymphony.workflow.loader.ConditionsDescriptor
 
setConditions(Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
setConditionsDescriptor(ConditionsDescriptor) - Method in class com.opensymphony.workflow.loader.RestrictionDescriptor
 
setConfiguration(Configuration) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
setConfiguration(Configuration) - Method in class com.opensymphony.workflow.ejb.EJBWorkflow
 
setConfiguration(Configuration) - Method in interface com.opensymphony.workflow.ejb.WorkflowRemote
 
setConfiguration(Configuration) - Method in class com.opensymphony.workflow.soap.BasicSOAPWorkflow
 
setConfiguration(Configuration) - Method in class com.opensymphony.workflow.soap.OfbizSOAPWorkflow
 
setConfiguration(Configuration) - Method in interface com.opensymphony.workflow.Workflow
Set the configuration for this workflow.
setContext(int) - Method in class com.opensymphony.workflow.query.FieldExpression
 
setCurrentSteps(List) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
setCurrentSteps(List) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
setDescriptorResource(Resource) - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowDescriptorFactory
 
setDisplayName(String) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
setDueDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setDueDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setDueDate(Timestamp) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
setDueDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setDueDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setDueDate(Date) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setDueDate(Date) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setDueDate(Date) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setEntityContext(javax.ejb.EntityContext) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setEntityContext(javax.ejb.EntityContext) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
setEntityContext(javax.ejb.EntityContext) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setEntityContext(javax.ejb.EntityContext) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
setEntityContext(javax.ejb.EntityContext) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
setEntityId(int) - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
setEntry(HibernateWorkflowEntry) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setEntry(OJBWorkflowEntry) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setEntryId(long) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setEntryId(long) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setEntryId(long) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setEntryId(long) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setEntryId(long) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setEntryId(long) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.ejb.EJBWorkflowStore
 
setEntryState(long, int) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowStoreRemote
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.ofbiz.OfbizWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.prevayler.PrevaylerWorkflowStore
 
setEntryState(long, int) - Method in class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
setEntryState(long, int) - Method in interface com.opensymphony.workflow.spi.WorkflowStore
Set the state of the workflow instance.
setExpression(Expression) - Method in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
setExpressionOperator(int) - Method in class com.opensymphony.workflow.query.NestedExpression
 
setExpressions(Expression[]) - Method in class com.opensymphony.workflow.query.NestedExpression
 
setFactory(WorkflowFactory) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
setFactory(DescriptorFactory) - Static method in class com.opensymphony.workflow.loader.DescriptorFactory
 
setField(int) - Method in class com.opensymphony.workflow.query.FieldExpression
 
setFinish(boolean) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
setFinishDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setFinishDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setFinishDate(Timestamp) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
setFinishDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setFinishDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setFinishDate(Date) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setFinishDate(Date) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setFinishDate(Date) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setFunctions(Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
setHistorySteps(List) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
setHistorySteps(List) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
setId(int) - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepEJB
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
setId(Long) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
setId(long) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setId(long) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
setId(long) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setId(long) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
setId(long) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setId(long) - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
setInitialized(boolean) - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
setJoin(int) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
setLayout(String, Object) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
setLayout(String, Object) - Method in class com.opensymphony.workflow.loader.URLWorkflowFactory
 
setLayout(String, Object) - Method in interface com.opensymphony.workflow.loader.WorkflowFactory
 
setLayout(String, Object) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
setLayout(String, Object) - Method in class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
setLayout(String, Object) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
setLayout(String, Object) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
setMetaAttributes(Map) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
setMetaAttributes(Map) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
setName(String) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
setName(String) - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
setName(String) - Method in class com.opensymphony.workflow.loader.FunctionDescriptor
 
setName(String) - Method in class com.opensymphony.workflow.loader.PermissionDescriptor
 
setName(String) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
setName(String) - Method in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
setName(String) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
setNegate(boolean) - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
setOldStatus(String) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
setOperator(int) - Method in class com.opensymphony.workflow.query.FieldExpression
 
setOrderBy(int) - Method in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
setOwner(String) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
setOwner(String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setOwner(String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setOwner(String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setOwner(String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setOwner(String) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setOwner(String) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setOwner(String) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setParent(AbstractDescriptor) - Method in class com.opensymphony.workflow.loader.AbstractDescriptor
 
setPersistence(String) - Method in class com.opensymphony.workflow.config.DefaultConfiguration
 
setPostFunctions(List) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
setPreFunctions(List) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
setPreviousId(Long) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
setPreviousId(Long) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
setPreviousId(Long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepEJB
 
setPreviousId(Long) - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
setPreviousStepIds(long[]) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setPreviousSteps(List) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setPreviousSteps(List) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setPropertySetDelegate(PropertySetDelegate) - Method in class com.opensymphony.workflow.spi.hibernate.AbstractHibernateWorkflowStore
 
setPropertySetDelegate(PropertySetDelegate) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
setPropertySetDelegate(PropertySetDelegate) - Method in class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
 
setRegisters(Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
setReload(boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
setReload(boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowDescriptorFactory
 
setReload(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowFactory
 
setReload(boolean) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
setResolver(TypeResolver) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
setResolver(TypeResolver) - Static method in class com.opensymphony.workflow.TypeResolver
 
setResource(String) - Method in class com.opensymphony.workflow.spi.hibernate.SpringWorkflowFactory
 
setRestriction(RestrictionDescriptor) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
setRestriction(RestrictionDescriptor) - Method in class com.opensymphony.workflow.loader.PermissionDescriptor
 
setResult(ResultDescriptor) - Method in class com.opensymphony.workflow.loader.JoinDescriptor
 
setRollbackOnly() - Method in class com.opensymphony.workflow.basic.BasicWorkflowContext
 
setRollbackOnly() - Method in class com.opensymphony.workflow.ejb.EJBWorkflowContext
 
setRollbackOnly() - Method in class com.opensymphony.workflow.ofbiz.OfbizWorkflowContext
 
setRollbackOnly() - Method in interface com.opensymphony.workflow.WorkflowContext
Sets the current transaction to be rolled back.
setSessionContext(SessionContext) - Method in class com.opensymphony.workflow.ejb.EJBWorkflowContext
 
setSessionContext(SessionContext) - Method in class com.opensymphony.workflow.ejb.WorkflowEJB
 
setSessionContext(javax.ejb.SessionContext) - Method in class com.opensymphony.workflow.ejb.WorkflowSession
 
setSessionContext(javax.ejb.SessionContext) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSession
 
setSessionFactory(SessionFactory) - Method in class com.opensymphony.workflow.spi.hibernate.DefaultHibernatePropertySetDelegate
 
setSessionFactory(SessionFactory) - Method in class com.opensymphony.workflow.spi.hibernate.NewSpringHibernateWorkflowStore
 
setSessionFactory(SessionFactory) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
setSessionFactory(SessionFactory) - Method in class com.opensymphony.workflow.spi.hibernate3.DefaultHibernatePropertySetDelegate
 
setSessionFactory(SessionFactory) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
setSessionFactory(SessionFactory) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowStore
 
setSortOrder(int) - Method in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
setSplit(int) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
setStartDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setStartDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setStartDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setStartDate(Timestamp) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setStartDate(Date) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setStartDate(Date) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setStartDate(Date) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setState(int) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
setState(int) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
setState(int) - Method in interface com.opensymphony.workflow.spi.ejb.WorkflowEntryLocal
 
setState(int) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
setState(int) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
setState(int) - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
setStatus(String) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
setStatus(String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setStatus(String) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setStatus(String) - Method in interface com.opensymphony.workflow.spi.ejb.CurrentStepLocal
 
setStatus(String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setStatus(String) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setStatus(String) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setStatus(String) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setStatus(String) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setStep(int) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
setStepId(int) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
setStepId(int) - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepEJB
 
setStepId(int) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
setStepId(int) - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepEJB
 
setStepId(int) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateStep
 
setStepId(int) - Method in class com.opensymphony.workflow.spi.ojb.OJBStep
 
setStepId(int) - Method in class com.opensymphony.workflow.spi.SimpleStep
 
setStore(WorkflowStore) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
setStoreFile(String) - Static method in class com.opensymphony.workflow.spi.memory.SerializableWorkflowStore
 
setTriggerFunction(int, FunctionDescriptor) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
Update a trigger function
setType(String) - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
setType(String) - Method in class com.opensymphony.workflow.loader.ConditionsDescriptor
 
setType(String) - Method in class com.opensymphony.workflow.loader.FunctionDescriptor
 
setType(String) - Method in class com.opensymphony.workflow.loader.RegisterDescriptor
 
setType(String) - Method in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
setUnconditionalResult(ResultDescriptor) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
setValidate(boolean) - Method in class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
setValidate(boolean) - Method in class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
setValidators(Map) - Method in class com.opensymphony.workflow.util.SpringTypeResolver
 
setValue(Object) - Method in class com.opensymphony.workflow.query.FieldExpression
 
setVariableName(String) - Method in class com.opensymphony.workflow.loader.RegisterDescriptor
 
setVariableResolver(VariableResolver) - Method in class com.opensymphony.workflow.config.SpringConfiguration
 
setVersion(int) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
setView(String) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
setWorkflowDescriptor(WorkflowDescriptor) - Method in class com.opensymphony.workflow.spi.hibernate.WorkflowName
 
setWorkflowName(String) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
setWorkflowName(String) - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
setWorkflowName(String) - Method in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowEntry
 
setWorkflowName(String) - Method in class com.opensymphony.workflow.spi.hibernate.WorkflowName
 
setWorkflowName(String) - Method in class com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
 
setWorkflowName(String) - Method in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
SimpleStep - Class in com.opensymphony.workflow.spi
Simple implementation
SimpleStep() - Constructor for class com.opensymphony.workflow.spi.SimpleStep
 
SimpleStep(long, long, int, int, String, Date, Date, Date, String, long[], String) - Constructor for class com.opensymphony.workflow.spi.SimpleStep
 
SimpleWorkflowEntry - Class in com.opensymphony.workflow.spi
Simple implemenation.
SimpleWorkflowEntry(long, String, int) - Constructor for class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
SOAPWorkflowServlet - Class in com.opensymphony.workflow.soap
 
SOAPWorkflowServlet() - Constructor for class com.opensymphony.workflow.soap.SOAPWorkflowServlet
 
SORT_ASC - Static variable in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
SORT_DESC - Static variable in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
SORT_NONE - Static variable in class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
split - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
SplitDescriptor - Class in com.opensymphony.workflow.loader
DOCUMENT ME!
splits - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
SpringBeanNameWorkflowFactory - Class in com.opensymphony.workflow.spi.hibernate
Spring-compliant implementation of AbstractWorkflowFactory.
SpringBeanNameWorkflowFactory() - Constructor for class com.opensymphony.workflow.spi.hibernate.SpringBeanNameWorkflowFactory
 
SpringConfiguration - Class in com.opensymphony.workflow.config
 
SpringConfiguration() - Constructor for class com.opensymphony.workflow.config.SpringConfiguration
 
SpringHibernateWorkflowFactory - Class in com.opensymphony.workflow.spi.hibernate
DOCUMENT ME!
SpringHibernateWorkflowFactory() - Constructor for class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowFactory
 
SpringHibernateWorkflowFactory - Class in com.opensymphony.workflow.spi.hibernate3
DOCUMENT ME!
SpringHibernateWorkflowFactory() - Constructor for class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowFactory
 
SpringHibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate
 
SpringHibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate.SpringHibernateWorkflowStore
 
SpringHibernateWorkflowStore - Class in com.opensymphony.workflow.spi.hibernate3
 
SpringHibernateWorkflowStore() - Constructor for class com.opensymphony.workflow.spi.hibernate3.SpringHibernateWorkflowStore
 
SpringTypeResolver - Class in com.opensymphony.workflow.util
Spring-aware type resolver.
SpringTypeResolver() - Constructor for class com.opensymphony.workflow.util.SpringTypeResolver
 
SpringWorkflowDescriptorFactory - Class in com.opensymphony.workflow.spi.hibernate
DOCUMENT ME!
SpringWorkflowDescriptorFactory() - Constructor for class com.opensymphony.workflow.spi.hibernate.SpringWorkflowDescriptorFactory
 
SpringWorkflowFactory - Class in com.opensymphony.workflow.spi.hibernate
DOCUMENT ME!
SpringWorkflowFactory() - Constructor for class com.opensymphony.workflow.spi.hibernate.SpringWorkflowFactory
 
START_DATE - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow start date field.
START_DATE - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
STATE - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the state field.
state - Variable in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
stateCache - Variable in class com.opensymphony.workflow.AbstractWorkflow
 
stateChanged(WorkflowEntry) - Method in interface com.opensymphony.workflow.util.WorkflowListener
 
stateChanged(WorkflowEntry) - Method in interface com.opensymphony.workflow.util.WorkflowLocalListener
 
status - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
STATUS - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow status field.
STATUS - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
StatusCondition - Class in com.opensymphony.workflow.util
Simple utility condition that returns true if the current step's status is the same as the required argument "status".
StatusCondition() - Constructor for class com.opensymphony.workflow.util.StatusCondition
 
step - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
STEP - Static variable in class com.opensymphony.workflow.query.FieldExpression
Constant for the workflow step field.
STEP - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
Step - Interface in com.opensymphony.workflow.spi
Interface for a step associated with a workflow instance.
stepActionId - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepCaller - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
StepComparator - Class in com.opensymphony.workflow.spi.ejb
Utility class to order steps in a descending order.
StepComparator() - Constructor for class com.opensymphony.workflow.spi.ejb.StepComparator
 
StepDescriptor - Class in com.opensymphony.workflow.loader
 
stepDueDate - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepEntryId - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepFinishDate - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepId - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepOwner - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepPreviousId - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
steps - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
stepSequence - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepSequenceIncrement - Variable in class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 
stepSequenceRetrieve - Variable in class com.opensymphony.workflow.spi.jdbc.MySQLWorkflowStore
 
stepStartDate - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepStatus - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
stepStepId - Variable in class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
 
StoreException - Exception in com.opensymphony.workflow
 
StoreException(String) - Constructor for exception com.opensymphony.workflow.StoreException
 
StoreException(String, Throwable) - Constructor for exception com.opensymphony.workflow.StoreException
 
StoreException(Throwable) - Constructor for exception com.opensymphony.workflow.StoreException
 
SUSPENDED - Static variable in interface com.opensymphony.workflow.spi.WorkflowEntry
 

T

TestClient - Class in com.opensymphony.workflow.soap
DOCUMENT ME!
TestClient() - Constructor for class com.opensymphony.workflow.soap.TestClient
 
timerFunctions - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
TITLE_OPTIONS - Static variable in class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory
 
toString() - Method in exception com.opensymphony.workflow.InvalidInputException
 
toString() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
toString() - Method in class com.opensymphony.workflow.spi.ejb.PreviousStepPK
 
toString() - Method in class com.opensymphony.workflow.spi.SimpleStep
 
transitionWorkflow(WorkflowEntry, List, WorkflowStore, WorkflowDescriptor, ActionDescriptor, Map, Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
 
translateVariables(String, Map, PropertySet) - Method in class com.opensymphony.workflow.util.DefaultVariableResolver
Parses a string for instances of "${foo}" and returns a string with all instances replaced with the string value of the foo object (foo.toString()).
translateVariables(String, Map, PropertySet) - Method in interface com.opensymphony.workflow.util.VariableResolver
 
type - Variable in class com.opensymphony.workflow.loader.ConditionDescriptor
 
type - Variable in class com.opensymphony.workflow.loader.FunctionDescriptor
 
type - Variable in class com.opensymphony.workflow.loader.RegisterDescriptor
 
type - Variable in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
TypeResolver - Class in com.opensymphony.workflow
Date: Aug 3, 2004 Time: 11:04:43 PM
TypeResolver() - Constructor for class com.opensymphony.workflow.TypeResolver
 

U

unconditionalResult - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
UNKNOWN - Static variable in interface com.opensymphony.workflow.spi.WorkflowEntry
 
UnscheduleJob - Class in com.opensymphony.workflow.util
Unschedules a job that was scheduled previously.
UnscheduleJob() - Constructor for class com.opensymphony.workflow.util.UnscheduleJob
 
unsetEntityContext() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepCMP
 
unsetEntityContext() - Method in class com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
 
unsetEntityContext() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepCMP
 
unsetEntityContext() - Method in class com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
 
unsetEntityContext() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
unsetSessionContext() - Method in class com.opensymphony.workflow.ejb.WorkflowSession
 
unsetSessionContext() - Method in class com.opensymphony.workflow.spi.ejb.WorkflowStoreSession
 
URLWorkflowFactory - Class in com.opensymphony.workflow.loader
 
URLWorkflowFactory() - Constructor for class com.opensymphony.workflow.loader.URLWorkflowFactory
 

V

Validatable - Interface in com.opensymphony.workflow.util
Abstact base class for elements that can be validated.
validate() - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.ConditionalResultDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.ConditionsDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.JoinDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.RestrictionDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.SplitDescriptor
 
validate() - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
validate(Collection) - Static method in class com.opensymphony.workflow.loader.ValidationHelper
 
validate() - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
validate(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.beanshell.BeanShellValidator
 
validate(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.bsf.BSFValidator
 
validate(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.local.LocalEJBValidator
 
validate(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.ejb.remote.RemoteEJBValidator
 
validate(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.jndi.JNDIValidator
 
validate() - Method in interface com.opensymphony.workflow.util.Validatable
Validate this element, and propagate validation to all contained sub-elements.
validate(Map, Map, PropertySet) - Method in class com.opensymphony.workflow.util.WebWorkValidator
 
validate(Map, Map, PropertySet) - Method in interface com.opensymphony.workflow.Validator
Validates the user input.
validate(Map, Map, PropertySet) - Method in interface com.opensymphony.workflow.ValidatorRemote
Validates the user input.
ValidationHelper - Class in com.opensymphony.workflow.loader
DOCUMENT ME!
ValidationHelper() - Constructor for class com.opensymphony.workflow.loader.ValidationHelper
 
Validator - Interface in com.opensymphony.workflow
Interface that must be implemented to define a java-based validator in your workflow definition.
ValidatorDescriptor - Class in com.opensymphony.workflow.loader
A validator is a helper used to verify values in the input map that is provided to every action call.
ValidatorRemote - Interface in com.opensymphony.workflow
Remote interface that must be implemented to define a java-based validator in your workflow definition.
validators - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 
validators - Variable in class com.opensymphony.workflow.loader.ResultDescriptor
 
validators - Variable in class com.opensymphony.workflow.TypeResolver
 
Value(String, String) - Constructor for class de.catworkx.jira.plugins.pcp.postfunctions.PublishProjectConfigFunctionFactory.Value
 
variableName - Variable in class com.opensymphony.workflow.loader.RegisterDescriptor
 
VariableResolver - Interface in com.opensymphony.workflow.util
 
verifyInputs(WorkflowEntry, List, Map, PropertySet) - Method in class com.opensymphony.workflow.AbstractWorkflow
Validates input against a list of ValidatorDescriptor objects.
view - Variable in class com.opensymphony.workflow.loader.ActionDescriptor
 

W

warning(SAXParseException) - Method in class com.opensymphony.workflow.loader.WorkflowLoader.AllExceptionsErrorHandler
 
warning(SAXParseException) - Method in class com.opensymphony.workflow.loader.WorkflowLoader.WorkflowErrorHandler
 
WebWorkExecutor - Class in com.opensymphony.workflow.util
Executes a WebWork function and restores the old ActionContext when finished (but does not provide chaining support yet).
WebWorkExecutor() - Constructor for class com.opensymphony.workflow.util.WebWorkExecutor
 
WebWorkValidator - Class in com.opensymphony.workflow.util
DOCUMENT ME!
WebWorkValidator() - Constructor for class com.opensymphony.workflow.util.WebWorkValidator
 
Workflow - Interface in com.opensymphony.workflow
The core workflow interface.
WorkflowContext - Interface in com.opensymphony.workflow
Interface to be implemented if a new OSWorkflow interaction is to be created (SOAP, EJB, Ofbiz, etc).
WorkflowDescriptor - Class in com.opensymphony.workflow.loader
Describes a single workflow
WorkflowDescriptor() - Constructor for class com.opensymphony.workflow.loader.WorkflowDescriptor
Deprecated.
use DescriptorFactory instead
WorkflowDescriptor(Element) - Constructor for class com.opensymphony.workflow.loader.WorkflowDescriptor
Deprecated.
use DescriptorFactory instead
WorkflowEJB - Class in com.opensymphony.workflow.ejb
 
WorkflowEJB() - Constructor for class com.opensymphony.workflow.ejb.WorkflowEJB
 
WorkflowEntry - Interface in com.opensymphony.workflow.spi
Interface for a workflow entry.
WorkflowEntryCMP - Class in com.opensymphony.workflow.spi.ejb
CMP layer for WorkflowEntry.
WorkflowEntryCMP() - Constructor for class com.opensymphony.workflow.spi.ejb.WorkflowEntryCMP
 
WorkflowEntryEJB - Class in com.opensymphony.workflow.spi.ejb
EJB implementation for workflow entries.
WorkflowEntryEJB() - Constructor for class com.opensymphony.workflow.spi.ejb.WorkflowEntryEJB
 
WorkflowEntryHomeFactory - Class in com.opensymphony.workflow.spi.ejb
Utility class for WorkflowEntry.
WorkflowEntryHomeFactory() - Constructor for class com.opensymphony.workflow.spi.ejb.WorkflowEntryHomeFactory
 
WorkflowEntryLocal - Interface in com.opensymphony.workflow.spi.ejb
Local interface for WorkflowEntry.
WorkflowEntryLocalHome - Interface in com.opensymphony.workflow.spi.ejb
Local home interface for WorkflowEntry.
WorkflowErrorHandler(URL) - Constructor for class com.opensymphony.workflow.loader.WorkflowLoader.WorkflowErrorHandler
 
WorkflowException - Exception in com.opensymphony.workflow
 
WorkflowException() - Constructor for exception com.opensymphony.workflow.WorkflowException
 
WorkflowException(String) - Constructor for exception com.opensymphony.workflow.WorkflowException
 
WorkflowException(String, Throwable) - Constructor for exception com.opensymphony.workflow.WorkflowException
 
WorkflowException(Throwable) - Constructor for exception com.opensymphony.workflow.WorkflowException
 
WorkflowExpressionQuery - Class in com.opensymphony.workflow.query
Workflow Query.
WorkflowExpressionQuery() - Constructor for class com.opensymphony.workflow.query.WorkflowExpressionQuery
 
WorkflowExpressionQuery(Expression) - Constructor for class com.opensymphony.workflow.query.WorkflowExpressionQuery
Create a WorkflowExpressionQuery that consists of one expression.
WorkflowFactory - Interface in com.opensymphony.workflow.loader
 
WorkflowFactoryServlet - Class in com.opensymphony.workflow.config
 
WorkflowFactoryServlet() - Constructor for class com.opensymphony.workflow.config.WorkflowFactoryServlet
 
WorkflowHome - Interface in com.opensymphony.workflow.ejb
Home interface for Workflow.
WorkflowHomeFactory - Class in com.opensymphony.workflow.ejb
Utility class for Workflow.
WorkflowHomeFactory() - Constructor for class com.opensymphony.workflow.ejb.WorkflowHomeFactory
 
WorkflowJob - Class in com.opensymphony.workflow.timer
DOCUMENT ME!
WorkflowJob() - Constructor for class com.opensymphony.workflow.timer.WorkflowJob
 
WorkflowListener - Interface in com.opensymphony.workflow.util
Listener interface to be implemented by remote session beans that wish to be notified of changes in the workflow.
WorkflowLoader - Class in com.opensymphony.workflow.loader
The WorkflowLoader is responsible for creating a WorkflowDesciptor by loading the XML from various sources.
WorkflowLoader() - Constructor for class com.opensymphony.workflow.loader.WorkflowLoader
 
WorkflowLoader.AllExceptionsErrorHandler - Class in com.opensymphony.workflow.loader
 
WorkflowLoader.WorkflowErrorHandler - Class in com.opensymphony.workflow.loader
 
WorkflowLocalListener - Interface in com.opensymphony.workflow.util
Workflow listener interface to be implemented by local session beans that wish to be notified of changes in the workflow state.
workflowName - Variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
WorkflowName - Class in com.opensymphony.workflow.spi.hibernate
DOCUMENT ME!
WorkflowName() - Constructor for class com.opensymphony.workflow.spi.hibernate.WorkflowName
 
workflowName - Variable in class com.opensymphony.workflow.spi.SimpleWorkflowEntry
 
WorkflowQuery - Class in com.opensymphony.workflow.query
Deprecated.
WorkflowQuery() - Constructor for class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
WorkflowQuery(WorkflowQuery, int, WorkflowQuery) - Constructor for class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
WorkflowQuery(int, int, int, Object) - Constructor for class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
WorkflowRemote - Interface in com.opensymphony.workflow.ejb
Remote interface for Workflow.
workflows - Variable in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
workflows - Variable in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
workflows - Variable in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
WorkflowSerializer - Class in com.opensymphony.workflow.loader
DOCUMENT ME!
WorkflowSerializer() - Constructor for class com.opensymphony.workflow.loader.WorkflowSerializer
 
WorkflowSession - Class in com.opensymphony.workflow.ejb
Session layer for Workflow.
WorkflowSession() - Constructor for class com.opensymphony.workflow.ejb.WorkflowSession
 
WorkflowStateHelper - Class in com.opensymphony.workflow.util
 
WorkflowStateHelper() - Constructor for class com.opensymphony.workflow.util.WorkflowStateHelper
 
WorkflowStore - Interface in com.opensymphony.workflow.spi
Interface for pluggable workflow stores configured in osworkflow.xml.
WorkflowStoreHome - Interface in com.opensymphony.workflow.spi.ejb
Home interface for WorkflowStore.
WorkflowStoreHomeFactory - Class in com.opensymphony.workflow.spi.ejb
Utility class for WorkflowStore.
WorkflowStoreHomeFactory() - Constructor for class com.opensymphony.workflow.spi.ejb.WorkflowStoreHomeFactory
 
WorkflowStoreRemote - Interface in com.opensymphony.workflow.spi.ejb
Remote interface for WorkflowStore.
WorkflowStoreSession - Class in com.opensymphony.workflow.spi.ejb
Session layer for WorkflowStore.
WorkflowStoreSession() - Constructor for class com.opensymphony.workflow.spi.ejb.WorkflowStoreSession
 
WorkflowStoreSessionEJB - Class in com.opensymphony.workflow.spi.ejb
 
WorkflowStoreSessionEJB() - Constructor for class com.opensymphony.workflow.spi.ejb.WorkflowStoreSessionEJB
 
WorkflowSystem - Class in com.opensymphony.workflow.spi.prevayler
 
WorkflowSystem() - Constructor for class com.opensymphony.workflow.spi.prevayler.WorkflowSystem
 
write(String, byte[]) - Method in class com.opensymphony.workflow.loader.JDBCWorkflowFactory
 
writeWorkflowDescriptor(String, String, String, String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
writeWorkflowLayout(String, String, String, String) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ActionDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ConditionalResultDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ConditionDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ConditionsDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.FunctionDescriptor
 
writeXML(WorkflowDescriptor, Writer) - Method in class com.opensymphony.workflow.loader.HTTPWorkflowFactory
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.JoinDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.PermissionDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.RegisterDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.RestrictionDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ResultDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.SplitDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.StepDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.ValidatorDescriptor
 
writeXML(PrintWriter, int) - Method in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
writeXML(WorkflowDescriptor, Writer) - Method in class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
writeXML(PrintWriter, int) - Method in interface com.opensymphony.workflow.util.XMLizable
 

X

XFireSOAPWorkflow - Class in com.opensymphony.workflow.soap
 
XFireSOAPWorkflow() - Constructor for class com.opensymphony.workflow.soap.XFireSOAPWorkflow
 
XML_HEADER - Static variable in class com.opensymphony.workflow.loader.WorkflowDescriptor
 
XMLizable - Interface in com.opensymphony.workflow.util
DOCUMENT ME!
XMLUtil - Class in com.opensymphony.workflow.loader
 
XMLUtil() - Constructor for class com.opensymphony.workflow.loader.XMLUtil
 
XMLWorkflowFactory - Class in com.opensymphony.workflow.loader
 
XMLWorkflowFactory() - Constructor for class com.opensymphony.workflow.loader.XMLWorkflowFactory
 
XOR - Static variable in class com.opensymphony.workflow.query.WorkflowQuery
Deprecated.
 
XWorkExecutor - Class in com.opensymphony.workflow.util
Executes an XWork function.
XWorkExecutor() - Constructor for class com.opensymphony.workflow.util.XWorkExecutor
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2021 catworkx GmbH. All rights reserved.