org.omg.WorkflowModel
Class _WfProcessStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.WorkflowModel._WfProcessStub
- All Implemented Interfaces:
- BaseBusinessObject, BaseBusinessObjectOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable, WfExecutionObject, WfExecutionObjectOperations, WfProcess, WfProcessOperations
- public class _WfProcessStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements WfProcess
org/omg/WorkflowModel/_WfProcessStub.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from WorkflowModel.idl
Friday, May 18, 2007 2:01:20 PM CEST
- See Also:
- Serialized Form
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 |
_WfProcessStub
public _WfProcessStub()
requester
public WfRequester requester()
throws BaseException
- Specified by:
requester
in interface WfProcessOperations
- Throws:
BaseException
set_requester
public void set_requester(WfRequester new_value)
throws BaseException,
CannotChangeRequester
- Specified by:
set_requester
in interface WfProcessOperations
- Throws:
BaseException
CannotChangeRequester
how_many_step
public int how_many_step()
throws BaseException
- Specified by:
how_many_step
in interface WfProcessOperations
- Throws:
BaseException
get_iterator_step
public WfActivityIterator get_iterator_step()
throws BaseException
- Specified by:
get_iterator_step
in interface WfProcessOperations
- Throws:
BaseException
get_sequence_step
public WfActivity[] get_sequence_step(int max_number)
throws BaseException
- Specified by:
get_sequence_step
in interface WfProcessOperations
- Throws:
BaseException
is_member_of_step
public boolean is_member_of_step(WfActivity member)
throws BaseException
- Specified by:
is_member_of_step
in interface WfProcessOperations
- Throws:
BaseException
manager
public WfProcessMgr manager()
throws BaseException
- Specified by:
manager
in interface WfProcessOperations
- Throws:
BaseException
result
public NameValue[] result()
throws BaseException,
ResultNotAvailable
- Specified by:
result
in interface WfProcessOperations
- Throws:
BaseException
ResultNotAvailable
start
public void start()
throws BaseException,
CannotStart,
AlreadyRunning
- Specified by:
start
in interface WfProcessOperations
- Throws:
BaseException
CannotStart
AlreadyRunning
get_activities_in_state
public WfActivityIterator get_activities_in_state(java.lang.String state)
throws BaseException,
InvalidState
- Specified by:
get_activities_in_state
in interface WfProcessOperations
- Throws:
BaseException
InvalidState
workflow_state
public workflow_stateType workflow_state()
throws BaseException
- Specified by:
workflow_state
in interface WfExecutionObjectOperations
- Throws:
BaseException
while_open
public while_openType while_open()
throws BaseException
- Specified by:
while_open
in interface WfExecutionObjectOperations
- Throws:
BaseException
why_not_running
public why_not_runningType why_not_running()
throws BaseException
- Specified by:
why_not_running
in interface WfExecutionObjectOperations
- Throws:
BaseException
how_closed
public how_closedType how_closed()
throws BaseException
- Specified by:
how_closed
in interface WfExecutionObjectOperations
- Throws:
BaseException
valid_states
public java.lang.String[] valid_states()
throws BaseException
- Specified by:
valid_states
in interface WfExecutionObjectOperations
- Throws:
BaseException
state
public java.lang.String state()
throws BaseException
- Specified by:
state
in interface WfExecutionObjectOperations
- Throws:
BaseException
change_state
public void change_state(java.lang.String new_state)
throws BaseException,
InvalidState,
TransitionNotAllowed
- Specified by:
change_state
in interface WfExecutionObjectOperations
- Throws:
BaseException
InvalidState
TransitionNotAllowed
name
public java.lang.String name()
throws BaseException
- Specified by:
name
in interface WfExecutionObjectOperations
- Throws:
BaseException
set_name
public void set_name(java.lang.String new_value)
throws BaseException
- Specified by:
set_name
in interface WfExecutionObjectOperations
- Throws:
BaseException
key
public java.lang.String key()
throws BaseException
- Specified by:
key
in interface WfExecutionObjectOperations
- Throws:
BaseException
description
public java.lang.String description()
throws BaseException
- Specified by:
description
in interface WfExecutionObjectOperations
- Throws:
BaseException
set_description
public void set_description(java.lang.String new_value)
throws BaseException
- Specified by:
set_description
in interface WfExecutionObjectOperations
- Throws:
BaseException
process_context
public NameValue[] process_context()
throws BaseException
- Specified by:
process_context
in interface WfExecutionObjectOperations
- Throws:
BaseException
set_process_context
public void set_process_context(NameValue[] new_value)
throws BaseException,
InvalidData,
UpdateNotAllowed
- Specified by:
set_process_context
in interface WfExecutionObjectOperations
- Throws:
BaseException
InvalidData
UpdateNotAllowed
priority
public short priority()
throws BaseException
- Specified by:
priority
in interface WfExecutionObjectOperations
- Throws:
BaseException
set_priority
public void set_priority(short new_value)
throws BaseException
- Specified by:
set_priority
in interface WfExecutionObjectOperations
- Throws:
BaseException
resume
public void resume()
throws BaseException,
CannotResume,
NotSuspended
- Specified by:
resume
in interface WfExecutionObjectOperations
- Throws:
BaseException
CannotResume
NotSuspended
suspend
public void suspend()
throws BaseException,
CannotSuspend,
NotRunning,
AlreadySuspended
- Specified by:
suspend
in interface WfExecutionObjectOperations
- Throws:
BaseException
CannotSuspend
NotRunning
AlreadySuspended
terminate
public void terminate()
throws BaseException,
CannotStop,
NotRunning
- Specified by:
terminate
in interface WfExecutionObjectOperations
- Throws:
BaseException
CannotStop
NotRunning
abort
public void abort()
throws BaseException,
CannotStop,
NotRunning
- Specified by:
abort
in interface WfExecutionObjectOperations
- Throws:
BaseException
CannotStop
NotRunning
how_many_history
public int how_many_history()
throws BaseException,
HistoryNotAvailable
- Specified by:
how_many_history
in interface WfExecutionObjectOperations
- Throws:
BaseException
HistoryNotAvailable
get_iterator_history
public WfEventAuditIterator get_iterator_history(java.lang.String query,
NameValue[] names_in_query)
throws BaseException,
HistoryNotAvailable
- Specified by:
get_iterator_history
in interface WfExecutionObjectOperations
- Throws:
BaseException
HistoryNotAvailable
get_sequence_history
public WfEventAudit[] get_sequence_history(int max_number)
throws BaseException,
HistoryNotAvailable
- Specified by:
get_sequence_history
in interface WfExecutionObjectOperations
- Throws:
BaseException
HistoryNotAvailable
is_member_of_history
public boolean is_member_of_history(WfExecutionObject member)
throws BaseException
- Specified by:
is_member_of_history
in interface WfExecutionObjectOperations
- Throws:
BaseException
last_state_time
public org.omg.TimeBase.UtcT last_state_time()
throws BaseException
- Specified by:
last_state_time
in interface WfExecutionObjectOperations
- Throws:
BaseException
_ids
public java.lang.String[] _ids()