|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.omg.WorkflowModel._WfAssignmentImplBase
org.enhydra.shark.corba.WfAssignmentCORBA
public class WfAssignmentCORBA
WfAssignmentImpl - Workflow Assignment Object implementation
Constructor Summary | |
---|---|
protected |
WfAssignmentCORBA(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._WfAssignmentImplBase |
---|
_ids, _invoke |
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, hashCode |
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 |
---|
protected WfAssignmentCORBA(Collective toJoin, WfAssignment sharkAss)
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 org.omg.CORBA.portable.ObjectImpl
public java.lang.String toString()
toString
in class org.omg.CORBA.portable.ObjectImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |