org.omg.WorkflowModel
Interface WfAssignmentOperations

All Superinterfaces:
BaseBusinessObjectOperations
All Known Subinterfaces:
WfAssignment
All Known Implementing Classes:
_WfAssignmentImplBase, _WfAssignmentStub, WfAssignmentPOA

public interface WfAssignmentOperations
extends BaseBusinessObjectOperations

org/omg/WorkflowModel/WfAssignmentOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Thursday, September 24, 2009 9:19:10 AM CEST


Method Summary
 WfActivity activity()
           
 WfResource assignee()
           
 boolean get_accepted_status()
           
 void set_accepted_status(boolean accept)
           
 void set_assignee(WfResource new_value)
           
 

Method Detail

activity

WfActivity activity()
                    throws BaseException
Throws:
BaseException

assignee

WfResource assignee()
                    throws BaseException
Throws:
BaseException

set_assignee

void set_assignee(WfResource new_value)
                  throws BaseException,
                         InvalidResource
Throws:
BaseException
InvalidResource

set_accepted_status

void set_accepted_status(boolean accept)
                         throws BaseException,
                                CannotAcceptSuspended
Throws:
BaseException
CannotAcceptSuspended

get_accepted_status

boolean get_accepted_status()
                            throws BaseException
Throws:
BaseException