org.enhydra.shark.corba.WorkflowService
Interface WfProcessMgrIteratorOperations

All Superinterfaces:
BaseIteratorOperations
All Known Subinterfaces:
WfProcessMgrIterator
All Known Implementing Classes:
_WfProcessMgrIteratorImplBase, _WfProcessMgrIteratorStub, WfProcessMgrIteratorPOA

public interface WfProcessMgrIteratorOperations
extends BaseIteratorOperations

org/enhydra/shark/corba/WorkflowService/WfProcessMgrIteratorOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowService.idl Monday, December 24, 2007 9:20:03 AM CET


Method Summary
 WfProcessMgr[] get_next_n_sequence(int max_number)
           
 WfProcessMgr get_next_object()
           
 WfProcessMgr[] get_previous_n_sequence(int max_number)
           
 WfProcessMgr get_previous_object()
           
 
Methods inherited from interface org.omg.WfBase.BaseIteratorOperations
goto_end, goto_start, how_many, names_in_expression, query_expression, query_grammar, set_names_in_expression, set_query_expression, set_query_grammar
 

Method Detail

get_next_object

WfProcessMgr get_next_object()
                             throws BaseException
Throws:
BaseException

get_previous_object

WfProcessMgr get_previous_object()
                                 throws BaseException
Throws:
BaseException

get_next_n_sequence

WfProcessMgr[] get_next_n_sequence(int max_number)
                                   throws BaseException
Throws:
BaseException

get_previous_n_sequence

WfProcessMgr[] get_previous_n_sequence(int max_number)
                                       throws BaseException
Throws:
BaseException