Interface QuickShareLinkExpiryActionPersister
- All Known Implementing Classes:
QuickShareLinkExpiryActionPersisterImpl
public interface QuickShareLinkExpiryActionPersister
This interface defines the persistence and the retrieval of
QuickShareLinkExpiryAction actions.- Author:
- Jamal Kaabi-Mofrad
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction) Removes the previously serializedQuickShareLinkExpiryActionfrom the repository.getQuickShareLinkExpiryActionNode(QName linkExpiryActionName) Retrieves aQuickShareLinkExpiryActionthat has been stored in the repository using thesave()method.loadQuickShareLinkExpiryAction(NodeRef linkExpiryActionNodeRef) Retrieves aQuickShareLinkExpiryActionthat has been stored in the repository using thesave()method.loadQuickShareLinkExpiryAction(QName linkExpiryActionName) Retrieves aQuickShareLinkExpiryActionthat has been stored in the repository using thesave()method.voidsaveQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction) Serializes theQuickShareLinkExpiryActionand stores it in the repository.
-
Method Details