Uses of Interface
org.alfresco.repo.action.RuntimeActionService
-
-
Uses of RuntimeActionService in org.alfresco.repo.action
Classes in org.alfresco.repo.action that implement RuntimeActionService Modifier and Type Class Description classActionServiceImplAction service implementationFields in org.alfresco.repo.action declared as RuntimeActionService Modifier and Type Field Description protected RuntimeActionServiceParameterizedItemAbstractBase. runtimeActionServiceAction serviceMethods in org.alfresco.repo.action with parameters of type RuntimeActionService Modifier and Type Method Description voidAsynchronousActionExecutionQueue. executeAction(RuntimeActionService actionService, Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, boolean checkConditions, java.util.Set<java.lang.String> actionChain)voidAsynchronousActionExecutionQueueImpl. executeAction(RuntimeActionService actionService, Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, boolean checkConditions, java.util.Set<java.lang.String> actionChain)voidAsynchronousActionExecutionQueueImpl. executeAction(RuntimeActionService actionService, Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, boolean checkConditions, java.util.Set<java.lang.String> actionChain, org.alfresco.service.cmr.repository.NodeRef actionExecutionHistoryNodeRef)voidActionTrackingServiceImpl. setRuntimeActionService(RuntimeActionService runtimeActionService)Set the runtime action servicevoidParameterizedItemAbstractBase. setRuntimeActionService(RuntimeActionService runtimeActionService)Sets the action serviceConstructors in org.alfresco.repo.action with parameters of type RuntimeActionService Constructor Description ActionTransactionListener(RuntimeActionService actionService)Constructor -
Uses of RuntimeActionService in org.alfresco.repo.action.constraint
Fields in org.alfresco.repo.action.constraint declared as RuntimeActionService Modifier and Type Field Description protected RuntimeActionServiceBaseParameterConstraint. actionServiceRuntime action serviceMethods in org.alfresco.repo.action.constraint with parameters of type RuntimeActionService Modifier and Type Method Description voidBaseParameterConstraint. setActionService(RuntimeActionService actionService)Set the action service -
Uses of RuntimeActionService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type RuntimeActionService Modifier and Type Method Description voidCompositeActionExecuter. setActionService(RuntimeActionService actionService)Set the action service -
Uses of RuntimeActionService in org.alfresco.repo.action.scheduled
Methods in org.alfresco.repo.action.scheduled with parameters of type RuntimeActionService Modifier and Type Method Description voidScheduledPersistedActionServiceImpl. setRuntimeActionService(RuntimeActionService runtimeActionService) -
Uses of RuntimeActionService in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare with parameters of type RuntimeActionService Modifier and Type Method Description voidQuickShareLinkExpiryActionPersisterImpl. setRuntimeActionService(RuntimeActionService runtimeActionService) -
Uses of RuntimeActionService in org.alfresco.repo.rendition
Methods in org.alfresco.repo.rendition with parameters of type RuntimeActionService Modifier and Type Method Description voidRenditionDefinitionPersisterImpl. setRuntimeActionService(RuntimeActionService runtimeActionService)Deprecated.Injects the RuntimeActionService bean. -
Uses of RuntimeActionService in org.alfresco.repo.replication
Methods in org.alfresco.repo.replication with parameters of type RuntimeActionService Modifier and Type Method Description voidReplicationDefinitionPersisterImpl. setRuntimeActionService(RuntimeActionService runtimeActionService)Injects the RuntimeActionService bean. -
Uses of RuntimeActionService in org.alfresco.repo.rule
Methods in org.alfresco.repo.rule with parameters of type RuntimeActionService Modifier and Type Method Description voidRuleServiceImpl. setRuntimeActionService(RuntimeActionService runtimeActionService)Set the runtime action service
-