Interface QuickShareLinkExpiryAction
- All Superinterfaces:
Action,ParameterizedItem,SchedulableAction,Serializable
- All Known Implementing Classes:
QuickShareLinkExpiryActionImpl
This interface defines the details for a quick share link expiry action.
- Author:
- Jamal Kaabi-Mofrad
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.action.scheduled.SchedulableAction
SchedulableAction.IntervalPeriod -
Method Summary
Modifier and TypeMethodDescriptionGets the qualified name which uniquely identifies this quick share link expiry action.Gets the schedule (ScheduledPersistedActionused to get the trigger details.Gets the quick share sharedId.voidsetSchedule(ScheduledPersistedAction schedule) Sets the schedule (ScheduledPersistedActionused to set the trigger details.Methods inherited from interface org.alfresco.service.cmr.action.Action
addActionCondition, addActionCondition, addParameterValues, getActionCondition, getActionConditions, getActionDefinitionName, getCompensatingAction, getCreatedDate, getCreator, getDescription, getExecuteAsychronously, getExecutionEndDate, getExecutionFailureMessage, getExecutionStartDate, getExecutionStatus, getModifiedDate, getModifier, getNodeRef, getTitle, getTrackStatus, hasActionConditions, indexOfActionCondition, removeActionCondition, removeAllActionConditions, setActionCondition, setCompensatingAction, setDescription, setExecuteAsynchronously, setTitle, setTrackStatusMethods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValuesMethods inherited from interface org.alfresco.service.cmr.action.scheduled.SchedulableAction
getScheduleIntervalCount, getScheduleIntervalPeriod, getScheduleStart, setScheduleIntervalCount, setScheduleIntervalPeriod, setScheduleStart
-
Method Details
-
getActionQName
QName getActionQName()Gets the qualified name which uniquely identifies this quick share link expiry action. -
getSchedule
ScheduledPersistedAction getSchedule()Gets the schedule (ScheduledPersistedActionused to get the trigger details. -
setSchedule
Sets the schedule (ScheduledPersistedActionused to set the trigger details.