Novell exteNd
Director 5.2 API

com.sssw.wf.api
Interface EbiAddressee


public interface EbiAddressee

This interface will be implemented by EboAddressee. This interface is used primarily to create the parameter needed for workitem reassign operations.


Field Summary
static String ROLE
          Public constant for role This should be used in the EboAddressee constructor.
static String USER
          Public constant for user.
 
Method Summary
 String getAddressee()
          This method returns addressee.
 String getType()
          This method returns addressee type.
 void setAddressee(String addressee)
          This method returns addressee.
 void setType(String type)
          This method returns addressee type.
 

Field Detail

USER

public static final String USER
Public constant for user. This should be used in the EboAddressee constructor.

ROLE

public static final String ROLE
Public constant for role This should be used in the EboAddressee constructor.
Method Detail

getType

public String getType()
This method returns addressee type.
Returns:
type - the type of addressee

getAddressee

public String getAddressee()
This method returns addressee.
Returns:
addressee - the addressee

setType

public void setType(String type)
This method returns addressee type.
Returns:
type - the type of addressee

setAddressee

public void setAddressee(String addressee)
This method returns addressee.
Returns:
addressee - the addressee

Novell exteNd
Director 5.2 API