org.omg.WorkflowModel
Interface WfRequesterOperations
- All Superinterfaces:
- BaseBusinessObjectOperations
- All Known Subinterfaces:
- WfActivity, WfActivityOperations, WfRequester
- All Known Implementing Classes:
- _WfActivityImplBase, _WfActivityStub, _WfRequesterImplBase, _WfRequesterStub, WfActivityPOA, WfRequesterPOA
- public interface WfRequesterOperations
- extends BaseBusinessObjectOperations
org/omg/WorkflowModel/WfRequesterOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from WorkflowModel.idl
Friday, May 18, 2007 2:01:19 PM CEST
how_many_performer
public int how_many_performer()
throws BaseException
- Throws:
BaseException
get_iterator_performer
public WfProcessIterator get_iterator_performer()
throws BaseException
- Throws:
BaseException
get_sequence_performer
public WfProcess[] get_sequence_performer(int max_number)
throws BaseException
- Throws:
BaseException
is_member_of_performer
public boolean is_member_of_performer(WfProcess member)
throws BaseException
- Throws:
BaseException
receive_event
public void receive_event(WfEventAudit event)
throws BaseException,
InvalidPerformer
- Throws:
BaseException
InvalidPerformer