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.1" from WorkflowModel.idl Friday, May 18, 2007 2:01:20 PM 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

public WfActivity activity()
                    throws BaseException
Throws:
BaseException

assignee

public WfResource assignee()
                    throws BaseException
Throws:
BaseException

set_assignee

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

set_accepted_status

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

get_accepted_status

public boolean get_accepted_status()
                            throws BaseException
Throws:
BaseException