org.omg.WorkflowModel
Interface WfActivityIteratorOperations
- All Superinterfaces:
- BaseIteratorOperations
- All Known Subinterfaces:
- WfActivityIterator
- All Known Implementing Classes:
- _WfActivityIteratorImplBase, _WfActivityIteratorStub, WfActivityIteratorPOA
- public interface WfActivityIteratorOperations
- extends BaseIteratorOperations
org/omg/WorkflowModel/WfActivityIteratorOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from WorkflowModel.idl
Friday, May 18, 2007 2:02:05 PM CEST
get_next_object
public WfActivity get_next_object()
throws BaseException
- Throws:
BaseException
get_previous_object
public WfActivity get_previous_object()
throws BaseException
- Throws:
BaseException
get_next_n_sequence
public WfActivity[] get_next_n_sequence(int max_number)
throws BaseException
- Throws:
BaseException
get_previous_n_sequence
public WfActivity[] get_previous_n_sequence(int max_number)
throws BaseException
- Throws:
BaseException