Package org.ametys.plugins.bpm.process
Class DeleteProcessAction
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.apache.cocoon.acting.AbstractAction
 - 
- org.apache.cocoon.acting.ServiceableAction
 - 
- org.ametys.plugins.bpm.process.DeleteProcessAction
 
 
 
 
 
- 
- All Implemented Interfaces:
 Component,LogEnabled,Serviceable,Action
public class DeleteProcessAction extends ServiceableAction
Action for deleting a process 
- 
- 
Field Summary
Fields Modifier and Type Field Description private BPMWorkflowManager_bpmWorkflowManagerprivate AmetysObjectResolver_resolverprivate static StringPARAM_PROCESS_ID- 
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager 
- 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DeleteProcessAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)voidservice(ServiceManager smanager)- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Field Detail
- 
PARAM_PROCESS_ID
private static final String PARAM_PROCESS_ID
- See Also:
 - Constant Field Values
 
 
- 
_bpmWorkflowManager
private BPMWorkflowManager _bpmWorkflowManager
 
- 
_resolver
private AmetysObjectResolver _resolver
 
 - 
 
- 
Constructor Detail
- 
DeleteProcessAction
public DeleteProcessAction()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classServiceableAction- Throws:
 ServiceException
 
- 
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
 Exception
 
 - 
 
 -