public interface QuickShareLinkExpiryActionPersister
QuickShareLinkExpiryAction
actions.Modifier and Type | Method and Description |
---|---|
void |
deleteQuickShareLinkExpiryAction(QuickShareLinkExpiryAction linkExpiryAction)
Removes the previously serialized
QuickShareLinkExpiryAction
from the repository. |
org.alfresco.service.cmr.repository.NodeRef |
getQuickShareLinkExpiryActionNode(org.alfresco.service.namespace.QName linkExpiryActionName)
Retrieves a
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. |
QuickShareLinkExpiryAction |
loadQuickShareLinkExpiryAction(org.alfresco.service.cmr.repository.NodeRef linkExpiryActionNodeRef)
Retrieves a
QuickShareLinkExpiryAction that has been stored
in the repository using the save() method. |
QuickShareLinkExpiryAction |
loadQuickShareLinkExpiryAction(org.alfresco.service.namespace.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 QuickShareLinkExpiryAction
s saved in this way maybe
retrieved using the load()
method.linkExpiryAction
- The QuickShareLinkExpiryAction
to be persisted.org.alfresco.service.cmr.repository.NodeRef getQuickShareLinkExpiryActionNode(org.alfresco.service.namespace.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(org.alfresco.service.namespace.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(org.alfresco.service.cmr.repository.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–2017 Alfresco Software. All rights reserved.