|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdf.permissions.Restrictions
public class Restrictions
The Restrictions class contains information about the type of Permission that is restricting an operation. Document permissions may be restricted by Password permissions, DocMDP permissions, and/or Usage Rights permissions.
| Constructor Summary | |
|---|---|
Restrictions(boolean password,
boolean docMDP,
boolean usageRights)
|
|
| Method Summary | |
|---|---|
boolean |
isRestricted()
Returns true if one or more permission types have restrictions. |
boolean |
isRestrictedByDocMDPPermissions()
Returns true if DocMDPPermissions have restrictions. |
boolean |
isRestrictedByPasswordPermissions()
Returns true if PasswordPermissions have restrictions. |
boolean |
isRestrictedByUsageRightsPermissions()
Returns true if UsageRightsPermissions have restrictions. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Restrictions(boolean password,
boolean docMDP,
boolean usageRights)
| Method Detail |
|---|
public boolean isRestricted()
public boolean isRestrictedByPasswordPermissions()
public boolean isRestrictedByDocMDPPermissions()
public boolean isRestrictedByUsageRightsPermissions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||