Uses of Class
org.alfresco.repo.action.RunningAction
-
Packages that use RunningAction Package Description org.alfresco.repo.action -
-
Uses of RunningAction in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return RunningAction Modifier and Type Method Description RunningActionActionServiceMonitor. actionStarted(Action action)Called by theActionServiceImplwhen an action is started.Methods in org.alfresco.repo.action that return types with arguments of type RunningAction Modifier and Type Method Description java.util.List<RunningAction>ActionServiceMonitor. getRunningActions()Methods in org.alfresco.repo.action with parameters of type RunningAction Modifier and Type Method Description voidActionServiceMonitor. actionCompleted(RunningAction action)Called by theActionServiceImplwhen sn action completes.voidActionStatistics. addAction(RunningAction action)Accumulate statistics from action.
-