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.2"
from WorkflowModel.idl
Monday, December 24, 2007 5:43:48 PM CET
workflow_state
workflow_stateType workflow_state()
throws BaseException
- Throws:
BaseException
while_open
while_openType while_open()
throws BaseException
- Throws:
BaseException
why_not_running
why_not_runningType why_not_running()
throws BaseException
- Throws:
BaseException
how_closed
how_closedType how_closed()
throws BaseException
- Throws:
BaseException
valid_states
java.lang.String[] valid_states()
throws BaseException
- Throws:
BaseException
state
java.lang.String state()
throws BaseException
- Throws:
BaseException
change_state
void change_state(java.lang.String new_state)
throws BaseException,
InvalidState,
TransitionNotAllowed
- Throws:
BaseException
InvalidState
TransitionNotAllowed
name
java.lang.String name()
throws BaseException
- Throws:
BaseException
set_name
void set_name(java.lang.String new_value)
throws BaseException
- Throws:
BaseException
key
java.lang.String key()
throws BaseException
- Throws:
BaseException
description
java.lang.String description()
throws BaseException
- Throws:
BaseException
set_description
void set_description(java.lang.String new_value)
throws BaseException
- Throws:
BaseException
process_context
NameValue[] process_context()
throws BaseException
- Throws:
BaseException
set_process_context
void set_process_context(NameValue[] new_value)
throws BaseException,
InvalidData,
UpdateNotAllowed
- Throws:
BaseException
InvalidData
UpdateNotAllowed
priority
short priority()
throws BaseException
- Throws:
BaseException
set_priority
void set_priority(short new_value)
throws BaseException
- Throws:
BaseException
resume
void resume()
throws BaseException,
CannotResume,
NotSuspended
- Throws:
BaseException
CannotResume
NotSuspended
suspend
void suspend()
throws BaseException,
CannotSuspend,
NotRunning,
AlreadySuspended
- Throws:
BaseException
CannotSuspend
NotRunning
AlreadySuspended
terminate
void terminate()
throws BaseException,
CannotStop,
NotRunning
- Throws:
BaseException
CannotStop
NotRunning
abort
void abort()
throws BaseException,
CannotStop,
NotRunning
- Throws:
BaseException
CannotStop
NotRunning
how_many_history
int how_many_history()
throws BaseException,
HistoryNotAvailable
- Throws:
BaseException
HistoryNotAvailable
get_iterator_history
WfEventAuditIterator get_iterator_history(java.lang.String query,
NameValue[] names_in_query)
throws BaseException,
HistoryNotAvailable
- Throws:
BaseException
HistoryNotAvailable
get_sequence_history
WfEventAudit[] get_sequence_history(int max_number)
throws BaseException,
HistoryNotAvailable
- Throws:
BaseException
HistoryNotAvailable
is_member_of_history
boolean is_member_of_history(WfExecutionObject member)
throws BaseException
- Throws:
BaseException
last_state_time
org.omg.TimeBase.UtcT last_state_time()
throws BaseException
- Throws:
BaseException