|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.rightsmanagement.RMInspectResult
public class RMInspectResult
Provides information about a policy-protected document. An object of this type
is returned by the DocumentManager
object's inspectDocument
method.
To see an object of this type used in a code example, see the
Inspecting policy protected PDF documents using the Java API quick start in
Programming with Adobe Experience Manager Forms.
Constructor Summary | |
---|---|
RMInspectResult()
Do not call this constructor - this object is returned by the DocumentManager object's inspectDocument method. |
Method Summary | |
---|---|
java.lang.String |
getAlternateLicenseId()
Returns the identifier value of the alternate license for the policy-protected document. |
java.lang.String |
getDocName()
Returns the name of the policy-protected document. |
java.lang.String |
getLicenseId()
Returns the identifier value of the license used to protect the document. |
java.lang.String |
getLicenseIssuingAuthority()
Returns the identifier value of the license issuing authority. |
java.lang.String |
getPolicyId()
Returns the identifier value of the policy used to protect the document. |
java.lang.String |
getPolicyName()
Returns the name of the policy used to protect the document. |
java.lang.String |
getPolicySetId()
Returns the identifier value of the policy set to which the policy belongs. |
java.lang.String |
getPolicySetName()
Returns the name of the policy set to which the policy belongs. |
java.lang.String |
getPolicyType()
Returns the type of the policy used to protect the document. |
java.lang.String |
getPublisherId()
Returns the identifier value of the User Manager user who is the document publisher. |
java.lang.String |
getPublisherName()
Returns the name of the publisher of the policy-protected document. |
java.util.Date |
getPublishTime()
Returns the published time of the policy-protected document. |
java.lang.String |
getRevokeURL()
Returns the revocation URL value that is used if the policy-protected document is revoked. |
void |
setAlternateLicenseId(java.lang.String licenseAlternateId)
For internal purposes only. |
void |
setDocName(java.lang.String docName)
For internal purposes only. |
void |
setLicenseId(java.lang.String licenseId)
For internal purposes only. |
void |
setLicenseIssuingAuthority(java.lang.String licenseIssuingAuthority)
For internal purposes only. |
void |
setPolicyId(java.lang.String policyId)
For internal purposes only. |
void |
setPolicyName(java.lang.String policyName)
For internal purposes only. |
void |
setPolicySetId(java.lang.String policySetId)
For internal purposes only. |
void |
setPolicySetName(java.lang.String policySetName)
For internal purposes only. |
void |
setPolicyType(java.lang.String policyType)
For internal purposes only. |
void |
setPublisherId(java.lang.String publisherId)
For internal purposes only. |
void |
setPublisherName(java.lang.String publisherName)
For internal purposes only. |
void |
setPublishTime(java.util.Date publishTime)
For internal purposes only. |
void |
setRevokeURL(java.lang.String revokeURL)
For internal purposes only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMInspectResult()
DocumentManager
object's inspectDocument
method.
Method Detail |
---|
public java.lang.String getDocName()
public void setDocName(java.lang.String docName)
public java.lang.String getPublisherName()
Super Admin
.
To see this method used in a code example, see the
Inspecting policy protected PDF documents using the Java API quick start in
Programming with Adobe Experience Manager Forms.
public void setPublisherName(java.lang.String publisherName)
public java.util.Date getPublishTime()
java.util.Date
instance that specifies the time when the policy-protected document was published.public void setPublishTime(java.util.Date publishTime)
public java.lang.String getPolicyName()
public void setPolicyName(java.lang.String policyName)
public java.lang.String getPolicyType()
public void setPolicyType(java.lang.String policyType)
public java.lang.String getPolicyId()
public void setPolicyId(java.lang.String policyId)
public java.lang.String getLicenseId()
public void setLicenseId(java.lang.String licenseId)
public java.lang.String getRevokeURL()
public void setRevokeURL(java.lang.String revokeURL)
public java.lang.String getPublisherId()
public void setPublisherId(java.lang.String publisherId)
public java.lang.String getLicenseIssuingAuthority()
public void setLicenseIssuingAuthority(java.lang.String licenseIssuingAuthority)
public java.lang.String getAlternateLicenseId()
public void setAlternateLicenseId(java.lang.String licenseAlternateId)
public java.lang.String getPolicySetId()
public void setPolicySetId(java.lang.String policySetId)
public java.lang.String getPolicySetName()
public void setPolicySetName(java.lang.String policySetName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |