Interface TreeActivationService
public interface TreeActivationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidDelete history of tree activation jobs by activation idGet active and queued jobs for a tree activationstart(ActivationParameters parameters) Start a new tree activationvoidCancel given tree activation
-
Method Details
-
start
Start a new tree activation- Parameters:
parameters- parameters- Returns:
- id tree activation id
-
stop
Cancel given tree activation- Parameters:
id- activation id
-
list
Get active and queued jobs for a tree activation- Parameters:
activiationId-- Returns:
- list of jobs
-
delete
Delete history of tree activation jobs by activation id- Parameters:
id- tree activation id
-