public class AVMDeployWebsiteAction extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static String |
ASYNC_QUEUE_NAME |
static String |
FILE_SERVER_PREFIX |
static String |
LIVE_SUFFIX |
static String |
NAME |
static String |
PARAM_ATTEMPT |
static String |
PARAM_CALLBACK |
static String |
PARAM_SERVER |
static String |
PARAM_WEBPROJECT |
actionDefinition, applicableTypes, publicActionadhocPropertiesAllowed, DISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
AVMDeployWebsiteAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(List<ParameterDefinition> paramList)
Adds the parameter definitions to the list
|
static String |
calculateServerUri(Map<org.alfresco.service.namespace.QName,Serializable> 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(List<DeploymentCallback> 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(String defaultRemotePassword)
Sets the default remote password to use for deployments
|
void |
setDefaultRemoteUsername(String defaultRemoteUsername)
Sets the default remote username to use for deployments
|
void |
setDefaultTargetName(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, setMlAwareNodeService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setAdhocPropertiesAllowed, setRuntimeActionService, toStringsetBeanNamepublic static final String NAME
public static final String FILE_SERVER_PREFIX
public static final String PARAM_WEBPROJECT
public static final String PARAM_SERVER
public static final String PARAM_ATTEMPT
public static final String PARAM_CALLBACK
public static final String ASYNC_QUEUE_NAME
public static final String LIVE_SUFFIX
public static String calculateServerUri(Map<org.alfresco.service.namespace.QName,Serializable> 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(String defaultRemoteUsername)
defaultRemoteUsername - Default remote usernamepublic void setDefaultRemotePassword(String defaultRemotePassword)
defaultRemotePassword - Default remote passwordpublic void setDefaultTargetName(String defaultTargetName)
defaultTargetName - Default target namepublic void setCallbacks(List<DeploymentCallback> 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(List<ParameterDefinition> 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–2014 Alfresco Software. All rights reserved.