gran.app.adapter.kernel
Interface WorkflowAdapter

All Superinterfaces:
Adapter, KernelAdapter
All Known Implementing Classes:
BaseWorkflowAdapter

public interface WorkflowAdapter
extends KernelAdapter


Method Summary
 java.util.ArrayList availableWorkflowIdListImpl(java.lang.String taskid, java.util.ArrayList result)
           
 java.lang.String getStartStatusIdImpl(java.lang.String workflowId, java.lang.String result)
           
 java.util.ArrayList getUDFsImpl(java.lang.String id, java.util.ArrayList result)
           
 
Methods inherited from interface gran.app.adapter.Adapter
getDescription, init
 

Method Detail

availableWorkflowIdListImpl

public java.util.ArrayList availableWorkflowIdListImpl(java.lang.String taskid,
                                                       java.util.ArrayList result)
                                                throws GranException
Throws:
GranException

getUDFsImpl

public java.util.ArrayList getUDFsImpl(java.lang.String id,
                                       java.util.ArrayList result)
                                throws GranException
Throws:
GranException

getStartStatusIdImpl

public java.lang.String getStartStatusIdImpl(java.lang.String workflowId,
                                             java.lang.String result)
                                      throws GranException
Throws:
GranException


Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.