Modifier and Type | Class and Description |
---|---|
class |
ActionListImpl<A extends Action> |
Modifier and Type | Class and Description |
---|---|
class |
ActionImpl
Action implementation
|
class |
CompositeActionImpl
Composite action implementation
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionServiceImpl.createAction(org.alfresco.service.cmr.repository.NodeRef actionNodeRef)
Create an action from the action node reference
|
Action |
RuntimeActionService.createAction(org.alfresco.service.cmr.repository.NodeRef actionNodeRef)
Create a new action based on an action node reference
|
Action |
ActionServiceImpl.createAction(String name) |
Action |
ActionServiceImpl.createAction(String name,
Map<String,Serializable> params) |
Action |
OngoingAsyncAction.getAction() |
Action |
CompositeActionImpl.getAction(int index) |
Action |
ActionServiceImpl.getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String actionId) |
Action |
ActionImpl.getCompensatingAction() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
CompositeActionImpl.getActions() |
List<Action> |
ActionServiceImpl.getActions(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Modifier and Type | Method and Description |
---|---|
RunningAction |
ActionServiceMonitor.actionStarted(Action action)
Called by the
ActionServiceImpl when an action is started. |
void |
CompositeActionImpl.addAction(Action action) |
void |
CompositeActionImpl.addAction(int index,
Action action) |
protected static ExecutionDetails |
ActionTrackingServiceImpl.buildExecutionDetails(Action action)
Builds up the details to be stored in a cache for a specific action
|
protected static ExecutionDetails |
ActionTrackingServiceImpl.buildExecutionDetails(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Builds up the details to be stored in a cache for a specific action
|
protected static ExecutionSummary |
ActionTrackingServiceImpl.buildExecutionSummary(Action action) |
org.alfresco.service.cmr.repository.NodeRef |
ActionServiceImpl.createActionNodeRef(Action action,
org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
org.alfresco.service.namespace.QName assocTypeName,
org.alfresco.service.namespace.QName assocName) |
org.alfresco.service.cmr.repository.NodeRef |
RuntimeActionService.createActionNodeRef(Action action,
org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
org.alfresco.service.namespace.QName assocTypeName,
org.alfresco.service.namespace.QName assocName)
Create a action node reference
|
void |
ActionServiceImpl.directActionExecution(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
RuntimeActionService.directActionExecution(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute an action directly
|
boolean |
ActionServiceImpl.evaluateAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ActionServiceImpl.executeAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ActionServiceImpl.executeAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions) |
void |
ActionServiceImpl.executeAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions,
boolean executeAsychronously) |
void |
AsynchronousActionExecutionQueue.executeAction(RuntimeActionService actionService,
Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions,
Set<String> actionChain) |
void |
AsynchronousActionExecutionQueueImpl.executeAction(RuntimeActionService actionService,
Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions,
Set<String> actionChain) |
void |
AsynchronousActionExecutionQueueImpl.executeAction(RuntimeActionService actionService,
Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions,
Set<String> actionChain,
org.alfresco.service.cmr.repository.NodeRef actionExecutionHistoryNodeRef) |
void |
ActionServiceImpl.executeActionImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions,
boolean executedAsynchronously,
Set<String> actionChain) |
void |
RuntimeActionService.executeActionImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions,
boolean executedAsynchronously,
Set<String> actionChain)
Perform low-level action execution
|
protected static String |
ActionTrackingServiceImpl.generateCacheKey(Action action)
Generates the cache key for the specified action.
|
List<ExecutionSummary> |
ActionTrackingServiceImpl.getExecutingActions(Action action) |
int |
CompositeActionImpl.indexOfAction(Action action) |
void |
AsynchronousActionExecutionQueuePolicies.OnAsyncActionExecute.onAsyncActionExecute(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
boolean |
ActionServiceImpl.onLogException(Action action,
org.apache.commons.logging.Log logger,
Throwable t,
String message) |
boolean |
RuntimeActionService.onLogException(Action action,
org.apache.commons.logging.Log logger,
Throwable t,
String message)
Optional logging of errors callback for the action executer
for the cases when the error might be ignored
or shown in a different manner for the action
|
void |
ActionTrackingServiceImpl.recordActionComplete(Action action) |
void |
ActionTrackingServiceImpl.recordActionExecuting(Action action) |
void |
ActionTrackingServiceImpl.recordActionExecuting(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ActionTrackingServiceImpl.recordActionFailure(Action action,
Throwable exception)
Schedule the recording of the action failure to occur in another
transaction
|
void |
ActionTrackingServiceImpl.recordActionPending(Action action) |
void |
ActionTrackingServiceImpl.recordActionPending(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
CompositeActionImpl.removeAction(Action action) |
void |
ActionServiceImpl.removeAction(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Action action) |
void |
ActionServiceImpl.saveAction(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Action action) |
void |
ActionServiceImpl.saveActionImpl(org.alfresco.service.cmr.repository.NodeRef actionNodeRef,
Action action) |
void |
RuntimeActionService.saveActionImpl(org.alfresco.service.cmr.repository.NodeRef actionNodeRef,
Action action)
Save action, used internally to store the details of an action on the aciton node.
|
void |
CompositeActionImpl.setAction(int index,
Action action) |
void |
ActionImpl.setCompensatingAction(Action action) |
Constructor and Description |
---|
ActionImpl(Action action) |
ActionImpl(Action action,
String actionDefinitionName) |
CallbackTransactionListener(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Constructor
|
OngoingAsyncAction(org.alfresco.service.cmr.repository.NodeRef node,
Action action) |
RunningAction(Action action) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransformActionExecuter.doTransform(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
org.alfresco.service.cmr.repository.ContentReader contentReader,
org.alfresco.service.cmr.repository.NodeRef destinationNodeRef,
org.alfresco.service.cmr.repository.ContentWriter contentWriter)
Executed in a new transaction so that failures don't cause the entire transaction to rollback.
|
void |
ActionExecuterAbstractBase.execute(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action executer
|
void |
ActionExecuter.execute(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action executer
|
protected abstract void |
ActionExecuterAbstractBase.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action implementation
|
void |
RepositoryExporterActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
CopyActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ExporterActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ImporterActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
MailActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Send an email message
|
protected void |
LinkCategoryActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute action implementation
|
void |
SpecialiseTypeActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
RemoveFeaturesActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
CountChildrenActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
AddFeaturesActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ContentMetadataExtracter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ExecuteAllRulesActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
CheckOutActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
ScriptActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
CreateVersionActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
TakeOwnershipActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
ContentMetadataEmbedder.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
CheckInActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
TransitionSimpleWorkflowActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
CounterIncrementActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
MoveActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
CompositeActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
SimpleWorkflowActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
TransformActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
SetPropertyValueActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
BlogAction.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected TransformationOptions |
ImageTransformActionExecuter.newTransformationOptions(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef sourceNodeRef) |
protected TransformationOptions |
TransformActionExecuter.newTransformationOptions(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef sourceNodeRef) |
org.springframework.mail.javamail.MimeMessageHelper |
MailActionExecuter.prepareEmail(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
org.alfresco.util.Pair<String,Locale> recipient,
org.alfresco.util.Pair<InternetAddress,Locale> sender) |
Modifier and Type | Method and Description |
---|---|
Action |
ScheduledPersistedActionImpl.getAction()
Get the action which the schedule applies to
|
abstract Action |
AbstractScheduledAction.getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Generate the actual action for the given node from the action template.
|
Action |
CompositeTemplateActionDefinition.getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Build the composite action in the context of the given node.
|
Action |
TemplateActionDefinition.getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Generate an action definition for the action defined by this template.
|
Action |
CronScheduledQueryBasedTemplateActionDefinition.getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Action |
SimpleTemplateActionDefinition.getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Generate the action from the template using the context node.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractScheduledAction.Pair<Action,org.alfresco.service.cmr.repository.NodeRef>> |
CompensatingActionException.getCompensatingActions()
Get the compensationg actions
|
Modifier and Type | Method and Description |
---|---|
ScheduledPersistedAction |
ScheduledPersistedActionServiceImpl.createSchedule(Action persistedAction)
Creates a new schedule, for the specified Action.
|
ScheduledPersistedAction |
ScheduledPersistedActionServiceImpl.getSchedule(Action persistedAction) |
Constructor and Description |
---|
ScheduledPersistedActionImpl(Action action) |
Constructor and Description |
---|
CompensatingActionException(String msgId,
Throwable cause,
List<AbstractScheduledAction.Pair<Action,org.alfresco.service.cmr.repository.NodeRef>> compensatingActions) |
Modifier and Type | Method and Description |
---|---|
ScriptExecutionDetails[] |
ScriptActionTrackingService.getExecutingActions(Action action)
Retrieve summary details of all instances of
the specified action that are currently
executing.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ErrorProneActionExecutor.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Send an email message
|
Modifier and Type | Method and Description |
---|---|
protected void |
TikaPoweredContainerExtractor.ExtractorActionExecutor.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateDownloadArchiveAction.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Create an archive file containing content from the repository.
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionFormResult.getAction()
Returns the action that was executed
|
Constructor and Description |
---|
ActionFormResult(Action action,
Object result)
Default constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Action |
ScriptAction.action
Action state
|
Constructor and Description |
---|
ScriptAction(ServiceRegistry services,
Action action,
ActionDefinition actionDef)
Construct
|
Modifier and Type | Method and Description |
---|---|
protected void |
PublishContentActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
PublishEventAction.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef eventNode)
Execute the action implementation
|
Modifier and Type | Class and Description |
---|---|
class |
QuickShareLinkExpiryActionImpl
Quick share link expiry action implementation class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QuickShareLinkExpiryActionExecutor.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Constructor and Description |
---|
QuickShareLinkExpiryActionImpl(Action action) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeRenditionDefinitionImpl |
class |
RenditionDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
PerformRenditionActionExecuter.executeImpl(Action containingAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Deprecated.
|
Constructor and Description |
---|
RenditionDefinitionImpl(Action action) |
RenditionDefinitionImpl(Action action,
String renderingEngineName) |
Modifier and Type | Method and Description |
---|---|
protected RenditionDefinition |
AbstractRenderingEngine.checkActionIsRenditionDefinition(Action action) |
protected void |
ImageRenderingEngine.checkParameterValues(Action action) |
protected void |
AbstractRenderingEngine.checkParameterValues(Action action)
This method can be overridden by subclasses to provide checking of parameter
values.
|
protected void |
AbstractRenderingEngine.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef sourceNode) |
void |
DeleteRenditionActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
CompositeRenderingEngine.executeRenditionImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef sourceNode) |
protected void |
AbstractRenderingEngine.executeRenditionImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef sourceNode) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
ReplicationActionExecutor.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Constructor and Description |
---|
ReplicationDefinitionImpl(Action action) |
Modifier and Type | Method and Description |
---|---|
protected void |
LinkRules.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
UnlinkRules.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
ReorderRules.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
org.alfresco.service.cmr.repository.NodeRef |
RuleServiceImpl.getOwningNodeRef(Action action) |
Modifier and Type | Method and Description |
---|---|
protected void |
RefreshTagScopeActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
UpdateTagScopesActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Modifier and Type | Method and Description |
---|---|
static Action |
ThumbnailHelper.createCreateThumbnailAction(ThumbnailDefinition thumbnailDef,
ServiceRegistry services) |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateThumbnailActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
void |
AddFailedThumbnailActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
UpdateThumbnailActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransferOneNodeActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
CreateTransferTargetActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
TransferCommitActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
TransferTreeWithCancelActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
TransferTreeActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
TransferAsyncAction.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteFileTransferActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
FileTransferActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
RandomFileTransferActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
SyncRandomFileTransferActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Modifier and Type | Method and Description |
---|---|
protected abstract Action |
AbstractExecuteActionWebscript.identifyAction(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Action |
RunningReplicationActionsPost.identifyAction(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Action |
RunningActionsPost.identifyAction(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
Modifier and Type | Method and Description |
---|---|
static ExecutionSummary |
AbstractActionWebscript.getSummaryFromAction(Action action)
Returns the ExecutionSummary for the given action if it
is currently executing, or null if it isn't
|
Modifier and Type | Method and Description |
---|---|
protected Action |
RulePut.updateActionFromJson(org.json.JSONObject jsonAction,
ActionImpl actionToUpdate) |
Modifier and Type | Method and Description |
---|---|
protected void |
CancelWorkflowActionExecuter.executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
StartWorkflowActionExecuter.executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionList<A extends Action> |
Modifier and Type | Interface and Description |
---|---|
interface |
CancellableAction
A marker interface that forms part of the Cancel Action contract.
|
interface |
CompositeAction
Composite action
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionService.createAction(String name)
Create a new action
|
Action |
ActionService.createAction(String name,
Map<String,Serializable> params)
Create a new action specifying the initial set of parameter values
|
Action |
ActionService.getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String actionId)
Gets an action stored against a given node reference.
|
Action |
Action.getCompensatingAction()
Get the compensating action.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
ActionService.getActions(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets all the actions currently saved on the given node reference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActionService.evaluateAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Evaluted the conditions set on an action.
|
void |
ActionService.executeAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
The actions conditions are always checked.
|
void |
ActionService.executeAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions)
The action is executed based on the asynchronous attribute of the action.
|
void |
ActionService.executeAction(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean checkConditions,
boolean executeAsynchronously)
Executes the specified action upon the node reference provided.
|
List<ExecutionSummary> |
ActionTrackingService.getExecutingActions(Action action)
Retrieve summary details of all instances of
the specified action that are currently
executing.
|
void |
ActionTrackingService.recordActionComplete(Action action)
Record that an action has completed execution
without error.
|
void |
ActionTrackingService.recordActionExecuting(Action action)
Record that an action has begun execution.
|
void |
ActionTrackingService.recordActionExecuting(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Record that an action has begun execution.
|
void |
ActionTrackingService.recordActionFailure(Action action,
Throwable problem)
Record that an action failed during execution
|
void |
ActionTrackingService.recordActionPending(Action action)
Record that an action has been scheduled for
asynchronous execution, and is pending
being executed.
|
void |
ActionTrackingService.recordActionPending(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Record that an action against a
NodeRef
has been scheduled for asynchronous execution, and is pending
being executed. |
void |
ActionService.removeAction(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Action action)
Removes an action associated with a node reference.
|
void |
ActionService.saveAction(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Action action)
Save an action against a node reference.
|
void |
Action.setCompensatingAction(Action action)
Set the compensating action.
|
Modifier and Type | Method and Description |
---|---|
Action |
ScheduledPersistedAction.getAction()
Get the action which the schedule applies to
|
Modifier and Type | Method and Description |
---|---|
ScheduledPersistedAction |
ScheduledPersistedActionService.createSchedule(Action persistedAction)
Creates a new schedule, for the specified Action.
|
ScheduledPersistedAction |
ScheduledPersistedActionService.getSchedule(Action persistedAction)
Returns the schedule for the specified action, or
null if it isn't currently scheduled.
|
Modifier and Type | Interface and Description |
---|---|
interface |
QuickShareLinkExpiryAction
This interface defines the details for a quick share link expiry action.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeRenditionDefinition
This is a special
RenditionDefinition which allows sequential
execution of a list of other RenditionDefinition s. |
interface |
RenditionDefinition
This class is used to fully specify a type of rendition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationDefinition
This class is used to fully specify an inter-repository replication.
|
Modifier and Type | Method and Description |
---|---|
Action |
Rule.getAction()
Gets the action associatied with the rule
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
RuleService.getOwningNodeRef(Action action)
Returns the owning node reference for an action.
|
void |
Rule.setAction(Action action)
Set the action
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.