|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
java.lang.Object |
GetCardExpirationDateAsObject()
Retrieves the date at which this Card is scheduled to expire |
com.plumtree.openfoundation.util.XPDateTime |
GetCardExpirationDateAsXPDateTime()
Retrieves the date at which this Card is scheduled to expire |
com.plumtree.openfoundation.util.XPDateTime |
GetCardLastRefreshedDate()
Returns the last time the Card was refreshed. |
void |
GetCardMissingDocumentDeletionDelay(java.lang.Object plTimeUnits,
java.lang.Object plNumber)
Deprecated. |
int |
GetCardMissingDocumentDeletionDelayUnits()
Retrieves the type of interval units at which the Card kept alive after it is found to be missing. |
int |
GetCardMissingDocumentDeletionDelayValue()
Retrieves the number of interval units at which the Card kept alive after it is found to be missing. |
java.lang.Object |
GetCardNextRefreshDateAsObject()
Returns the next time the Card is scheduled to be refreshed. |
com.plumtree.openfoundation.util.XPDateTime |
GetCardNextRefreshDateAsXPDateTime()
Returns the next time the Card is scheduled to be refreshed. |
void |
GetCardRefreshRate(java.lang.Object plTimeUnits,
java.lang.Object plNumber)
Deprecated. |
int |
GetCardRefreshRateUnits()
Retrieves the type of interval units at which the Card is refreshed |
int |
GetCardRefreshRateValue()
Retrieves the number of interval units at which the Card is refreshed |
java.lang.Object |
GetCardRefreshSetting(int lRefreshSetting)
Retrieves the Card Refresh setting interval for a specified setting. |
boolean |
GetCheckLinkOnly()
Returns whether the verification of existence of the Card is enough or whether the Card Refresh Agent actually needs to check whether content has changed. |
void |
SetCardExpirationDate(java.lang.Object Value)
Sets the date at which this Card is scheduled to expire |
void |
SetCardExpirationDate(com.plumtree.openfoundation.util.XPDateTime Value)
Sets the date at which this Card is scheduled to expire |
void |
SetCardLastRefreshedDate(com.plumtree.openfoundation.util.XPDateTime Value)
Sets the last time the Card was refreshed. |
void |
SetCardMissingDocumentDeletionDelay(int lTimeUnits,
int lNumber)
Sets the interval after which a missing Card is allowed to live |
void |
SetCardNextRefreshDate(java.lang.Object Value)
Sets the next time the Card is scheduled to be refreshed. |
void |
SetCardNextRefreshDate(com.plumtree.openfoundation.util.XPDateTime Value)
Sets the next time the Card is scheduled to be refreshed. |
void |
SetCardRefreshRate(int lTimeUnits,
int lNumber)
Sets the interval between Card Refresh. |
void |
SetCheckLinkOnly(boolean Value)
Sets whether the verification of existence of the Card is enough or whether the Card Refresh Agent actually needs to check whether content has changed. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public com.plumtree.openfoundation.util.XPDateTime GetCardLastRefreshedDate()
public void SetCardLastRefreshedDate(com.plumtree.openfoundation.util.XPDateTime Value)
Value - Last Refresh Datepublic com.plumtree.openfoundation.util.XPDateTime GetCardNextRefreshDateAsXPDateTime()
public java.lang.Object GetCardNextRefreshDateAsObject()
public void SetCardNextRefreshDate(com.plumtree.openfoundation.util.XPDateTime Value)
Value - Next Refresh Datepublic void SetCardNextRefreshDate(java.lang.Object Value)
Value - Next Refresh Date
public void GetCardRefreshRate(java.lang.Object plTimeUnits,
java.lang.Object plNumber)
plTimeUnits - type of time unitsplNumber - number of time units
public void SetCardRefreshRate(int lTimeUnits,
int lNumber)
lTimeUnits - type of time unitslNumber - number of time units
public void GetCardMissingDocumentDeletionDelay(java.lang.Object plTimeUnits,
java.lang.Object plNumber)
plTimeUnits - type of time unitsplNumber - number of time units
public void SetCardMissingDocumentDeletionDelay(int lTimeUnits,
int lNumber)
lTimeUnits - type of time unitslNumber - number of time unitspublic java.lang.Object GetCardRefreshSetting(int lRefreshSetting)
lRefreshSetting - type of setting to retrieve of type PT_CARDREFRESHSETTINGpublic com.plumtree.openfoundation.util.XPDateTime GetCardExpirationDateAsXPDateTime()
public java.lang.Object GetCardExpirationDateAsObject()
public void SetCardExpirationDate(com.plumtree.openfoundation.util.XPDateTime Value)
Value - Expiration Datepublic void SetCardExpirationDate(java.lang.Object Value)
Value - Expiration Datepublic boolean GetCheckLinkOnly()
public void SetCheckLinkOnly(boolean Value)
Value - boolean representing whether it is enough to just verify the Card Link.public int GetCardRefreshRateUnits()
public int GetCardRefreshRateValue()
public int GetCardMissingDocumentDeletionDelayUnits()
public int GetCardMissingDocumentDeletionDelayValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||