org.enhydra.shark.api.client.wfmodel
Interface WfAssignmentIterator
- All Superinterfaces:
- BaseIterator
public interface WfAssignmentIterator
- extends BaseIterator
OMG definition: The WfAssignmentIterator interface specializes the WfBase::BaseIterator
interface and adds WfAssignment specific operations.
We extended OMG's interface by duplicating methods, and adding additional parameter
that represents transaction. If you use methods without SharkTransaction parameter, the
transaction will be implicitly created, and if you use it with SharkTransaction
parameter you must obey to some rules explained in HowTo documentation.
Also, look at our implementation API documentation of this interface to see which
attributes can be used in query expressions.
get_next_object
WfAssignment get_next_object()
throws java.lang.Exception
- Throws:
java.lang.Exception
get_previous_object
WfAssignment get_previous_object()
throws java.lang.Exception
- Throws:
java.lang.Exception
get_next_n_sequence
WfAssignment[] get_next_n_sequence(int max_number)
throws java.lang.Exception
- Throws:
java.lang.Exception
get_previous_n_sequence
WfAssignment[] get_previous_n_sequence(int max_number)
throws java.lang.Exception
- Throws:
java.lang.Exception