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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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)
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.