|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.WorkflowModel.WfAssignmentPOA
org.enhydra.shark.corba.poa.WfAssignmentCORBA
public class WfAssignmentCORBA
WfAssignmentImpl - Workflow Assignment Object implementation
Constructor Summary | |
---|---|
protected |
WfAssignmentCORBA(org.omg.CORBA.ORB orb,
Collective toJoin,
WfAssignment sharkAss)
Creates new WfAssignment. |
Method Summary | |
---|---|
WfActivity |
activity()
Gets the activity object of this assignment. |
WfResource |
assignee()
Gets the assignee (resource) of this assignment. |
boolean |
equals(java.lang.Object obj)
|
boolean |
get_accepted_status()
|
void |
set_accepted_status(boolean accept)
|
void |
set_assignee(WfResource new_value)
Sets the assignee of this assignment. |
java.lang.String |
toString()
|
Methods inherited from class org.omg.WorkflowModel.WfAssignmentPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected WfAssignmentCORBA(org.omg.CORBA.ORB orb, Collective toJoin, WfAssignment sharkAss)
orb
- sharkAss
- a WfAssignmentMethod Detail |
---|
public WfActivity activity() throws BaseException
BaseException
public WfResource assignee() throws BaseException
BaseException
public void set_assignee(WfResource new_value) throws BaseException, InvalidResource
BaseException
InvalidResource
public void set_accepted_status(boolean accept) throws BaseException, CannotAcceptSuspended
BaseException
CannotAcceptSuspended
public boolean get_accepted_status() throws BaseException
BaseException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |