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.1"
from WorkflowService.idl
Friday, May 18, 2007 2:02:07 PM CEST
get_next_object
public WfProcessMgr get_next_object()
throws BaseException
- Throws:
BaseException
get_previous_object
public WfProcessMgr get_previous_object()
throws BaseException
- Throws:
BaseException
get_next_n_sequence
public WfProcessMgr[] get_next_n_sequence(int max_number)
throws BaseException
- Throws:
BaseException
get_previous_n_sequence
public WfProcessMgr[] get_previous_n_sequence(int max_number)
throws BaseException
- Throws:
BaseException