public interface ActionPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
activateAction(String userId,
String executable,
Map variables) |
void |
addAction(String actionType,
String srcWorkspace,
String srcPath,
boolean isDeep,
String[] uuid,
String[] nodeTypeNames,
Map mappings) |
void |
addAction(String actionType,
String srcWorkspace,
String srcPath,
Map mappings) |
void |
executeAction(String userId,
javax.jcr.Node actionNode,
Map variables) |
void |
executeAction(String userId,
String executable,
Map variables) |
String |
getActionExecutable(String actionTypeName) |
String |
getActionExecutableLabel() |
Collection<String> |
getActionExecutables() |
String |
getExecutableDefinitionName() |
Collection<String> |
getVariableNames(String actionTypeName) |
void |
initiateActionObservation(javax.jcr.Node actionNode) |
boolean |
isActionTypeSupported(String actionType) |
boolean |
isVariable(String variable) |
void |
removeActivationJob(String jobName,
String jobGroup,
String jobClass) |
void |
removeObservation(String repository,
String moveName) |
void |
reScheduleActivations(javax.jcr.Node actionNode) |
boolean isActionTypeSupported(String actionType)
String getExecutableDefinitionName()
String getActionExecutableLabel()
Collection<String> getActionExecutables() throws Exception
ExceptionString getActionExecutable(String actionTypeName) throws Exception
ExceptionCollection<String> getVariableNames(String actionTypeName) throws Exception
Exceptionvoid removeObservation(String repository, String moveName) throws Exception
Exceptionvoid removeActivationJob(String jobName, String jobGroup, String jobClass) throws Exception
Exceptionvoid addAction(String actionType, String srcWorkspace, String srcPath, Map mappings) throws Exception
Exceptionvoid addAction(String actionType, String srcWorkspace, String srcPath, boolean isDeep, String[] uuid, String[] nodeTypeNames, Map mappings) throws Exception
Exceptionvoid initiateActionObservation(javax.jcr.Node actionNode)
throws Exception
Exceptionvoid reScheduleActivations(javax.jcr.Node actionNode)
throws Exception
Exceptionvoid executeAction(String userId, javax.jcr.Node actionNode, Map variables) throws Exception
Exceptionvoid executeAction(String userId, String executable, Map variables) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.