| 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 | ||
|---|---|---|---|
|
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 | ||
| 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/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/rightsmanagement/client/infomodel/Permission.html