|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectogre.dms.data.AfdlRecord
public class AfdlRecord
Record object for downloading file using PDF SecuVue Solution.
Field Summary | |
---|---|
static String |
VERSION
|
Constructor Summary | |
---|---|
AfdlRecord()
|
|
AfdlRecord(Map map)
|
Method Summary | |
---|---|
String |
getDocumentKey()
|
String |
getDownloadTime()
|
String |
getFolderID()
|
Map |
getInfoMap()
|
String |
getMacMaps()
|
String |
getMyK()
|
String |
getPermission()
|
String |
getPhysicalDocumentKey()
|
String |
getRandomKey()
|
String |
getReadType()
|
String |
getTimePeriodEnd()
|
String |
getTimePeriodStart()
|
String |
getUserAddr()
|
String |
getUserID()
|
String |
getUserName()
|
String |
getVer()
|
boolean |
isDeleteFileWhileVerifyFailed()
Delete the downloaded file while the user does not pass the file-open-verification. |
boolean |
isMacLimit()
|
boolean |
isOneTimeRead()
If want to restrict the file to be read only once, you can set the 'PDFSecurityOneTimeRead' value to true. |
boolean |
isTimeLimit()
|
boolean |
isValidateClientLogUrlSetting()
The PDF SecuVue Viewer will send the file operation records back to the server. |
boolean |
isVerifyUserAgainstSecuVueForExternalUser()
Flag to verify the user against with PDF SecuVue Since V2.2 HotFix_117 & V3.0 HotFix_06, it needs LoginID/password to open the SecuVue file. |
boolean |
isVerifyUserAgainstSecuVueForInternalUser()
Flag to verify the user against with PDF SecuVue Since V2.2 HotFix_117 & V3.0 HotFix_06, it needs LoginID/password to open the SecuVue file. |
void |
setDeleteFileWhileVerifyFailed(boolean deleteFileWhileVerifyFailed)
|
void |
setDocumentKey(String documentKey)
|
void |
setDownloadTime(String downloadTime)
|
void |
setFolderID(String folderID)
|
void |
setMacLimit(boolean macLimit)
|
void |
setMacMaps(String macMaps)
|
void |
setMyK(String myK)
|
void |
setOneTimeRead(boolean oneTimeRead)
|
void |
setPermission(String permission)
|
void |
setPhysicalDocumentKey(String physicalDocumentKey)
|
void |
setRandomKey(String randomKey)
|
void |
setReadType(String readType)
|
void |
setTimeLimit(boolean timeLimit)
|
void |
setTimePeriodEnd(String timePeriodEnd)
|
void |
setTimePeriodStart(String timePeriodStart)
|
void |
setUserAddr(String userAddr)
|
void |
setUserID(String userID)
|
void |
setUserName(String userName)
|
void |
setValidateClientLogUrlSetting(boolean validateClientLogUrlSetting)
|
void |
setVer(String ver)
|
void |
setVerifyUserAgainstSecuVueForExternalUser(boolean verifyUserAgainstSecuVueForExternalUser)
|
void |
setVerifyUserAgainstSecuVueForInternalUser(boolean verifyUserAgainstSecuVueForInternalUser)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String VERSION
Constructor Detail |
---|
public AfdlRecord()
public AfdlRecord(Map map)
Method Detail |
---|
public Map getInfoMap()
public String getDownloadTime()
public void setDownloadTime(String downloadTime)
downloadTime
- the downloadTime to setpublic boolean isMacLimit()
public void setMacLimit(boolean macLimit)
macLimit
- the macLimit to setpublic String getMacMaps()
public void setMacMaps(String macMaps)
macMaps
- the macMaps to setpublic String getMyK()
public void setMyK(String myK)
myK
- the myK to setpublic String getPermission()
public void setPermission(String permission)
permission
- the permission to setpublic String getPhysicalDocumentKey()
public void setPhysicalDocumentKey(String physicalDocumentKey)
physicalDocumentKey
- the physicalDocumentKey to setpublic String getReadType()
public void setReadType(String readType)
readType
- the readType to setpublic boolean isTimeLimit()
public void setTimeLimit(boolean timeLimit)
timeLimit
- the timeLimit to setpublic String getUserID()
public void setUserID(String userID)
userID
- the userID to setpublic String getVer()
public void setVer(String ver)
ver
- the ver to setpublic String getTimePeriodEnd()
public void setTimePeriodEnd(String timePeriodEnd)
timePeriodEnd
- the timePeriodEnd to setpublic String getTimePeriodStart()
public void setTimePeriodStart(String timePeriodStart)
timePeriodStart
- the timePeriodStart to setpublic String getDocumentKey()
public void setDocumentKey(String documentKey)
documentKey
- the documentKey to setpublic String getUserAddr()
public void setUserAddr(String userAddr)
userAddr
- the userAddr to setpublic String getUserName()
public void setUserName(String userName)
userName
- the userName to setpublic String getRandomKey()
public void setRandomKey(String randomKey)
randomKey
- the randomKey to setpublic String getFolderID()
public void setFolderID(String folderID)
folderID
- the folderID to setpublic boolean isOneTimeRead()
public void setOneTimeRead(boolean oneTimeRead)
public boolean isDeleteFileWhileVerifyFailed()
public void setDeleteFileWhileVerifyFailed(boolean deleteFileWhileVerifyFailed)
public boolean isValidateClientLogUrlSetting()
public void setValidateClientLogUrlSetting(boolean validateClientLogUrlSetting)
public boolean isVerifyUserAgainstSecuVueForInternalUser()
public void setVerifyUserAgainstSecuVueForInternalUser(boolean verifyUserAgainstSecuVueForInternalUser)
public boolean isVerifyUserAgainstSecuVueForExternalUser()
public void setVerifyUserAgainstSecuVueForExternalUser(boolean verifyUserAgainstSecuVueForExternalUser)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |