|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents a line from a link to a process node in the Workflow Editor. The interface contains the addressee and expressions for determining if the destination is available.
| Method Summary | |
String |
getActivityName()
Gets the printable process node name. |
Map |
getAddressee(com.sssw.wf.api.EbiWorkitem workitem)
Returns a collection of addressees asociated with this destination. |
Boolean |
hasAddressee()
Determines if a valid addressee is assigned. |
boolean |
isDefault()
Returns true or false depending on whether the destination is marked as the default. |
void |
setActivityId(String activityId)
Sets the process node id. |
void |
setAddressee(String addressee,
String type,
boolean expression)
Sets the addressee asociated with this destination. |
| Method Detail |
public void setActivityId(String activityId)
throws EboLinkException
activityId - - the endpoint process node for this destination.public String getActivityName()
public Map getAddressee(com.sssw.wf.api.EbiWorkitem workitem)
workitem - - the process workitem
public void setAddressee(String addressee,
String type,
boolean expression)
throws EboLinkException
addressee - - the new addresseetype - - the new addressee type (User or Role)expression - - whether the addressee represents an addressee expressionpublic boolean isDefault()
public Boolean hasAddressee()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||