Collaboration API Documentation

com.filenet.bso.api.collaboration.store
Interface AccessLevels


public interface AccessLevels

Classes that implement the AccessLevels define a set of access level permissions assigned to a teamspace object.

See Also:
Teamspace, AccessLevelsStore

Method Summary
 java.lang.Integer[] getAccessLevels()
          Returns an array of integer values that define the ACL permissions for this teamspace object.
 void getAccessLevels(java.util.List accessLevels)
          Add the integer values that define the ACL permissions for this teamspace object to the given list object.
 int getAccessLevelsValue()
          Return the int value that define the ACL permissions for this teamspace object.
 java.lang.String getObjectName()
          Return the symbolic name of a teamspace object.
 

Method Detail

getObjectName

public java.lang.String getObjectName()
Return the symbolic name of a teamspace object.

Returns:
A String containing the symbolic object name.

getAccessLevels

public java.lang.Integer[] getAccessLevels()
Returns an array of integer values that define the ACL permissions for this teamspace object.

Returns:
A Integer[] array of integer values.

getAccessLevels

public void getAccessLevels(java.util.List accessLevels)
Add the integer values that define the ACL permissions for this teamspace object to the given list object.

Parameters:
accessLevels - A List object where the Integer permissions will be added.

getAccessLevelsValue

public int getAccessLevelsValue()
Return the int value that define the ACL permissions for this teamspace object.

Returns:
An int value that specifies the low-level permission values.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.