org.omg.WorkflowModel
Interface WfProcessMgrOperations
- All Superinterfaces:
- BaseBusinessObjectOperations
- All Known Subinterfaces:
- WfProcessMgr
- All Known Implementing Classes:
- _WfProcessMgrImplBase, _WfProcessMgrStub, WfProcessMgrPOA
public interface WfProcessMgrOperations
- extends BaseBusinessObjectOperations
org/omg/WorkflowModel/WfProcessMgrOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from WorkflowModel.idl
Monday, December 24, 2007 9:20:02 AM CET
how_many_process
int how_many_process()
throws BaseException
- Throws:
BaseException
get_iterator_process
WfProcessIterator get_iterator_process()
throws BaseException
- Throws:
BaseException
get_sequence_process
WfProcess[] get_sequence_process(int max_number)
throws BaseException
- Throws:
BaseException
is_member_of_process
boolean is_member_of_process(WfProcess member)
throws BaseException
- Throws:
BaseException
process_mgr_state
process_mgr_stateType process_mgr_state()
throws BaseException
- Throws:
BaseException
set_process_mgr_state
void set_process_mgr_state(process_mgr_stateType new_state)
throws BaseException,
TransitionNotAllowed
- Throws:
BaseException
TransitionNotAllowed
name
java.lang.String name()
throws BaseException
- Throws:
BaseException
description
java.lang.String description()
throws BaseException
- Throws:
BaseException
category
java.lang.String category()
throws BaseException
- Throws:
BaseException
version
java.lang.String version()
throws BaseException
- Throws:
BaseException
context_signature
NameValueInfo[] context_signature()
throws BaseException
- Throws:
BaseException
result_signature
NameValueInfo[] result_signature()
throws BaseException
- Throws:
BaseException
create_process
WfProcess create_process(WfRequester requester)
throws BaseException,
NotEnabled,
InvalidRequester,
RequesterRequired
- Throws:
BaseException
NotEnabled
InvalidRequester
RequesterRequired