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.1" from WorkflowModel.idl Friday, May 18, 2007 2:01:21 PM CEST


Method Summary
 java.lang.String category()
           
 NameValueInfo[] context_signature()
           
 WfProcess create_process(WfRequester requester)
           
 java.lang.String description()
           
 WfProcessIterator get_iterator_process()
           
 WfProcess[] get_sequence_process(int max_number)
           
 int how_many_process()
           
 boolean is_member_of_process(WfProcess member)
           
 java.lang.String name()
           
 process_mgr_stateType process_mgr_state()
           
 NameValueInfo[] result_signature()
           
 void set_process_mgr_state(process_mgr_stateType new_state)
           
 java.lang.String version()
           
 

Method Detail

how_many_process

public int how_many_process()
                     throws BaseException
Throws:
BaseException

get_iterator_process

public WfProcessIterator get_iterator_process()
                                       throws BaseException
Throws:
BaseException

get_sequence_process

public WfProcess[] get_sequence_process(int max_number)
                                 throws BaseException
Throws:
BaseException

is_member_of_process

public boolean is_member_of_process(WfProcess member)
                             throws BaseException
Throws:
BaseException

process_mgr_state

public process_mgr_stateType process_mgr_state()
                                        throws BaseException
Throws:
BaseException

set_process_mgr_state

public void set_process_mgr_state(process_mgr_stateType new_state)
                           throws BaseException,
                                  TransitionNotAllowed
Throws:
BaseException
TransitionNotAllowed

name

public java.lang.String name()
                      throws BaseException
Throws:
BaseException

description

public java.lang.String description()
                             throws BaseException
Throws:
BaseException

category

public java.lang.String category()
                          throws BaseException
Throws:
BaseException

version

public java.lang.String version()
                         throws BaseException
Throws:
BaseException

context_signature

public NameValueInfo[] context_signature()
                                  throws BaseException
Throws:
BaseException

result_signature

public NameValueInfo[] result_signature()
                                 throws BaseException
Throws:
BaseException

create_process

public WfProcess create_process(WfRequester requester)
                         throws BaseException,
                                NotEnabled,
                                InvalidRequester,
                                RequesterRequired
Throws:
BaseException
NotEnabled
InvalidRequester
RequesterRequired