Novell exteNd
Director 5.2 API

com.sssw.wf.ui.api
Interface EbiDestinationDefinition

All Superinterfaces:
EbiComponentDefinition

public interface EbiDestinationDefinition
extends EbiComponentDefinition

A class representing a line from a link to a process node.

See Also:
EbiLinkDefinition

Method Summary
 Map getAddressee()
          Get the destination definition's addressee.
 EbiLinkDefinition getLink()
          Returns the link that this "path" belongs to.
 boolean isDefault()
          Answer whether this is the default destination.
 void setAddressee(Map addressee)
          Set the destination definition's addressee.
 void setDefault(boolean dSetting)
          Set whether this is the default destination.
 
Methods implemented from interface com.sssw.wf.ui.api.EbiComponentDefinition
getCopyScopes, getDescription, getId, getName, getPostScopes, getPreScopes, getProperties, getProperty, setCopyScopes, setDescription, setName, setPostScopes, setPreScopes, setProperty, setProperty
 

Method Detail

getLink

public EbiLinkDefinition getLink()
Returns the link that this "path" belongs to.
Returns:
EbiLinkDefinition - the parent link

setAddressee

public void setAddressee(Map addressee)
Set the destination definition's addressee.
Parameters:
(MAP) - addressee - the addressee and addressee type (Role or User)

getAddressee

public Map getAddressee()
Get the destination definition's addressee.
Returns:
Map - the addressee and addressee type (Role or User)

setDefault

public void setDefault(boolean dSetting)
Set whether this is the default destination.
Parameters:
dSetting - - true or false.

isDefault

public boolean isDefault()
Answer whether this is the default destination.
Returns:
true or false.

Novell exteNd
Director 5.2 API