| Package | com.adobe.livecycle.rightsmanagement.client.infomodel |
| Interface | public interface Permission |
com.adobe.livecycle.rightsmanagement.client.infomodel.PolicyEntry objects require com.adobe.livecycle.rightsmanagement.client.infomodel.Permission objects as parameters when adding or removing permissions to policy entries.
See also
| Method | Defined By | ||
|---|---|---|---|
String getDesc() Retrieves the permission description. | Permission | ||
String getName() Retrieves the permission name. | Permission | ||
String getOid() Retrieves the permission identifier. | Permission | ||
String getResourceTypeId() Retrieves the permission name resource type identifier. | Permission | ||
boolean isDefault() Determines whether this permission is a default permission for the associated resource type. | Permission | ||
void setDefaultStatus(boolean isDefault) Sets whether this permission is a default permission for the associated resource type. | Permission | ||
void setDesc(String desc) Sets the permission description. | Permission | ||
void setName(String localizedPermissionName) Sets the permission name. | Permission | ||
void setOid(String oid) Sets the permission identifier. | Permission | ||
void setResourceTypeId(String resTypeId) Sets the permission name resource type identifier. | Permission | ||
| Method | Defined By | ||
|---|---|---|---|
int getName() Retrieves the type of the permission that this com.adobe.livecycle.rightsmanagement.client.infomodel.Permission object represents. | Permission | ||
| Constant | Defined By | ||
|---|---|---|---|
| ACCESSIBLE [static] Represents the permission that enables screen reader devices for users that are visually impaired to access the text in documents. | Permission | ||
| CHANGES_ALL_EXCEPT_EXTRACT_CONTENT [static] Represents the permission that enables users to make any change to documents except extracting pages. | Permission | ||
| CHANGES_COMMENTING_FORM_FILL_IN_AND_SIGNING [static] Represents the permission that enables users to add comments to documents, fill in form objects, and sign documents. | Permission | ||
| CHANGES_FORM_FILL_IN_AND_SIGNING [static] Represents the permission that enables users to fill in form objects and sign documents. | Permission | ||
| CHANGES_INSERT_DELETE_ROTATE_PAGES [static] Represents the permission that enables users to insert, delete, and rotate the pages of documents. | Permission | ||
| COPY [static] Represents the permission that enables users to copy the contents of documents. | Permission | ||
| OPEN_OFFLINE [static] Represents the permission that enables users to open documents offline. | Permission | ||
| OPEN_ONLINE [static] Represents the permission that enables users to open documents online. | Permission | ||
| POLICY_SWITCH [static] Represents the permission that enables users to switch the policies that are protecting documents. | Permission | ||
| PRINT_HIGH [static] Represents the permission that allows high-resolution and low-resolution printing of documents. | Permission | ||
| PRINT_LOW [static] Represents the permission that allows only low-resolution printing of documents. | Permission | ||
| REVOKE [static] Represents the permission that enables users to revoke documents. | Permission | ||
| getDesc | () |
public String getDesc()Retrieves the permission description.
Returns| The permission description. |
| getName | () |
public String getName()Retrieves the permission name. For example, PERM_DOC_CREATE is a permission name.
| The permission name. |
| getOid | () |
public String getOid()Retrieves the permission identifier.
Returns| The permission identifier. |
| getResourceTypeId | () |
public String getResourceTypeId()Retrieves the permission name resource type identifier.
Returns| The permission name resource type identifier. |
| isDefault | () |
public boolean isDefault()Determines whether this permission is a default permission for the associated resource type. The default permission is automatically assigned to the default principals for the resource type's default access control list for the registered resource.
Returnstrue if this permission is a default permission for the associated resource type, false otherwise. |
| setDefaultStatus | () |
public void setDefaultStatus(boolean isDefault)Sets whether this permission is a default permission for the associated resource type.
Parameters
isDefault — true if this permission is a default permission for the associated resource type, false otherwise. |
| setDesc | () |
public void setDesc(String desc)Sets the permission description.
Parameters
desc — The permission description. |
| setName | () |
public void setName(String localizedPermissionName)Sets the permission name.
Parameters
localizedPermissionName — The permission name. |
| setOid | () |
public void setOid(String oid)Sets the permission identifier.
Parameters
oid — The permission identifier. |
| setResourceTypeId | () |
public void setResourceTypeId(String resTypeId)Sets the permission name resource type identifier.
Parameters
resTypeId — The permission name resource type identifier. |
| getName | () |
public int getName()Retrieves the type of the permission that this com.adobe.livecycle.rightsmanagement.client.infomodel.Permission object represents.
Returns| An integer whose value represents the permission type. |
| ACCESSIBLE | Constant |
public static final ACCESSIBLERepresents the permission that enables screen reader devices for users that are visually impaired to access the text in documents.
| CHANGES_ALL_EXCEPT_EXTRACT_CONTENT | Constant |
public static final CHANGES_ALL_EXCEPT_EXTRACT_CONTENTRepresents the permission that enables users to make any change to documents except extracting pages.
| CHANGES_COMMENTING_FORM_FILL_IN_AND_SIGNING | Constant |
public static final CHANGES_COMMENTING_FORM_FILL_IN_AND_SIGNINGRepresents the permission that enables users to add comments to documents, fill in form objects, and sign documents.
| CHANGES_FORM_FILL_IN_AND_SIGNING | Constant |
public static final CHANGES_FORM_FILL_IN_AND_SIGNINGRepresents the permission that enables users to fill in form objects and sign documents.
| CHANGES_INSERT_DELETE_ROTATE_PAGES | Constant |
public static final CHANGES_INSERT_DELETE_ROTATE_PAGESRepresents the permission that enables users to insert, delete, and rotate the pages of documents.
| COPY | Constant |
public static final COPYRepresents the permission that enables users to copy the contents of documents.
| OPEN_OFFLINE | Constant |
public static final OPEN_OFFLINERepresents the permission that enables users to open documents offline.
| OPEN_ONLINE | Constant |
public static final OPEN_ONLINERepresents the permission that enables users to open documents online.
| POLICY_SWITCH | Constant |
public static final POLICY_SWITCHRepresents the permission that enables users to switch the policies that are protecting documents.
| PRINT_HIGH | Constant |
public static final PRINT_HIGHRepresents the permission that allows high-resolution and low-resolution printing of documents.
| PRINT_LOW | Constant |
public static final PRINT_LOWRepresents the permission that allows only low-resolution printing of documents.
PRINT_HIGH also allows low-resolution printing.
| REVOKE | Constant |
public static final REVOKERepresents the permission that enables users to revoke documents.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/rightsmanagement/client/infomodel/Permission.html