public interface QuickShareLinkExpiryActionPersister
QuickShareLinkExpiryAction actions.| Modifier and Type | Method and Description |
|---|---|
void |
deleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction)
Removes the previously serialized
QuickShareLinkExpiryAction
from the repository. |
NodeRef |
getQuickShareLinkExpiryActionNode(QName linkExpiryActionName)
Retrieves a
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. |
QuickShareLinkExpiryAction |
loadQuickShareLinkExpiryAction(NodeRef linkExpiryActionNodeRef)
Retrieves a
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. |
QuickShareLinkExpiryAction |
loadQuickShareLinkExpiryAction(QName linkExpiryActionName)
Retrieves a
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. |
void |
saveQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction)
Serializes the
QuickShareLinkExpiryAction and stores it in
the repository. |
void saveQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction)
QuickShareLinkExpiryAction and stores it in
the repository. The QuickShareLinkExpiryActions saved in this way maybe
retrieved using the load() method.linkExpiryAction - The QuickShareLinkExpiryAction to be persisted.NodeRef getQuickShareLinkExpiryActionNode(QName linkExpiryActionName)
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. If no
QuickShareLinkExpiryAction exists in the repository with the specified
QName then this method returns null.linkExpiryActionName - The unique identifier used to specify the
QuickShareLinkExpiryAction to retrieve.QuickShareLinkExpiryAction or null.QuickShareLinkExpiryAction loadQuickShareLinkExpiryAction(QName linkExpiryActionName)
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. If no
QuickShareLinkExpiryAction exists in the repository with the specified
QName then this method returns null.linkExpiryActionName - The unique identifier used to specify the
QuickShareLinkExpiryAction to retrieve.QuickShareLinkExpiryAction or null.QuickShareLinkExpiryAction loadQuickShareLinkExpiryAction(NodeRef linkExpiryActionNodeRef)
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. If no
QuickShareLinkExpiryAction exists in the repository with the specified
QName then this method returns null.linkExpiryActionNodeRef - The nodeRef of the
QuickShareLinkExpiryAction to retrieve.QuickShareLinkExpiryAction or null.void deleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction)
QuickShareLinkExpiryAction
from the repository. The QuickShareLinkExpiryAction will then no longer
be available using the load methods.linkExpiryAction - The QuickShareLinkExpiryAction to be deleted.Copyright © 2005–2020 Alfresco Software. All rights reserved.