org.omg.WorkflowModel
Class _WfActivityStub

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

public class _WfActivityStub
extends org.omg.CORBA.portable.ObjectImpl
implements WfActivity

org/omg/WorkflowModel/_WfActivityStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Tuesday, November 25, 2008 9:22:29 AM CET

See Also:
Serialized Form

Constructor Summary
_WfActivityStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void abort()
           
 void change_state(java.lang.String new_state)
           
 void complete()
           
 WfProcess container()
           
 java.lang.String description()
           
 WfAssignmentIterator get_iterator_assignment()
           
 WfEventAuditIterator get_iterator_history(java.lang.String query, NameValue[] names_in_query)
           
 WfProcessIterator get_iterator_performer()
           
 WfAssignment[] get_sequence_assignment(int max_number)
           
 WfEventAudit[] get_sequence_history(int max_number)
           
 WfProcess[] get_sequence_performer(int max_number)
           
 how_closedType how_closed()
           
 int how_many_assignment()
           
 int how_many_history()
           
 int how_many_performer()
           
 boolean is_member_of_assignment(WfAssignment member)
           
 boolean is_member_of_history(WfExecutionObject member)
           
 boolean is_member_of_performer(WfProcess member)
           
 java.lang.String key()
           
 org.omg.TimeBase.UtcT last_state_time()
           
 java.lang.String name()
           
 short priority()
           
 NameValue[] process_context()
           
 void receive_event(WfEventAudit event)
           
 NameValue[] result()
           
 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)
           
 void set_result(NameValue[] result)
           
 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
 
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

_WfActivityStub

public _WfActivityStub()
Method Detail

how_many_assignment

public int how_many_assignment()
                        throws BaseException
Specified by:
how_many_assignment in interface WfActivityOperations
Throws:
BaseException

get_iterator_assignment

public WfAssignmentIterator get_iterator_assignment()
                                             throws BaseException
Specified by:
get_iterator_assignment in interface WfActivityOperations
Throws:
BaseException

get_sequence_assignment

public WfAssignment[] get_sequence_assignment(int max_number)
                                       throws BaseException
Specified by:
get_sequence_assignment in interface WfActivityOperations
Throws:
BaseException

is_member_of_assignment

public boolean is_member_of_assignment(WfAssignment member)
                                throws BaseException
Specified by:
is_member_of_assignment in interface WfActivityOperations
Throws:
BaseException

container

public WfProcess container()
                    throws BaseException
Specified by:
container in interface WfActivityOperations
Throws:
BaseException

result

public NameValue[] result()
                   throws BaseException,
                          ResultNotAvailable
Specified by:
result in interface WfActivityOperations
Throws:
BaseException
ResultNotAvailable

set_result

public void set_result(NameValue[] result)
                throws BaseException,
                       InvalidData
Specified by:
set_result in interface WfActivityOperations
Throws:
BaseException
InvalidData

complete

public void complete()
              throws BaseException,
                     CannotComplete
Specified by:
complete in interface WfActivityOperations
Throws:
BaseException
CannotComplete

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

how_many_performer

public int how_many_performer()
                       throws BaseException
Specified by:
how_many_performer in interface WfRequesterOperations
Throws:
BaseException

get_iterator_performer

public WfProcessIterator get_iterator_performer()
                                         throws BaseException
Specified by:
get_iterator_performer in interface WfRequesterOperations
Throws:
BaseException

get_sequence_performer

public WfProcess[] get_sequence_performer(int max_number)
                                   throws BaseException
Specified by:
get_sequence_performer in interface WfRequesterOperations
Throws:
BaseException

is_member_of_performer

public boolean is_member_of_performer(WfProcess member)
                               throws BaseException
Specified by:
is_member_of_performer in interface WfRequesterOperations
Throws:
BaseException

receive_event

public void receive_event(WfEventAudit event)
                   throws BaseException,
                          InvalidPerformer
Specified by:
receive_event in interface WfRequesterOperations
Throws:
BaseException
InvalidPerformer

_ids

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