Package org.ametys.cms.workflow
Class ArchiveContentAction
- All Implemented Interfaces:
Initializable
,Component
,LogEnabled
,Serviceable
,Action
- Direct Known Subclasses:
ArchiveWebContentAction
Action for archiving a content.
-
Field Summary
Modifier and TypeFieldDescriptionprotected CloneComponent
The clone component.protected ObservationManager
Observation manager available to subclasses.protected javax.jcr.Repository
The repository.protected AmetysObjectResolver
The ametys object resolver.Fields inherited from class org.ametys.cms.workflow.ContentWorkflowAction
_userProvider
Fields inherited from class org.ametys.plugins.workflow.cocoon.AbstractWorkflowAction
_workflowProvider
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription_act
(Redirector redirector, Map objectModel, String source, Parameters parameters, int actionId, Map inputs) Initialize or act on a workflow instance.protected Event
_prepareDeletedEvent
(UserIdentity issuer, Content content) Prepare event to notify observersprotected Event
_prepareDeletingEvent
(UserIdentity issuer, Content content) Prepare event to notify observersprotected void
archiveContent
(WorkflowAwareContent content, Map objectModel, Map<String, Object> result) Archive a content.protected javax.jcr.Session
Get a repository session on the archive workspace.void
service
(ServiceManager serviceManager) Methods inherited from class org.ametys.cms.workflow.ContentWorkflowAction
_getContent, _getCurrentStep, _getExceptionContext, _getInputs, _getUser, _getWorkflowId, _processWorkflowException, initialize
Methods inherited from class org.ametys.plugins.workflow.cocoon.WorkflowAction
_getActionResult
Methods inherited from class org.ametys.plugins.workflow.cocoon.AbstractWorkflowAction
_getActionId, _getFailConditions, _getWorkflowErrors, _getWorkflowWarns, _processInvalidActionException, act
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
_repository
The repository. -
_resolver
The ametys object resolver. -
_cloneComponent
The clone component. -
_observationManager
Observation manager available to subclasses.
-
-
Constructor Details
-
ArchiveContentAction
public ArchiveContentAction()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classServiceableAction
- Throws:
ServiceException
-
_act
protected Map<String,String> _act(Redirector redirector, Map objectModel, String source, Parameters parameters, int actionId, Map inputs) throws com.opensymphony.workflow.InvalidInputException, com.opensymphony.workflow.WorkflowException Description copied from class:AbstractWorkflowAction
Initialize or act on a workflow instance.- Overrides:
_act
in classContentWorkflowAction
- Parameters:
redirector
- the redirector.objectModel
- the current object model.source
- the current source.parameters
- the current parameters.actionId
- the action id to use.inputs
- the inputs to use- Returns:
- the action result.
- Throws:
com.opensymphony.workflow.InvalidInputException
- if the action id is not valid.com.opensymphony.workflow.WorkflowException
- if the action failed.
-
_prepareDeletingEvent
Prepare event to notify observers- Parameters:
issuer
- the responsible for the actioncontent
- the archived content- Returns:
- the event
-
_prepareDeletedEvent
Prepare event to notify observers- Parameters:
issuer
- the responsible for the actioncontent
- the archived content- Returns:
- the event
-
archiveContent
protected void archiveContent(WorkflowAwareContent content, Map objectModel, Map<String, Object> result) throws javax.jcr.RepositoryExceptionArchive a content.- Parameters:
content
- the content to archive.objectModel
- the current object model.result
- the result map- Throws:
javax.jcr.RepositoryException
- The repository exception
-
getArchiveSession
Get a repository session on the archive workspace.- Returns:
- the archive session.
- Throws:
javax.jcr.RepositoryException
- The repository exception
-