org.omg.WorkflowModel
Class _WfAssignmentStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.WorkflowModel._WfAssignmentStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, BaseBusinessObject, BaseBusinessObjectOperations, WfAssignment, WfAssignmentOperations

public class _WfAssignmentStub
extends org.omg.CORBA.portable.ObjectImpl
implements WfAssignment

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

See Also:
Serialized Form

Constructor Summary
_WfAssignmentStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 WfActivity activity()
           
 WfResource assignee()
           
 boolean get_accepted_status()
           
 void set_accepted_status(boolean accept)
           
 void set_assignee(WfResource new_value)
           
 
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
 

Constructor Detail

_WfAssignmentStub

public _WfAssignmentStub()
Method Detail

activity

public WfActivity activity()
                    throws BaseException
Specified by:
activity in interface WfAssignmentOperations
Throws:
BaseException

assignee

public WfResource assignee()
                    throws BaseException
Specified by:
assignee in interface WfAssignmentOperations
Throws:
BaseException

set_assignee

public void set_assignee(WfResource new_value)
                  throws BaseException,
                         InvalidResource
Specified by:
set_assignee in interface WfAssignmentOperations
Throws:
BaseException
InvalidResource

set_accepted_status

public void set_accepted_status(boolean accept)
                         throws BaseException,
                                CannotAcceptSuspended
Specified by:
set_accepted_status in interface WfAssignmentOperations
Throws:
BaseException
CannotAcceptSuspended

get_accepted_status

public boolean get_accepted_status()
                            throws BaseException
Specified by:
get_accepted_status in interface WfAssignmentOperations
Throws:
BaseException

_ids

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