org.omg.WorkflowModel
Interface WfProcessOperations
- All Superinterfaces:
- BaseBusinessObjectOperations, WfExecutionObjectOperations
- All Known Subinterfaces:
- WfProcess
- All Known Implementing Classes:
- _WfProcessImplBase, _WfProcessStub, WfProcessPOA
public interface WfProcessOperations
- extends WfExecutionObjectOperations
org/omg/WorkflowModel/WfProcessOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from WorkflowModel.idl
Thursday, September 24, 2009 9:19:11 AM CEST
Methods inherited from interface org.omg.WorkflowModel.WfExecutionObjectOperations |
abort, change_state, description, get_iterator_history, get_sequence_history, how_closed, how_many_history, is_member_of_history, key, last_state_time, name, priority, process_context, resume, set_description, set_name, set_priority, set_process_context, state, suspend, terminate, valid_states, while_open, why_not_running, workflow_state |
requester
WfRequester requester()
throws BaseException
- Throws:
BaseException
set_requester
void set_requester(WfRequester new_value)
throws BaseException,
CannotChangeRequester
- Throws:
BaseException
CannotChangeRequester
how_many_step
int how_many_step()
throws BaseException
- Throws:
BaseException
get_iterator_step
WfActivityIterator get_iterator_step()
throws BaseException
- Throws:
BaseException
get_sequence_step
WfActivity[] get_sequence_step(int max_number)
throws BaseException
- Throws:
BaseException
is_member_of_step
boolean is_member_of_step(WfActivity member)
throws BaseException
- Throws:
BaseException
manager
WfProcessMgr manager()
throws BaseException
- Throws:
BaseException
result
NameValue[] result()
throws BaseException,
ResultNotAvailable
- Throws:
BaseException
ResultNotAvailable
start
void start()
throws BaseException,
CannotStart,
AlreadyRunning
- Throws:
BaseException
CannotStart
AlreadyRunning
get_activities_in_state
WfActivityIterator get_activities_in_state(java.lang.String state)
throws BaseException,
InvalidState
- Throws:
BaseException
InvalidState