com.adobe.livecycle.contentservices.client
Interface ReadPermissionsResult


public interface ReadPermissionsResult

The ReadPermissionsResult interface specifies the results of the read permission operation. An object of this type is returned by the DocumentManagementServiceClient object's readPermissions method. To see an object of this type used in a code example, see the Setting Content Services ES Permissions using the Java API quick start in Programming with LiveCycle ES4.


Method Summary
 java.util.List getAccessPermissions()
          Returns permissions that are set for the node.
 java.lang.Boolean getInheritParentPermissions()
          Specifies whether the permission is inherited from the parent node.
 void setAccessPermissions(java.util.List accessPermissions)
          For internal use only.
 void setInheritParentPermissions(java.lang.Boolean inheritParentPermissions)
          For internal use only.
 

Method Detail

getInheritParentPermissions

java.lang.Boolean getInheritParentPermissions()
Specifies whether the permission is inherited from the parent node.

Returns:
A Boolean value that specifies whether the permission is inherited from the parent node.

setInheritParentPermissions

void setInheritParentPermissions(java.lang.Boolean inheritParentPermissions)
For internal use only.


getAccessPermissions

java.util.List getAccessPermissions()
Returns permissions that are set for the node.

Returns:
A java.util.List object where each element is a ContentAccessPermission object that represents a permission.

setAccessPermissions

void setAccessPermissions(java.util.List accessPermissions)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]