org.omg.WorkflowModel
Interface WfActivityOperations

All Superinterfaces:
BaseBusinessObjectOperations, WfExecutionObjectOperations, WfRequesterOperations
All Known Subinterfaces:
WfActivity
All Known Implementing Classes:
_WfActivityImplBase, _WfActivityStub, WfActivityPOA

public interface WfActivityOperations
extends WfExecutionObjectOperations, WfRequesterOperations

org/omg/WorkflowModel/WfActivityOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Friday, July 11, 2008 1:11:16 PM CEST


Method Summary
 void complete()
           
 WfProcess container()
           
 WfAssignmentIterator get_iterator_assignment()
           
 WfAssignment[] get_sequence_assignment(int max_number)
           
 int how_many_assignment()
           
 boolean is_member_of_assignment(WfAssignment member)
           
 NameValue[] result()
           
 void set_result(NameValue[] result)
           
 
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
 
Methods inherited from interface org.omg.WorkflowModel.WfRequesterOperations
get_iterator_performer, get_sequence_performer, how_many_performer, is_member_of_performer, receive_event
 

Method Detail

how_many_assignment

int how_many_assignment()
                        throws BaseException
Throws:
BaseException

get_iterator_assignment

WfAssignmentIterator get_iterator_assignment()
                                             throws BaseException
Throws:
BaseException

get_sequence_assignment

WfAssignment[] get_sequence_assignment(int max_number)
                                       throws BaseException
Throws:
BaseException

is_member_of_assignment

boolean is_member_of_assignment(WfAssignment member)
                                throws BaseException
Throws:
BaseException

container

WfProcess container()
                    throws BaseException
Throws:
BaseException

result

NameValue[] result()
                   throws BaseException,
                          ResultNotAvailable
Throws:
BaseException
ResultNotAvailable

set_result

void set_result(NameValue[] result)
                throws BaseException,
                       InvalidData
Throws:
BaseException
InvalidData

complete

void complete()
              throws BaseException,
                     CannotComplete
Throws:
BaseException
CannotComplete