org.alfresco.repo.web.scripts.action
Class RunningReplicationActionsPost

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.springframework.extensions.webscripts.DeclarativeWebScript
          extended by org.alfresco.repo.web.scripts.action.AbstractActionWebscript
              extended by org.alfresco.repo.web.scripts.action.AbstractExecuteActionWebscript
                  extended by org.alfresco.repo.web.scripts.action.RunningReplicationActionsPost
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class RunningReplicationActionsPost
extends AbstractExecuteActionWebscript

Since:
3.4

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
Field Summary
 
Fields inherited from class org.alfresco.repo.web.scripts.action.AbstractActionWebscript
actionService, actionTrackingService, nodeService, runtimeActionService
 
Constructor Summary
RunningReplicationActionsPost()
           
 
Method Summary
protected  org.alfresco.service.cmr.action.Action identifyAction(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
           
 void setReplicationService(org.alfresco.service.cmr.replication.ReplicationService replicationService)
           
 
Methods inherited from class org.alfresco.repo.web.scripts.action.AbstractExecuteActionWebscript
buildModel
 
Methods inherited from class org.alfresco.repo.web.scripts.action.AbstractActionWebscript
executeImpl, getRunningId, getSummaryFromAction, getSummaryFromKey, setActionService, setActionTrackingService, setNodeService, setRuntimeActionService
 
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunningReplicationActionsPost

public RunningReplicationActionsPost()
Method Detail

identifyAction

protected org.alfresco.service.cmr.action.Action identifyAction(org.springframework.extensions.webscripts.WebScriptRequest req,
                                                                org.springframework.extensions.webscripts.Status status,
                                                                org.springframework.extensions.webscripts.Cache cache)
Specified by:
identifyAction in class AbstractExecuteActionWebscript

setReplicationService

public void setReplicationService(org.alfresco.service.cmr.replication.ReplicationService replicationService)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.