org.omg.WorkflowModel
Class _WfProcessMgrStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.WorkflowModel._WfProcessMgrStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, BaseBusinessObject, BaseBusinessObjectOperations, WfProcessMgr, WfProcessMgrOperations

public class _WfProcessMgrStub
extends org.omg.CORBA.portable.ObjectImpl
implements WfProcessMgr

org/omg/WorkflowModel/_WfProcessMgrStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Thursday, September 24, 2009 9:13:25 AM CEST

See Also:
Serialized Form

Constructor Summary
_WfProcessMgrStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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()
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_WfProcessMgrStub

public _WfProcessMgrStub()
Method Detail

how_many_process

public int how_many_process()
                     throws BaseException
Specified by:
how_many_process in interface WfProcessMgrOperations
Throws:
BaseException

get_iterator_process

public WfProcessIterator get_iterator_process()
                                       throws BaseException
Specified by:
get_iterator_process in interface WfProcessMgrOperations
Throws:
BaseException

get_sequence_process

public WfProcess[] get_sequence_process(int max_number)
                                 throws BaseException
Specified by:
get_sequence_process in interface WfProcessMgrOperations
Throws:
BaseException

is_member_of_process

public boolean is_member_of_process(WfProcess member)
                             throws BaseException
Specified by:
is_member_of_process in interface WfProcessMgrOperations
Throws:
BaseException

process_mgr_state

public process_mgr_stateType process_mgr_state()
                                        throws BaseException
Specified by:
process_mgr_state in interface WfProcessMgrOperations
Throws:
BaseException

set_process_mgr_state

public void set_process_mgr_state(process_mgr_stateType new_state)
                           throws BaseException,
                                  TransitionNotAllowed
Specified by:
set_process_mgr_state in interface WfProcessMgrOperations
Throws:
BaseException
TransitionNotAllowed

name

public java.lang.String name()
                      throws BaseException
Specified by:
name in interface WfProcessMgrOperations
Throws:
BaseException

description

public java.lang.String description()
                             throws BaseException
Specified by:
description in interface WfProcessMgrOperations
Throws:
BaseException

category

public java.lang.String category()
                          throws BaseException
Specified by:
category in interface WfProcessMgrOperations
Throws:
BaseException

version

public java.lang.String version()
                         throws BaseException
Specified by:
version in interface WfProcessMgrOperations
Throws:
BaseException

context_signature

public NameValueInfo[] context_signature()
                                  throws BaseException
Specified by:
context_signature in interface WfProcessMgrOperations
Throws:
BaseException

result_signature

public NameValueInfo[] result_signature()
                                 throws BaseException
Specified by:
result_signature in interface WfProcessMgrOperations
Throws:
BaseException

create_process

public WfProcess create_process(WfRequester requester)
                         throws BaseException,
                                NotEnabled,
                                InvalidRequester,
                                RequesterRequired
Specified by:
create_process in interface WfProcessMgrOperations
Throws:
BaseException
NotEnabled
InvalidRequester
RequesterRequired

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl