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 Monday, December 24, 2007 9:20:01 AM CET


Method Summary
 WfActivityIterator get_activities_in_state(java.lang.String state)
           
 WfActivityIterator get_iterator_step()
           
 WfActivity[] get_sequence_step(int max_number)
           
 int how_many_step()
           
 boolean is_member_of_step(WfActivity member)
           
 WfProcessMgr manager()
           
 WfRequester requester()
           
 NameValue[] result()
           
 void set_requester(WfRequester new_value)
           
 void start()
           
 
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
 

Method Detail

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