Novell exteNd
Director 5.2 API

com.sssw.search.api
Interface EbiSearchAdmin

All Superinterfaces:
EbiElement, EbiSecurableElement

public interface EbiSearchAdmin
extends EbiSecurableElement

This interface describes the Search Service Administration Element. The Administration Element is primarily used for setting and checking of the security permissions. The permissions set on this element govern the ability of users to do such administrative tasks as, for example, adding repositories to query engines, etc.


Field Summary
static String EL_SEARCH_ADMIN
          The element type of 'Search Service Administration'.
static String PROTECT
          The 'protect' permission type.
static String READ
          The 'read' permission type.
static String SA_OBJECT_ID
          The object ID of the Search Service Admin Element.
static String WRITE
          The 'write' permission type.
 
Methods implemented from interface com.sssw.fw.api.EbiSecurableElement
getAcl, getObjectID, isUserAuthorized, removeAcl, setAcl
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Field Detail

READ

public static final String READ
The 'read' permission type.

WRITE

public static final String WRITE
The 'write' permission type.

PROTECT

public static final String PROTECT
The 'protect' permission type.

EL_SEARCH_ADMIN

public static final String EL_SEARCH_ADMIN
The element type of 'Search Service Administration'.

SA_OBJECT_ID

public static final String SA_OBJECT_ID
The object ID of the Search Service Admin Element. Use this ID in the security management methods that require an object ID as a parameter.

Novell exteNd
Director 5.2 API