Collaboration API Documentation

com.filenet.bso.api.collaboration.data
Class AccessControlInfo

java.lang.Object
  |
  +--com.filenet.bso.api.collaboration.data.AccessControlInfo
All Implemented Interfaces:
java.io.Serializable

public class AccessControlInfo
extends java.lang.Object
implements java.io.Serializable

The AccessControlInfo class is a collection of data used to test teamspace access control for a given type of object and a given operation.

See Also:
Serialized Form

Constructor Summary
protected AccessControlInfo()
           
  AccessControlInfo(java.lang.String memberID, int operationType, int objectType, java.lang.String objectID, java.lang.Boolean isOwner, java.lang.Boolean inheritsTeamspaceSecurity)
           
 
Method Summary
 java.lang.String getMemberID()
          Returns the id of the member.
 java.lang.String getObjectID()
           
 int getObjectType()
           
 int getOperationType()
           
 java.lang.Boolean inheritsTeamspaceSecurity()
           
 boolean isGranted()
           
 java.lang.Boolean isOwner()
           
 void setIsAccessGranted(boolean granted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlInfo

protected AccessControlInfo()

AccessControlInfo

public AccessControlInfo(java.lang.String memberID,
                         int operationType,
                         int objectType,
                         java.lang.String objectID,
                         java.lang.Boolean isOwner,
                         java.lang.Boolean inheritsTeamspaceSecurity)
Method Detail

getMemberID

public java.lang.String getMemberID()
Returns the id of the member.

Returns:
A String containing the member id.

getOperationType

public int getOperationType()

getObjectType

public int getObjectType()

getObjectID

public java.lang.String getObjectID()

isOwner

public java.lang.Boolean isOwner()

inheritsTeamspaceSecurity

public java.lang.Boolean inheritsTeamspaceSecurity()

isGranted

public boolean isGranted()

setIsAccessGranted

public void setIsAccessGranted(boolean granted)

Collaboration API Documentation

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