Novell exteNd
Director 5.2 API

com.sssw.cm.api
Interface EbiContentAdmin

All Superinterfaces:
Cloneable, EbiCmElement, EbiElement, EbiFrameworkElement, EbiSecurableElement, Serializable

public interface EbiContentAdmin
extends EbiSecurableElement, EbiCmElement

This interface describes the content administration element. The administration element is primarily used for setting and checking security permissions. The permissions set on this element govern the ability of users to do such administrative tasks as, for example, adding document fields or adding document types.


Field Summary
static String CA_OBJECT_ID
          The object ID of the content administration element.
static String EL_CONTENT_ADMIN
          The element type of "content administration."
static String PROTECT
          The "protect" permission type.
static String READ
          The "read" permission type.
static String WRITE
          The "write" permission type.
 
Fields inherited from interface com.sssw.cm.api.EbiCmElement
OP_COPY, OP_MOVE, OP_REMOVE, OP_UPDATE
 
Methods implemented from interface com.sssw.fw.api.EbiSecurableElement
getAcl, getObjectID, isUserAuthorized, removeAcl, setAcl
 
Methods implemented from interface com.sssw.cm.api.EbiCmElement
fromXML, toXML, validateOperation
 
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement
getElementUUID, getLastModified, getLastModifiedBy, isEqualTo, isReadOnly, resetReadOnly, setLastModified, setLastModifiedBy, setReadOnly
 

Field Detail

READ

public static final String READ
The "read" permission type. Specifies superuser administrative access for reading the metadata of securable elements (as well as being able to list the contents of directories, such as folders and categories). This access right can be granted to a user even if the user is not in the ACL currently set on the securable elements in question.

WRITE

public static final String WRITE
The "write" permission type. Specifies superuser administrative access for modifying the metadata of securable elements, for example, an element's name or description. names, descriptions, etc. This access right can be granted to a user even if the user is not in the ACL currently set on the securable elements in question.

PROTECT

public static final String PROTECT
The "protect" permission type. Specifies superuser administrative access for setting ACL's on securable elements. This access right can be granted to a user even if the user is not in the ACL currently set on the securable elements in question.

EL_CONTENT_ADMIN

public static final String EL_CONTENT_ADMIN
The element type of "content administration."

CA_OBJECT_ID

public static final String CA_OBJECT_ID
The object ID of the content administration element. Use this ID in the security management methods that require an object ID as a parameter.

Novell exteNd
Director 5.2 API