org.omg.WorkflowModel
Interface WfProcessIteratorOperations

All Superinterfaces:
BaseIteratorOperations
All Known Subinterfaces:
WfProcessIterator
All Known Implementing Classes:
_WfProcessIteratorImplBase, _WfProcessIteratorStub, WfProcessIteratorPOA

public interface WfProcessIteratorOperations
extends BaseIteratorOperations

org/omg/WorkflowModel/WfProcessIteratorOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Monday, December 24, 2007 9:20:02 AM CET


Method Summary
 WfProcess[] get_next_n_sequence(int max_number)
           
 WfProcess get_next_object()
           
 WfProcess[] get_previous_n_sequence(int max_number)
           
 WfProcess 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

WfProcess get_next_object()
                          throws BaseException
Throws:
BaseException

get_previous_object

WfProcess get_previous_object()
                              throws BaseException
Throws:
BaseException

get_next_n_sequence

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

get_previous_n_sequence

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