org.omg.WorkflowModel
Interface WfAssignmentIteratorOperations
- All Superinterfaces:
- BaseIteratorOperations
- All Known Subinterfaces:
- WfAssignmentIterator
- All Known Implementing Classes:
- _WfAssignmentIteratorImplBase, _WfAssignmentIteratorStub, WfAssignmentIteratorPOA
- public interface WfAssignmentIteratorOperations
- extends BaseIteratorOperations
org/omg/WorkflowModel/WfAssignmentIteratorOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from WorkflowModel.idl
Friday, May 18, 2007 2:01:20 PM CEST
get_next_object
public WfAssignment get_next_object()
throws BaseException
- Throws:
BaseException
get_previous_object
public WfAssignment get_previous_object()
throws BaseException
- Throws:
BaseException
get_next_n_sequence
public WfAssignment[] get_next_n_sequence(int max_number)
throws BaseException
- Throws:
BaseException
get_previous_n_sequence
public WfAssignment[] get_previous_n_sequence(int max_number)
throws BaseException
- Throws:
BaseException