Modifier and Type | Class and Description |
---|---|
class |
PGETaskInstance
Runs a CAS-style Product Generation Executive based on the PCS Wrapper
Architecture from mattmann et al.
|
class |
StdPGETaskInstance |
class |
WinPGETaskInstance
Runs a CAS-style Product Generation Executive based on the PCS Wrapper
Architecture from mattmann et al.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends WorkflowTaskInstance> |
TaskProcessor.getInstanceClass() |
Modifier and Type | Method and Description |
---|---|
void |
TaskProcessor.setInstanceClass(Class<? extends WorkflowTaskInstance> instanceClass) |
Modifier and Type | Class and Description |
---|---|
class |
BranchRedirector
Redirects from an existing
WorkflowInstance by sending a specified
event specified by the task configuration parameter named
eventName . |
class |
ExternScriptTaskInstance |
class |
FilterTask
Filters dynamic
Metadata from the provided metadata in the
FilterTask.run(Metadata, WorkflowTaskConfiguration) method. |
class |
GoodbyeWorld |
class |
HelloWorld |
class |
LongTask |
class |
MailTask
A CAS
WorkflowTaskInstance responsible for sending an email
to a recipient notifying them of ingest. |
class |
NoOpTask
Performs no action, an is a no-op.
|
class |
NumIncrementTask |
class |
RandomStatusUpdateTask |
Modifier and Type | Class and Description |
---|---|
class |
ConditionTaskInstance
This is a
WorkflowTaskInstance that is able to run a
WorkflowConditionInstance , identified by the provided task config
property name "ConditionClassName". |
class |
RollbackableWorkflowTaskInstance |
Modifier and Type | Method and Description |
---|---|
static WorkflowTaskInstance |
GenericWorkflowObjectFactory.getTaskObjectFromClassName(String className)
Constructs a
WorkflowTaskInstance from the given implementation
class name. |
static WorkflowTaskInstance |
GenericWorkflowObjectFactory.getTaskObjectFromInnerClassName(Class<?> enclosingInstance,
String className)
Constructs a
WorkflowTaskInstance from the given implementation
class name. |
Copyright © 1999–2017 Apache OODT. All rights reserved.