@Description(value="Controlled Process Management")
@ProviderType
public interface CPMBean
| Modifier and Type | Method and Description |
|---|---|
TabularDataSupport |
getStatistics() |
void |
haltActiveProcesses() |
void |
haltProcessById(String id) |
void |
haltProcessByPath(String path) |
void |
purgeCompletedProcesses() |
@Description(value="Processes") TabularDataSupport getStatistics() throws OpenDataException
OpenDataException@Description(value="Halt process by id")
void haltProcessById(@Name(value="ID") @Description(value="Process ID")
String id)
@Description(value="Halt process by JCR path")
void haltProcessByPath(@Name(value="Path") @Description(value="Process Path")
String path)
@Description(value="Halt any current or queued up processes") void haltActiveProcesses()
@Description(value="Remove record of completed processes") void purgeCompletedProcesses()
Copyright © 2013–2020 Adobe. All rights reserved.