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 Tuesday, November 25, 2008 9:22:29 AM CET


Method Summary
 void abort()
           
 void change_state(java.lang.String new_state)
           
 java.lang.String description()
           
 WfEventAuditIterator get_iterator_history(java.lang.String query, NameValue[] names_in_query)
           
 WfEventAudit[] get_sequence_history(int max_number)
           
 how_closedType how_closed()
           
 int how_many_history()
           
 boolean is_member_of_history(WfExecutionObject member)
           
 java.lang.String key()
           
 org.omg.TimeBase.UtcT last_state_time()
           
 java.lang.String name()
           
 short priority()
           
 NameValue[] process_context()
           
 void resume()
           
 void set_description(java.lang.String new_value)
           
 void set_name(java.lang.String new_value)
           
 void set_priority(short new_value)
           
 void set_process_context(NameValue[] new_value)
           
 java.lang.String state()
           
 void suspend()
           
 void terminate()
           
 java.lang.String[] valid_states()
           
 while_openType while_open()
           
 why_not_runningType why_not_running()
           
 workflow_stateType workflow_state()
           
 

Method Detail

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