public class AVMDeployWebsiteAction extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ASYNC_QUEUE_NAME |
static java.lang.String |
FILE_SERVER_PREFIX |
static java.lang.String |
LIVE_SUFFIX |
static java.lang.String |
NAME |
static java.lang.String |
PARAM_ATTEMPT |
static java.lang.String |
PARAM_CALLBACK |
static java.lang.String |
PARAM_SERVER |
static java.lang.String |
PARAM_WEBPROJECT |
actionDefinition, applicableTypes, publicActionDISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
AVMDeployWebsiteAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(java.util.List paramList)
Adds the parameter definitions to the list
|
static java.lang.String |
calculateServerUri(java.util.Map props)
Calculate the URI representation of a server from the given set of properties
|
protected void |
executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action implementation
|
TransactionService |
getTransactionService() |
void |
setCallbacks(java.util.List callbacks) |
void |
setContentService(ContentService contentService) |
void |
setDefaultAlfrescoRmiPort(int defaultAlfrescoRmiPort)
Sets the default RMI port for Alfresco server deployments
|
void |
setDefaultReceiverRmiPort(int defaultReceiverRmiPort)
Sets the default RMI port for File system deployments
|
void |
setDefaultRemotePassword(java.lang.String defaultRemotePassword)
Sets the default remote password to use for deployments
|
void |
setDefaultRemoteUsername(java.lang.String defaultRemoteUsername)
Sets the default remote username to use for deployments
|
void |
setDefaultTargetName(java.lang.String defaultTargetName)
Sets the default target name to use on file system receivers
|
void |
setDelay(int delay)
Sets the delay to use before starting the deployment
|
void |
setDeploymentService(DeploymentService service) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService service) |
void |
setTransactionService(TransactionService transactionService) |
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setRuntimeActionService, toStringsetBeanNamepublic static final java.lang.String NAME
public static final java.lang.String FILE_SERVER_PREFIX
public static final java.lang.String PARAM_WEBPROJECT
public static final java.lang.String PARAM_SERVER
public static final java.lang.String PARAM_ATTEMPT
public static final java.lang.String PARAM_CALLBACK
public static final java.lang.String ASYNC_QUEUE_NAME
public static final java.lang.String LIVE_SUFFIX
public static java.lang.String calculateServerUri(java.util.Map props)
props - Set of properties to calculate URI frompublic void setDelay(int delay)
delay - The delay in secondspublic void setDefaultAlfrescoRmiPort(int defaultAlfrescoRmiPort)
defaultAlfrescoRmiPort - port numberpublic void setDefaultReceiverRmiPort(int defaultReceiverRmiPort)
defaultReceiverRmiPort - port numberpublic void setDefaultRemoteUsername(java.lang.String defaultRemoteUsername)
defaultRemoteUsername - Default remote usernamepublic void setDefaultRemotePassword(java.lang.String defaultRemotePassword)
defaultRemotePassword - Default remote passwordpublic void setDefaultTargetName(java.lang.String defaultTargetName)
defaultTargetName - Default target namepublic void setCallbacks(java.util.List callbacks)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService service)
service - The NodeService instancepublic void setContentService(ContentService contentService)
contentService - The ContentService instancepublic void setDeploymentService(DeploymentService service)
service - The AVM Deployment Service instanceprotected void addParameterDefinitions(java.util.List paramList)
ParameterizedItemAbstractBaseaddParameterDefinitions in class ParameterizedItemAbstractBaseparamList - the parameter definitions listprotected void executeImpl(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
ActionExecuterAbstractBaseexecuteImpl in class ActionExecuterAbstractBaseaction - the actionactionedUponNodeRef - the actioned upon nodepublic void setTransactionService(TransactionService transactionService)
public TransactionService getTransactionService()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.