Uses of Interface
org.alfresco.service.cmr.quickshare.QuickShareLinkExpiryAction
Packages that use QuickShareLinkExpiryAction
-
Uses of QuickShareLinkExpiryAction in org.alfresco.repo.quickshare
Classes in org.alfresco.repo.quickshare that implement QuickShareLinkExpiryActionModifier and TypeClassDescriptionclassQuick share link expiry action implementation class.Methods in org.alfresco.repo.quickshare that return QuickShareLinkExpiryActionModifier and TypeMethodDescriptionQuickShareLinkExpiryActionPersisterImpl.loadQuickShareLinkExpiryAction(NodeRef linkExpiryActionNodeRef) QuickShareLinkExpiryActionPersisterImpl.loadQuickShareLinkExpiryAction(QName linkExpiryActionName) Methods in org.alfresco.repo.quickshare with parameters of type QuickShareLinkExpiryActionModifier and TypeMethodDescriptionvoidQuickShareLinkExpiryActionPersisterImpl.deleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction) voidQuickShareServiceImpl.deleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction) voidQuickShareLinkExpiryActionPersisterImpl.saveQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction) -
Uses of QuickShareLinkExpiryAction in org.alfresco.service.cmr.quickshare
Methods in org.alfresco.service.cmr.quickshare that return QuickShareLinkExpiryActionModifier and TypeMethodDescriptionQuickShareLinkExpiryActionPersister.loadQuickShareLinkExpiryAction(NodeRef linkExpiryActionNodeRef) Retrieves aQuickShareLinkExpiryActionthat has been stored in the repository using thesave()method.QuickShareLinkExpiryActionPersister.loadQuickShareLinkExpiryAction(QName linkExpiryActionName) Retrieves aQuickShareLinkExpiryActionthat has been stored in the repository using thesave()method.Methods in org.alfresco.service.cmr.quickshare with parameters of type QuickShareLinkExpiryActionModifier and TypeMethodDescriptionvoidQuickShareLinkExpiryActionPersister.deleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction) Removes the previously serializedQuickShareLinkExpiryActionfrom the repository.voidQuickShareService.deleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction quickShareLinkExpiryAction) Removes (hard deletes) the previously persistedQuickShareLinkExpiryActionand its related scheduleScheduledPersistedActionfrom the repository.voidQuickShareLinkExpiryActionPersister.saveQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction) Serializes theQuickShareLinkExpiryActionand stores it in the repository.