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.1"
from WorkflowModel.idl
Friday, May 18, 2007 2:01:20 PM CEST
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 |
how_many_assignment
public int how_many_assignment()
throws BaseException
- Throws:
BaseException
get_iterator_assignment
public WfAssignmentIterator get_iterator_assignment()
throws BaseException
- Throws:
BaseException
get_sequence_assignment
public WfAssignment[] get_sequence_assignment(int max_number)
throws BaseException
- Throws:
BaseException
is_member_of_assignment
public boolean is_member_of_assignment(WfAssignment member)
throws BaseException
- Throws:
BaseException
container
public WfProcess container()
throws BaseException
- Throws:
BaseException
result
public NameValue[] result()
throws BaseException,
ResultNotAvailable
- Throws:
BaseException
ResultNotAvailable
set_result
public void set_result(NameValue[] result)
throws BaseException,
InvalidData
- Throws:
BaseException
InvalidData
complete
public void complete()
throws BaseException,
CannotComplete
- Throws:
BaseException
CannotComplete