public class ExporterActionExecuter extends ActionExecuterAbstractBase
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
static String |
PARAM_DESTINATION_FOLDER |
static String |
PARAM_ENCODING |
static String |
PARAM_INCLUDE_CHILDREN |
static String |
PARAM_INCLUDE_SELF |
static String |
PARAM_PACKAGE_NAME |
static String |
PARAM_STORE |
actionDefinition, applicableTypes, publicAction
adhocPropertiesAllowed, DISPLAY_LABEL, runtimeActionService
name
PARAM_RESULT
Constructor and Description |
---|
ExporterActionExecuter() |
Modifier and Type | Method and Description |
---|---|
protected void |
addParameterDefinitions(List<ParameterDefinition> paramList)
Adds the parameter definitions to the list
|
void |
executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action implementation
|
void |
setContentService(ContentService contentService)
Sets the ContentService to use
|
void |
setExporterService(ExporterService exporterService)
Sets the ExporterService to use
|
void |
setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
Sets the MimetypeService to use
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Sets the NodeService to use
|
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, onLogException, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setMlAwareNodeService, setPublicAction, setQueueName, setTrackStatus
checkMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getLocalizedParameterDefinitions, getParamDisplayLabel, getParamDisplayLabel, getParameterDefintions, getTitleKey, setAdhocPropertiesAllowed, setLocales, setRuntimeActionService, toString
setBeanName
public static final String NAME
public static final String PARAM_STORE
public static final String PARAM_PACKAGE_NAME
public static final String PARAM_DESTINATION_FOLDER
public static final String PARAM_INCLUDE_CHILDREN
public static final String PARAM_INCLUDE_SELF
public static final String PARAM_ENCODING
public void setExporterService(ExporterService exporterService)
exporterService
- The ExporterServicepublic void setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
mimetypeService
- MimetypeServicepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- The NodeServicepublic void setContentService(ContentService contentService)
contentService
- The ContentServicepublic void executeImpl(Action ruleAction, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
ActionExecuterAbstractBase
executeImpl
in class ActionExecuterAbstractBase
ruleAction
- the actionactionedUponNodeRef
- the actioned upon nodeActionExecuter.execute(Action, NodeRef)
protected void addParameterDefinitions(List<ParameterDefinition> paramList)
ParameterizedItemAbstractBase
addParameterDefinitions
in class ParameterizedItemAbstractBase
paramList
- the parameter definitions listParameterizedItemAbstractBase.addParameterDefinitions(java.util.List)
Copyright © 2005–2017 Alfresco Software. All rights reserved.