Uses of Interface
org.apache.oodt.cas.workflow.structs.WorkflowTaskInstance

Packages that use WorkflowTaskInstance
org.apache.oodt.cas.workflow.examples   
org.apache.oodt.cas.workflow.util   
 

Uses of WorkflowTaskInstance in org.apache.oodt.cas.workflow.examples
 

Classes in org.apache.oodt.cas.workflow.examples that implement WorkflowTaskInstance
 class ExternScriptTaskInstance
           
 class GoodbyeWorld
           
 class HelloWorld
           
 class LongTask
           
 class MailTask
          A CAS WorkflowTaskInstance responsible for sending an email to a recipient notifying them of ingest.
 class NumIncrementTask
           
 class RandomStatusUpdateTask
           
 

Uses of WorkflowTaskInstance in org.apache.oodt.cas.workflow.util
 

Methods in org.apache.oodt.cas.workflow.util that return WorkflowTaskInstance
static WorkflowTaskInstance GenericWorkflowObjectFactory.getTaskObjectFromClassName(String className)
           Constructs a WorkflowTaskInstance from the given implementation class name.
 



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