org.omg.WorkflowModel
Interface WfExecutionObjectOperations
- All Superinterfaces:
- BaseBusinessObjectOperations
- All Known Subinterfaces:
- WfActivity, WfActivityOperations, WfExecutionObject, WfProcess, WfProcessOperations
- All Known Implementing Classes:
- _WfActivityImplBase, _WfActivityStub, _WfExecutionObjectImplBase, _WfExecutionObjectStub, _WfProcessImplBase, _WfProcessStub, WfActivityPOA, WfExecutionObjectPOA, WfProcessPOA
- public interface WfExecutionObjectOperations
- extends BaseBusinessObjectOperations
org/omg/WorkflowModel/WfExecutionObjectOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from WorkflowModel.idl
Friday, May 18, 2007 2:02:05 PM CEST
workflow_state
public workflow_stateType workflow_state()
throws BaseException
- Throws:
BaseException
while_open
public while_openType while_open()
throws BaseException
- Throws:
BaseException
why_not_running
public why_not_runningType why_not_running()
throws BaseException
- Throws:
BaseException
how_closed
public how_closedType how_closed()
throws BaseException
- Throws:
BaseException
valid_states
public java.lang.String[] valid_states()
throws BaseException
- Throws:
BaseException
state
public java.lang.String state()
throws BaseException
- Throws:
BaseException
change_state
public void change_state(java.lang.String new_state)
throws BaseException,
InvalidState,
TransitionNotAllowed
- Throws:
BaseException
InvalidState
TransitionNotAllowed
name
public java.lang.String name()
throws BaseException
- Throws:
BaseException
set_name
public void set_name(java.lang.String new_value)
throws BaseException
- Throws:
BaseException
key
public java.lang.String key()
throws BaseException
- Throws:
BaseException
description
public java.lang.String description()
throws BaseException
- Throws:
BaseException
set_description
public void set_description(java.lang.String new_value)
throws BaseException
- Throws:
BaseException
process_context
public NameValue[] process_context()
throws BaseException
- Throws:
BaseException
set_process_context
public void set_process_context(NameValue[] new_value)
throws BaseException,
InvalidData,
UpdateNotAllowed
- Throws:
BaseException
InvalidData
UpdateNotAllowed
priority
public short priority()
throws BaseException
- Throws:
BaseException
set_priority
public void set_priority(short new_value)
throws BaseException
- Throws:
BaseException
resume
public void resume()
throws BaseException,
CannotResume,
NotSuspended
- Throws:
BaseException
CannotResume
NotSuspended
suspend
public void suspend()
throws BaseException,
CannotSuspend,
NotRunning,
AlreadySuspended
- Throws:
BaseException
CannotSuspend
NotRunning
AlreadySuspended
terminate
public void terminate()
throws BaseException,
CannotStop,
NotRunning
- Throws:
BaseException
CannotStop
NotRunning
abort
public void abort()
throws BaseException,
CannotStop,
NotRunning
- Throws:
BaseException
CannotStop
NotRunning
how_many_history
public int how_many_history()
throws BaseException,
HistoryNotAvailable
- Throws:
BaseException
HistoryNotAvailable
get_iterator_history
public WfEventAuditIterator get_iterator_history(java.lang.String query,
NameValue[] names_in_query)
throws BaseException,
HistoryNotAvailable
- Throws:
BaseException
HistoryNotAvailable
get_sequence_history
public WfEventAudit[] get_sequence_history(int max_number)
throws BaseException,
HistoryNotAvailable
- Throws:
BaseException
HistoryNotAvailable
is_member_of_history
public boolean is_member_of_history(WfExecutionObject member)
throws BaseException
- Throws:
BaseException
last_state_time
public org.omg.TimeBase.UtcT last_state_time()
throws BaseException
- Throws:
BaseException