Novell exteNd
Director 5.2 API

com.sssw.wf.link
Class EboLink

com.sssw.wf.link.EboLink
All Implemented Interfaces:
EbiLink

public class EboLink
implements EbiLink

The base implementation class representing a link in a workflow process. This class is extended to provide specialized processing in the getDestination method.

See Also:
EbiLink

Constructor Summary
EboLink()
           
 
Method Summary
abstract  List getDestinations(EbiContext context)
          All link are expected to implement this method.
 
Methods implemented from interface com.sssw.wf.api.EbiLink
canForward, getPrecedence, isDefault
 

Constructor Detail

EboLink

public EboLink()
Method Detail

getDestinations

public abstract List getDestinations(EbiContext context)
                              throws EboLinkException
All link are expected to implement this method. The list should contain those destinations that have met the links evaluation criteria and will have the work item sent to their destination process node. The workitem is provided for evaluation requirements. Default behavior will return all destinations.
Parameters:
workitem - - the process workitem.
Returns:
List - the list of available destinations.

Novell exteNd
Director 5.2 API