org.omg.WorkflowModel
Class _WfExecutionObjectStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.WorkflowModel._WfExecutionObjectStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, BaseBusinessObject, BaseBusinessObjectOperations, WfExecutionObject, WfExecutionObjectOperations

public class _WfExecutionObjectStub
extends org.omg.CORBA.portable.ObjectImpl
implements WfExecutionObject

org/omg/WorkflowModel/_WfExecutionObjectStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Monday, December 24, 2007 5:43:48 PM CET

See Also:
Serialized Form

Constructor Summary
_WfExecutionObjectStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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()
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_WfExecutionObjectStub

public _WfExecutionObjectStub()
Method Detail

workflow_state

public workflow_stateType workflow_state()
                                  throws BaseException
Specified by:
workflow_state in interface WfExecutionObjectOperations
Throws:
BaseException

while_open

public while_openType while_open()
                          throws BaseException
Specified by:
while_open in interface WfExecutionObjectOperations
Throws:
BaseException

why_not_running

public why_not_runningType why_not_running()
                                    throws BaseException
Specified by:
why_not_running in interface WfExecutionObjectOperations
Throws:
BaseException

how_closed

public how_closedType how_closed()
                          throws BaseException
Specified by:
how_closed in interface WfExecutionObjectOperations
Throws:
BaseException

valid_states

public java.lang.String[] valid_states()
                                throws BaseException
Specified by:
valid_states in interface WfExecutionObjectOperations
Throws:
BaseException

state

public java.lang.String state()
                       throws BaseException
Specified by:
state in interface WfExecutionObjectOperations
Throws:
BaseException

change_state

public void change_state(java.lang.String new_state)
                  throws BaseException,
                         InvalidState,
                         TransitionNotAllowed
Specified by:
change_state in interface WfExecutionObjectOperations
Throws:
BaseException
InvalidState
TransitionNotAllowed

name

public java.lang.String name()
                      throws BaseException
Specified by:
name in interface WfExecutionObjectOperations
Throws:
BaseException

set_name

public void set_name(java.lang.String new_value)
              throws BaseException
Specified by:
set_name in interface WfExecutionObjectOperations
Throws:
BaseException

key

public java.lang.String key()
                     throws BaseException
Specified by:
key in interface WfExecutionObjectOperations
Throws:
BaseException

description

public java.lang.String description()
                             throws BaseException
Specified by:
description in interface WfExecutionObjectOperations
Throws:
BaseException

set_description

public void set_description(java.lang.String new_value)
                     throws BaseException
Specified by:
set_description in interface WfExecutionObjectOperations
Throws:
BaseException

process_context

public NameValue[] process_context()
                            throws BaseException
Specified by:
process_context in interface WfExecutionObjectOperations
Throws:
BaseException

set_process_context

public void set_process_context(NameValue[] new_value)
                         throws BaseException,
                                InvalidData,
                                UpdateNotAllowed
Specified by:
set_process_context in interface WfExecutionObjectOperations
Throws:
BaseException
InvalidData
UpdateNotAllowed

priority

public short priority()
               throws BaseException
Specified by:
priority in interface WfExecutionObjectOperations
Throws:
BaseException

set_priority

public void set_priority(short new_value)
                  throws BaseException
Specified by:
set_priority in interface WfExecutionObjectOperations
Throws:
BaseException

resume

public void resume()
            throws BaseException,
                   CannotResume,
                   NotSuspended
Specified by:
resume in interface WfExecutionObjectOperations
Throws:
BaseException
CannotResume
NotSuspended

suspend

public void suspend()
             throws BaseException,
                    CannotSuspend,
                    NotRunning,
                    AlreadySuspended
Specified by:
suspend in interface WfExecutionObjectOperations
Throws:
BaseException
CannotSuspend
NotRunning
AlreadySuspended

terminate

public void terminate()
               throws BaseException,
                      CannotStop,
                      NotRunning
Specified by:
terminate in interface WfExecutionObjectOperations
Throws:
BaseException
CannotStop
NotRunning

abort

public void abort()
           throws BaseException,
                  CannotStop,
                  NotRunning
Specified by:
abort in interface WfExecutionObjectOperations
Throws:
BaseException
CannotStop
NotRunning

how_many_history

public int how_many_history()
                     throws BaseException,
                            HistoryNotAvailable
Specified by:
how_many_history in interface WfExecutionObjectOperations
Throws:
BaseException
HistoryNotAvailable

get_iterator_history

public WfEventAuditIterator get_iterator_history(java.lang.String query,
                                                 NameValue[] names_in_query)
                                          throws BaseException,
                                                 HistoryNotAvailable
Specified by:
get_iterator_history in interface WfExecutionObjectOperations
Throws:
BaseException
HistoryNotAvailable

get_sequence_history

public WfEventAudit[] get_sequence_history(int max_number)
                                    throws BaseException,
                                           HistoryNotAvailable
Specified by:
get_sequence_history in interface WfExecutionObjectOperations
Throws:
BaseException
HistoryNotAvailable

is_member_of_history

public boolean is_member_of_history(WfExecutionObject member)
                             throws BaseException
Specified by:
is_member_of_history in interface WfExecutionObjectOperations
Throws:
BaseException

last_state_time

public org.omg.TimeBase.UtcT last_state_time()
                                      throws BaseException
Specified by:
last_state_time in interface WfExecutionObjectOperations
Throws:
BaseException

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl