|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object implementing the ReadableSecurityObject
interface is
an object for which security information (permissions) can be examined. (This
implies the ability to examine properties via the ReadableMetadataObject
interface.)
Field Summary |
Method Summary | |
Permissions |
getPermissions()
Retrieves a collection containing Permission objects for
the object implementing the ReadableSecurityObject interface.
|
Permissions |
getPermissions(java.lang.String collectionType)
Not Implemented in CS Java Connector v3.0. |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject |
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh |
Methods inherited from interface com.filenet.wcm.api.BaseObject |
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject |
Method Detail |
public Permissions getPermissions()
Permission
objects for
the object implementing the ReadableSecurityObject
interface.
The user must have Read permission on the object's security (
Permission.IdmAccessViewer
or higher)
to retrieve the object's permissions.
Permissions
collection containing all the Permission
elements
for this object.public Permissions getPermissions(java.lang.String collectionType)
Not Implemented in CS Java Connector v3.0.
Retrieves permissions of the specified type for the object implementing theReadableSecurityObject
interface. The user must
have Read permission on the object's security (either Permission.LEVEL_VIEW
or Permission.RIGHT_READ_ACL
) to retrieve the object's permissions.
Specify the type of permissions (basic object or audit) to return in
the collectionType
parameter.
collectionType
- A String
that is the name of a property whose value is a
collection of Content Services Permission
objects.
Use Property.PERMISSIONS
or Property.AUDIT_PERMISSIONS
for basic object or audit permissions, respectively.
Permissions
collection of the specified type containing the
permissions for this object.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |