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

A

AbstractPaginatibleInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
AbstractPaginatibleInstanceRepository() - Constructor for class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
addConfigProperty(String, String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
Adds the property denoted by the given name> and value.
addConfigProperty(String, String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
Adds the property denoted by the given name> and value.
addDefaultField(String) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
addDefaultFields(List) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
addFieldToWorkflow(String, String) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
addStage(WorkflowLifecycleStage) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Adds a WorkflowStage to this WorkflowLifecycle.
addWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
addWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
addWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
addWorkflowInstance(WorkflowInstance) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Persists the specified WorkflowInstance to the instance repository.
addWorkflowToMap(String, List) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 

B

blankPage() - Static method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 

C

CheckForMetadataKeys - Class in org.apache.oodt.cas.workflow.examples
 
CheckForMetadataKeys() - Constructor for class org.apache.oodt.cas.workflow.examples.CheckForMetadataKeys
 
clearStages() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Clears the WorkflowStages in this WorkflowLifecycle.
condConfig - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
CONDITION_CACHE - Variable in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
conditionInstanceClassName - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
conditions - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
configure(Properties) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
copyCondition(WorkflowCondition) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
copyConditions(List) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Creates copies of each WorkflowCondition within the specified List of WorkflowConditions specified by conditionList.
copyTask(WorkflowTask) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
copyTasks(List) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Creates copies of each WorkflowTask within the specified List of WorkflowTasks specified by taskList.
copyWorkflow(Workflow) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Creates an exact copy of the specified Workflow w, allocating new memory for the new object, and then returning it.
copyWorkflows(List) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
CoreMetKeys - Interface in org.apache.oodt.cas.workflow.metadata
 
CREATED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
createInstanceRepository() - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepositoryFactory
 
createInstanceRepository() - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepositoryFactory
 
createInstanceRepository() - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepositoryFactory
 
createInstanceRepository() - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepositoryFactory
 
createRepository() - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepositoryFactory
 
createWorkflowEngine() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngineFactory
 
createWorkflowEngine() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
createWorkflowEngine() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngineFactory
 

D

DataSourceWorkflowInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
DataSourceWorkflowInstanceRepository(DataSource, boolean, int) - Constructor for class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
DataSourceWorkflowInstanceRepositoryFactory - Class in org.apache.oodt.cas.workflow.instrepo
 
DataSourceWorkflowInstanceRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepositoryFactory
Default constructor
DataSourceWorkflowRepository - Class in org.apache.oodt.cas.workflow.repository
 
DataSourceWorkflowRepository(DataSource) - Constructor for class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
Default Constructor
DataSourceWorkflowRepositoryFactory - Class in org.apache.oodt.cas.workflow.repository
 
DataSourceWorkflowRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepositoryFactory
Default Constructor
DbStructFactory - Class in org.apache.oodt.cas.workflow.util
 
DEFAULT_LIFECYCLE - Static variable in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
DEFAULT_LIFECYCLE - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
DEFAULT_WORKFLOW_ID - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
DEFAULT_WORKFLOW_MAP - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 

E

EngineException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
EngineException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
EngineException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
EngineException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
EngineException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
ERROR - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.CheckForMetadataKeys
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.FalseCondition
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.LongCondition
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.TrueCondition
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in interface org.apache.oodt.cas.workflow.structs.WorkflowConditionInstance
The actual conditional: this method should return true if the condition is satisfied, otherwise, false.
execute(JobInput) - Method in class org.apache.oodt.cas.workflow.structs.TaskJob
 
ExternScriptTaskInstance - Class in org.apache.oodt.cas.workflow.examples
 
ExternScriptTaskInstance() - Constructor for class org.apache.oodt.cas.workflow.examples.ExternScriptTaskInstance
 

F

FalseCondition - Class in org.apache.oodt.cas.workflow.examples
 
FalseCondition() - Constructor for class org.apache.oodt.cas.workflow.examples.FalseCondition
 
FIELD_TAG - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
FIELD_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
FINISHED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
formatPct(double) - Static method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Formats a double percent number to a 2 decimal place String.

G

GenericWorkflowObjectFactory - Class in org.apache.oodt.cas.workflow.util
 
getCommands() - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
getCommandShell() - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
getCondConfig() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getConditionById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getConditionId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionInstanceClassName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionObjectFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Constructs a WorkflowConditionInstance from the given implementation class name.
getConditions() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getConditionsByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConditionsByTaskId(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns an ordered List of WorkflowConditions associated with the given taskId.
getConditionsByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getConditionsByTaskName(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConditionsByTaskName(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns an ordered List of WorkflowConditions associated with the given taskName.
getConditionsByTaskName(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getConfiguration(Node) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Constructs a new WorkflowTaskConfiguration from the given XML node.
getConfigurationByConditionId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConfigurationByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConfigurationByTaskId(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Gets the WorkflowTaskConfiguration metadata for the WorkflowTask with the given taskId.
getConfigurationByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getCurrentTaskEndDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getCurrentTaskId() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getCurrentTaskId() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
getCurrentTaskId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getCurrentTaskStartDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
getCurrentTaskWallClockMinutes(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
getCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getCurrentTaskWallClockMinutes(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getCurrentTaskWallClockMinutes(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Gets the amount of wall clock minutes that the particular WorkflowTask within a WorkflowInstance has been executing for.
getDefaultFields() - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
getDefaultLifecycle() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
 
getDynMetadata() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getEndDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getEvent(ResultSet) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getFieldsForWorkflow(String) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
getFirstPage() - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getFirstPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getFirstPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getFirstPage() - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
getId() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getId() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
getInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
getInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getInstanceRepository() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Gets the WorkflowInstanceRepository used by this WorkflowEngine.
getLastCompletedStageNum(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the last completed stage for the given WorkflowInstance.
getLastPage() - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getLastPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getLastPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getLastPage() - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
getLifecycleForWorkflow(Workflow) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the WorkflowLifecycle associated with the provided Workflow model.
getName() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
getName() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
getName() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getNextPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getNextPage(Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getNextPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getNextPage(WorkflowInstancePage) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
getNumStages(Workflow) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the total number of WorkflowLifecycleStages for the provided Workflow model.
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getNumWorkflowInstances() - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Gets the number of WorkflowInstances with any status being managed by this WorkflowInstanceRepository.
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getNumWorkflowInstancesByStatus(String) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Gets the number of WorkflowInstances with the given status being managed by this WorkflowInstanceRepository.
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getOrder() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
getOrder() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getOrder() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getPagedWorkflows(int) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getPagedWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getPagedWorkflows(int) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
Gets the WorkflowInstancePage identified by its pageNum and associated status parameters.
getPagedWorkflows(int, String) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
Gets the WorkflowInstancePage identified by its pageNum and associated status parameters.
getPageNum() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getPageSize() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getPageWorkflows() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getPercentageComplete(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the percentage complete that this WorkflowInstance is based on its WorkflowLifecycle.
getPrevPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getPrevPage(Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getPrevPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getPrevPage(WorkflowInstancePage) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
getProperties() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
 
getProperties() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
 
getProperty(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
 
getProperty(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
 
getRClient() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getRClient() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getRegisteredEvents() - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Gets a List of Events that are registered in the Workflow Manager as having valid Workflows mapped to their names.
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getRequiredMetFields() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getRequiredMetFields(Node) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
 
getSharedContext() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getStage(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the current WorkflowLifecycleStage for the provided WorkflowInstance based on its WorkflowInstance.getStatus() value.
getStageForWorkflow(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Gets the associated WorkflowLifecycleStage for a WorkflowInstance with a given status.
getStageNum(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the number of the current WorkflowLifecycleStage for the provided WorkflowInstance.
getStages() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
getStartDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getStates() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
getStatus() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getTaskById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getTaskById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getTaskConfig() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getTaskConfig() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
Deprecated. 
getTaskConfig() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskInstanceClassName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskObjectFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Constructs a WorkflowTaskInstance from the given implementation class name.
getTasks() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getTasksByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getTasksByWorkflowId(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a List of WorkflowTasks associated with the specified Workflow identified by its workflowId.
getTasksByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getTasksByWorkflowName(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getTasksByWorkflowName(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a List of WorkflowTasks associated with the specified Workflow identified by its workflowName.
getTasksByWorkflowName(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getTotalPages() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getWaitforConditionSatisfy() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
getWallClockMinutes(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
getWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getWallClockMinutes(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getWallClockMinutes(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Gets the amount of wall clock minutes that a particular WorkflowInstance (identified by its workflowInst) has been executing.
getWmgrParentUrl() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getWmgrParentUrl() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
getWorkflow() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getWorkflow(ResultSet) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflow(Node, HashMap) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Creates Workflows from the XML Node and the map of existing WorkflowTasks.
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowById(String, boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowById(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a Workflow with the given workflowId.
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowByName(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowByName(String, boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowByName(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a Workflow with the given workflowName.
getWorkflowByName(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowCondition(ResultSet, boolean) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflowCondition(Node) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Constructs a new WorkflowCondition from the given XML Node.
getWorkflowConditionById(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowConditionById(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns the WorkflowCondition with the given conditionId.
getWorkflowConditionById(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowConditionConfigurationFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Unravels a WorkflowConditionConfiguration from XML-RPC.
getWorkflowConditionFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowCondition from an XML-RPC Hashtable.
getWorkflowConditionsFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of WorkflowConditions from an XML-RPC Vector.
getWorkflowCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Workflow from the XML-RPC Hashtable version.
getWorkflowId() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
getWorkflowInstance() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getWorkflowInstance() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
getWorkflowInstance() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowProcessorThread
 
getWorkflowInstance(ResultSet) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getWorkflowInstanceById(String) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Returns the WorkflowInstances with the specified workflowInstId.
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstanceFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
 
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getWorkflowInstanceMetadata(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Gets the Metadata associated with the WorkflowInstance identified by the given identifier.
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstancePageFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowInstancePage off of the XML-RPC wire by converting the XML-RPC Hashtable representation of the page into a WorkflowInstancePage.
getWorkflowInstanceRepositoryFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getWorkflowInstances() - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getWorkflowInstancesByStatus(String) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Returns a List of WorkflowInstances, with the specified status String.
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstancesFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of WorkflowInstances from their representations as Hashtables in XML-RPC.
getWorkflowManagerUrl() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowObjectFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Constructs a Workflow instance from the given implementation class name.
getWorkflowQueue() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflows(boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflows() - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Gets all Workflows from the repository.
getWorkflows() - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowsByEvent(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowsByEvent(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowsForEvent(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowsForEvent(String, boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowsForEvent(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a List of Workflows associated with the specified eventName.
getWorkflowsForEvent(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowTask(ResultSet, boolean) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflowTask(Node, HashMap) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Constructs a new WorkflowTask from the given XML node and HashMap of WorkflowConditions.
getWorkflowTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowTaskById(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns the WorkflowTask with the given taskId.
getWorkflowTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowTaskConfigurationFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowTaskConfiguration from an XML-RPC Hashtable.
getWorkflowTaskFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowTask from an XML-RPC Hashtable sent over the wire.
getWorkflowTaskInstanceClassName() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getWorkflowTaskReqMetFieldsFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets the required List of String met fields for this WorkflowTask.
getWorkflowTasksFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of WorkflowTasks from an XML-RPC Vector.
getWorkflowWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getXmlRpcWorkflow(Workflow) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of a Workflow to be sent across the XML-RPC wire.
getXmlRpcWorkflowCondition(WorkflowCondition) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets an XML-RPC Hashtable representation of the WorkflowCondition to send over the wire.
getXmlRpcWorkflowConditionConfig(WorkflowConditionConfiguration) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Bulids an XML-RPC friendly version of a WorkflowConditionConfiguration.
getXmlRpcWorkflowConditions(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Vector representation of the List of WorkflowConditions to be sent across the XML-RPC wire.
getXmlRpcWorkflowInstance(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of a WorkflowInstance to be sent across the XML-RPC wire.
getXmlRpcWorkflowInstancePage(WorkflowInstancePage) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of a WorkflowInstancePage that is serializable over the XML-RPC wire.
getXmlRpcWorkflowInstances(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets an XML-RPC serializable Vector of Hashtable representations of WorkflowInstances.
getXmlRpcWorkflowTask(WorkflowTask) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets an XML-RPC version of the WorkflowTask to send over the wire.
getXmlRpcWorkflowTaskConfiguration(WorkflowTaskConfiguration) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of the passed in WorkflowTaskConfiguration's Properties to be sent across the XML-RPC wire.
getXmlRpcWorkflowTaskReqMetFields(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of Strings that are required Metadata fields for this WorkflowTask.
getXmlRpcWorkflowTasks(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Vector representation of a List of WorkflowTasks to be sent across the XML-RPC wire.
GoodbyeWorld - Class in org.apache.oodt.cas.workflow.examples
 
GoodbyeWorld() - Constructor for class org.apache.oodt.cas.workflow.examples.GoodbyeWorld
 

H

handleEvent(String, Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
hashCode() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
HelloWorld - Class in org.apache.oodt.cas.workflow.examples
 
HelloWorld() - Constructor for class org.apache.oodt.cas.workflow.examples.HelloWorld
 

I

InstanceRepositoryException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
InstanceRepositoryException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
InstanceRepositoryException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
InstanceRepositoryException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
InstanceRepositoryException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
isFirstPage() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
isLastPage() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
isPaused() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
isPaused() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
isStopped() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
isStopped() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
IterativeWorkflowProcessorThread - Class in org.apache.oodt.cas.workflow.engine
 
IterativeWorkflowProcessorThread(WorkflowInstance, WorkflowInstanceRepository, URL) - Constructor for class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 

J

JOB_ID - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 

L

LIFECYCLE_TAG_NAME - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
LIFECYCLE_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
LOG - Static variable in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
LOG - Static variable in class org.apache.oodt.cas.workflow.util.XmlStructFactory
 
LongCondition - Class in org.apache.oodt.cas.workflow.examples
 
LongCondition() - Constructor for class org.apache.oodt.cas.workflow.examples.LongCondition
 
LongTask - Class in org.apache.oodt.cas.workflow.examples
 
LongTask() - Constructor for class org.apache.oodt.cas.workflow.examples.LongTask
 
LuceneWorkflowInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
LuceneWorkflowInstanceRepository(String, int) - Constructor for class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
LuceneWorkflowInstanceRepositoryFactory - Class in org.apache.oodt.cas.workflow.instrepo
 
LuceneWorkflowInstanceRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepositoryFactory
 

M

MailTask - Class in org.apache.oodt.cas.workflow.examples
A CAS WorkflowTaskInstance responsible for sending an email to a recipient notifying them of ingest.
MailTask() - Constructor for class org.apache.oodt.cas.workflow.examples.MailTask
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
MemoryWorkflowInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
MemoryWorkflowInstanceRepository(int) - Constructor for class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
Default Constructor
MemoryWorkflowInstanceRepositoryFactory - Class in org.apache.oodt.cas.workflow.instrepo
 
MemoryWorkflowInstanceRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepositoryFactory
Default Constructor
METADATA_MISSING - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 

N

NO_WORKFLOW_ID - Static variable in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
NonBlockingIterativeWorkflowProcessorThread - Class in org.apache.oodt.cas.workflow.engine
 
NonBlockingIterativeWorkflowProcessorThread(WorkflowInstance, WorkflowInstanceRepository, URL) - Constructor for class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
NonBlockingShepardThread - Class in org.apache.oodt.cas.workflow.engine
 
NonBlockingShepardThread(NonBlockingThreadPoolWorkflowEngine) - Constructor for class org.apache.oodt.cas.workflow.engine.NonBlockingShepardThread
 
NonBlockingThreadPoolWorkflowEngine - Class in org.apache.oodt.cas.workflow.engine
 
NonBlockingThreadPoolWorkflowEngine(WorkflowInstanceRepository, int, int, int, long, boolean, URL) - Constructor for class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
Default Constructor.
NonBlockingThreadPoolWorkflowEngineFactory - Class in org.apache.oodt.cas.workflow.engine
 
NonBlockingThreadPoolWorkflowEngineFactory() - Constructor for class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngineFactory
 
NumIncrementTask - Class in org.apache.oodt.cas.workflow.examples
 
NumIncrementTask() - Constructor for class org.apache.oodt.cas.workflow.examples.NumIncrementTask
 

O

order - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
order - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
org.apache.oodt.cas.workflow.engine - package org.apache.oodt.cas.workflow.engine
 
org.apache.oodt.cas.workflow.examples - package org.apache.oodt.cas.workflow.examples
 
org.apache.oodt.cas.workflow.instrepo - package org.apache.oodt.cas.workflow.instrepo
 
org.apache.oodt.cas.workflow.lifecycle - package org.apache.oodt.cas.workflow.lifecycle
 
org.apache.oodt.cas.workflow.metadata - package org.apache.oodt.cas.workflow.metadata
 
org.apache.oodt.cas.workflow.repository - package org.apache.oodt.cas.workflow.repository
 
org.apache.oodt.cas.workflow.structs - package org.apache.oodt.cas.workflow.structs
 
org.apache.oodt.cas.workflow.structs.exceptions - package org.apache.oodt.cas.workflow.structs.exceptions
 
org.apache.oodt.cas.workflow.system - package org.apache.oodt.cas.workflow.system
 
org.apache.oodt.cas.workflow.util - package org.apache.oodt.cas.workflow.util
 

P

pageSize - Variable in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
paginateWorkflowInstances(int, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
paginateWorkflowInstances(int) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
paginateWorkflowInstances(int, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
paginateWorkflowInstances(int) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
paginateWorkflows(int) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
Pagination - Interface in org.apache.oodt.cas.workflow.util
 
parseLifecyclesFile(String) - Static method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecyclesReader
 
parseMetMapFile(String) - Static method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetadataReader
 
pause() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
pause() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
pause() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowProcessorThread
Pauses exectuion of a WorkflowInstace being handled by this WorkflowProcessorThread.
PAUSED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
pauseWorkflowInstance(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Pauses the WorkflowInstance specified by its workflowInstId.
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
persistWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
PROCESSING_NODE - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 

Q

QUEUE_NAME - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
QUEUED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 

R

RandomStatusUpdateTask - Class in org.apache.oodt.cas.workflow.examples
 
RandomStatusUpdateTask() - Constructor for class org.apache.oodt.cas.workflow.examples.RandomStatusUpdateTask
 
read(Object) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
removeStage(WorkflowLifecycleStage) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Removes the given WorkflowStage from this WorkflowLifecycle.
removeWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
removeWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
removeWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
removeWorkflowInstance(WorkflowInstance) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Removes the specified WorkflowInstance from the instance repository.
RepositoryException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
RepositoryException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
RepositoryException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
RepositoryException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
requiredMetFields - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
RESMGR_SUBMIT - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
resume() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
resume() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
resume() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowProcessorThread
Resumes execution of a WorkflowProcessorThread.pause()d WorkflowInstace by this WorkflowProcessorThread.
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
resumeWorkflowInstance(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Resumes Execution of the specified WorkflowInstance identified by its workflowInstId.
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
run() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
run() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
run() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingShepardThread
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.ExternScriptTaskInstance
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.GoodbyeWorld
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.HelloWorld
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.LongTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.MailTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.NumIncrementTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.RandomStatusUpdateTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in interface org.apache.oodt.cas.workflow.structs.WorkflowTaskInstance
Runs the Task with the specified metadata context.

S

ScriptFile - Class in org.apache.oodt.cas.workflow.util
 
ScriptFile() - Constructor for class org.apache.oodt.cas.workflow.util.ScriptFile
 
ScriptFile(String) - Constructor for class org.apache.oodt.cas.workflow.util.ScriptFile
 
ScriptFile(String, List) - Constructor for class org.apache.oodt.cas.workflow.util.ScriptFile
 
sendEvent(String, Metadata) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
setCommands(List) - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
setCommandShell(String) - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
setCondConfig(WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditionId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditionInstanceClassName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditionName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditions(List) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
Sets the List of WorkflowConditions associated with this task.
setCurrentTaskEndDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setCurrentTaskId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setCurrentTaskStartDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setDynMetadata(Metadata) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
setEndDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setId(String) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
setId(String) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setInstanceRepository(WorkflowInstanceRepository) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setInstanceRepository(WorkflowInstanceRepository) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
setName(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
setName(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
setName(String) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setOrder(int) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
setOrder(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setOrder(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setPageNum(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setPageSize(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setPageWorkflows(List) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setRClient(XmlRpcResourceManagerClient) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setRClient(XmlRpcResourceManagerClient) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
setRequiredMetFields(List) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setSharedContext(Metadata) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setStartDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setStates(List) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
setStatus(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setTaskConfig(WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
setTaskConfig(WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTaskId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTaskInstanceClassName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTaskName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTasks(List) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setTotalPages(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setWaitforConditionSatisfy(long) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setWmgrParentUrl(URL) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setWmgrParentUrl(URL) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
setWorkflow(Workflow) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
setWorkflowInst(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setWorkflowInst(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
setWorkflowInstanceCurrentTaskEndDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
setWorkflowInstanceCurrentTaskEndDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
setWorkflowInstanceCurrentTaskStartDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
setWorkflowInstanceCurrentTaskStartDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
setWorkflowManagerUrl(URL) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
setWorkflowManagerUrl(URL) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
setWorkflowManagerUrl(URL) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Sets a pointer to the Workflow Manager that this WorkflowEngine belongs to.
setWorkflowManagerUrl(URL) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
setWorkflowTaskInstanceClassName(String) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
STAGE_ELEM_NAME - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
STAGE_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
STARTED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
startWorkflow(Workflow, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
startWorkflow(Workflow, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
startWorkflow(Workflow, Metadata) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Starts the specified Workflow by creating a WorkflowInstance, and then running that instance.
STATUS_TAG_NAME - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
stop() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
stop() - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingIterativeWorkflowProcessorThread
 
stop() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowProcessorThread
Stops once and for all the thread from processing the workflow.
stopWorkflow(String) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
stopWorkflow(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
stopWorkflow(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Stops the WorkflowInstance identified by the given workflowInstId.
stopWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
stopWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
submitWorkflowInstancetoPool(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 

T

TASK_ID - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
taskConfig - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
taskId - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
taskInstanceClassName - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
TaskJob - Class in org.apache.oodt.cas.workflow.structs
 
TaskJob() - Constructor for class org.apache.oodt.cas.workflow.structs.TaskJob
Default Constructor.
TaskJobInput - Class in org.apache.oodt.cas.workflow.structs
 
TaskJobInput() - Constructor for class org.apache.oodt.cas.workflow.structs.TaskJobInput
Default Constructor.
taskName - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
ThreadPoolWorkflowEngine - Class in org.apache.oodt.cas.workflow.engine
 
ThreadPoolWorkflowEngine(WorkflowInstanceRepository, int, int, int, long, boolean, URL) - Constructor for class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
Default Constructor.
ThreadPoolWorkflowEngineFactory - Class in org.apache.oodt.cas.workflow.engine
 
ThreadPoolWorkflowEngineFactory() - Constructor for class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
toString() - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
TrueCondition - Class in org.apache.oodt.cas.workflow.examples
 
TrueCondition() - Constructor for class org.apache.oodt.cas.workflow.examples.TrueCondition
 

U

updateMetadata(String, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngine
 
updateMetadata(String, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
updateMetadata(String, Metadata) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Updates the Metadata context for the WorkflowInstance identified by the given workflowInstId
updateMetadataForWorkflow(String, Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
updateMetadataForWorkflow(String, Metadata) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
updateWorkflowInstance(WorkflowInstance) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Updates and persists the specified WorkflowInstance to the instance repository.
updateWorkflowInstance(Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
updateWorkflowInstanceStatus(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
updateWorkflowInstanceStatus(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 

W

Workflow - Class in org.apache.oodt.cas.workflow.structs
 
Workflow() - Constructor for class org.apache.oodt.cas.workflow.structs.Workflow
Default Constructor
Workflow(String, String, List) - Constructor for class org.apache.oodt.cas.workflow.structs.Workflow
Constructs a new Workflow with the given parameters.
WORKFLOW_INST_ID - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
WORKFLOW_MANAGER_URL - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
WORKFLOW_TAG_ID_ATTR - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
WORKFLOW_TAG_NAME - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
WorkflowCondition - Class in org.apache.oodt.cas.workflow.structs
A WorkflowCondition is some pre-condition that must evaluate to true in order for a particular WorkflowTask to be permitted to execute .
WorkflowCondition() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowCondition
Default Constructor
WorkflowCondition(String, String, String, int) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowCondition
Constructs a new WorkflowCondition with the specified parameters.
WorkflowConditionConfiguration - Class in org.apache.oodt.cas.workflow.structs
Configuration for a WorkflowCondition.
WorkflowConditionConfiguration() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
Default Constructor
WorkflowConditionConfiguration(Properties) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
Construct a new WorkflowTaskConfiguration from a java Properties object.
WorkflowConditionInstance - Interface in org.apache.oodt.cas.workflow.structs
 
WorkflowEngine - Interface in org.apache.oodt.cas.workflow.engine
 
WorkflowEngineFactory - Interface in org.apache.oodt.cas.workflow.engine
 
WorkflowInstance - Class in org.apache.oodt.cas.workflow.structs
 
WorkflowInstance() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Default Constructor.
WorkflowInstance(Workflow, String, String, String, String, String, String, String, Metadata) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
WorkflowInstanceMetadataReader - Class in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstanceMetMap - Class in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstanceMetMap() - Constructor for class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
WorkflowInstanceMetMapKeys - Interface in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstancePage - Class in org.apache.oodt.cas.workflow.structs
 
WorkflowInstancePage() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
Default Constructor
WorkflowInstancePage(int, int, int, List) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
WorkflowInstanceRepository - Interface in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstanceRepositoryFactory - Interface in org.apache.oodt.cas.workflow.instrepo
 
WorkflowLifecycle - Class in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecycle() - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Default Constructor.
WorkflowLifecycle(String, String) - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Constructs a new WorkflowLifecycle with the given parameters.
WorkflowLifecycleManager - Class in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecycleManager(String) - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Constructs a new WorkflowLifecycleManager with the WorkflowLifecycles identified in the provided file path.
WorkflowLifecycleMetKeys - Interface in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecyclesReader - Class in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecycleStage - Class in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecycleStage() - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
Default Constructor.
WorkflowLifecycleStage(String, List, int) - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
Constructs a new WorkflowLifecycleSage with the given parameters.
WorkflowProcessorThread - Interface in org.apache.oodt.cas.workflow.engine
 
WorkflowRepository - Interface in org.apache.oodt.cas.workflow.repository
 
WorkflowRepositoryFactory - Interface in org.apache.oodt.cas.workflow.repository
 
WorkflowStatus - Interface in org.apache.oodt.cas.workflow.structs
 
WorkflowTask - Class in org.apache.oodt.cas.workflow.structs
 
WorkflowTask() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTask
Default Constructor.
WorkflowTask(String, String, WorkflowTaskConfiguration, List, String, int) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
WorkflowTaskConfiguration - Class in org.apache.oodt.cas.workflow.structs
 
WorkflowTaskConfiguration() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
Default Constructor
WorkflowTaskConfiguration(Properties) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
Construct a new WorkflowTaskConfiguration from a java Properties object.
WorkflowTaskInstance - Interface in org.apache.oodt.cas.workflow.structs
 
WorkflowTaskInstanceException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
WorkflowTaskInstanceException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
WorkflowTaskInstanceException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
WorkflowTaskInstanceException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
WorkflowTaskInstanceException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
write() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
writeScriptFile(String) - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 

X

X_POINT_ID - Static variable in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
 
XmlRpcStructFactory - Class in org.apache.oodt.cas.workflow.util
 
XmlRpcWorkflowManager - Class in org.apache.oodt.cas.workflow.system
 
XmlRpcWorkflowManager(int) - Constructor for class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
XmlRpcWorkflowManagerClient - Class in org.apache.oodt.cas.workflow.system
 
XmlRpcWorkflowManagerClient(URL) - Constructor for class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
Constructs a new XmlRpcWorkflowManagerClient with the given url.
XmlStructFactory - Class in org.apache.oodt.cas.workflow.util
 
XMLWorkflowRepository - Class in org.apache.oodt.cas.workflow.repository
 
XMLWorkflowRepository(List) - Constructor for class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
Constructs a new XMLWorkflowRepository with the given parameter uris.
XMLWorkflowRepositoryFactory - Class in org.apache.oodt.cas.workflow.repository
 
XMLWorkflowRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepositoryFactory
Default Constructor

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

Copyright © 1999-2011 Apache OODT. All Rights Reserved.