Uses of Class
gr.uoa.di.madgik.workflow.directory.ExecutionDirectory.DirectoryEntryType

Packages that use ExecutionDirectory.DirectoryEntryType
gr.uoa.di.madgik.workflow.directory   
gr.uoa.di.madgik.workflow.reporter   
 

Uses of ExecutionDirectory.DirectoryEntryType in gr.uoa.di.madgik.workflow.directory
 

Methods in gr.uoa.di.madgik.workflow.directory that return ExecutionDirectory.DirectoryEntryType
 ExecutionDirectory.DirectoryEntryType ExecutionObserver.GetWorkflowType()
           
static ExecutionDirectory.DirectoryEntryType ExecutionDirectory.DirectoryEntryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionDirectory.DirectoryEntryType[] ExecutionDirectory.DirectoryEntryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in gr.uoa.di.madgik.workflow.directory with parameters of type ExecutionDirectory.DirectoryEntryType
ExecutionObserver(String ExecutionID, ExecutionDirectory.DirectoryEntryType Type, long Lease, gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle, IWorkflowAdaptor Adaptor)
           
ExecutionObserver(String ExecutionID, ExecutionDirectory.DirectoryEntryType Type, long Lease, gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle, IWorkflowAdaptor Adaptor, boolean reportMessages)
           
ExecutionObserver(String ExecutionID, ExecutionDirectory.DirectoryEntryType Type, long Lease, gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle, IWorkflowAdaptor Adaptor, boolean reportMessages, Object synchCompletion)
           
 

Uses of ExecutionDirectory.DirectoryEntryType in gr.uoa.di.madgik.workflow.reporter
 

Methods in gr.uoa.di.madgik.workflow.reporter with parameters of type ExecutionDirectory.DirectoryEntryType
static void ExecutionReporter.ReportExecutionStatus(gr.uoa.di.madgik.execution.event.ExecutionStateEvent event, String ExecutionID, ExecutionDirectory.DirectoryEntryType type, gr.uoa.di.madgik.environment.hint.EnvHintCollection hints)
           
 



Copyright © 2013. All Rights Reserved.