Package com.adobe.acs.commons.mcp
Interface ControlledProcessManager
- All Superinterfaces:
CPMBean
Core management container for managing controlled processes.
-
Method Summary
Modifier and TypeMethodDescriptioncreateManagedProcessInstance(ProcessDefinition definition, String description) findDefinitionByNameOrPath(String nameOrPath) getAllProcessDefinitionsForUser(org.apache.jackrabbit.api.security.user.User user) getComponentsForProcessDefinition(String processDefinitionName, org.apache.sling.api.scripting.SlingScriptHelper sling) org.apache.sling.api.resource.ResourceResolverMethods inherited from interface com.adobe.acs.commons.mcp.mbean.CPMBean
getStatistics, haltActiveProcesses, haltProcessById, haltProcessByPath, purgeCompletedProcesses
-
Method Details
-
getActionManagerFactory
ActionManagerFactory getActionManagerFactory() -
getManagedProcessInstanceByPath
-
getManagedProcessInstanceByIdentifier
-
createManagedProcessInstance
-
getServiceResourceResolver
org.apache.sling.api.resource.ResourceResolver getServiceResourceResolver() throws org.apache.sling.api.resource.LoginException- Throws:
org.apache.sling.api.resource.LoginException
-
findDefinitionByNameOrPath
- Throws:
ReflectiveOperationException
-
getActiveProcesses
Collection<ProcessInstance> getActiveProcesses() -
getInactiveProcesses
Collection<ProcessInstance> getInactiveProcesses() -
getAllProcessDefinitionsForUser
Map<String,ProcessDefinitionFactory> getAllProcessDefinitionsForUser(org.apache.jackrabbit.api.security.user.User user) -
getComponentsForProcessDefinition
Map<String,FieldComponent> getComponentsForProcessDefinition(String processDefinitionName, org.apache.sling.api.scripting.SlingScriptHelper sling) throws ReflectiveOperationException - Throws:
ReflectiveOperationException
-