public class DefaultScriptEvaluationService extends java.lang.Object implements ScriptEvaluationService
ScriptEvaluationService| Constructor and Description |
|---|
DefaultScriptEvaluationService() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
evaluateActivationScripts(ItemModel itemModel,
java.util.Map currentValues,
java.util.Map initialValues,
java.lang.String action)
Evaluates activation script for action
|
void |
setModelService(ModelService modelService) |
void |
setTypeService(TypeService typeService) |
void |
setUserService(UserService userService) |
void |
setWorkflowProcessingService(WorkflowProcessingService workflowProcessingService) |
void |
setWorkflowService(WorkflowService workflowService) |
void |
setWorkflowTemplateService(WorkflowTemplateService workflowTemplateService) |
public WorkflowModel evaluateActivationScripts(ItemModel itemModel, java.util.Map currentValues, java.util.Map initialValues, java.lang.String action) throws EvalError
ScriptEvaluationServiceevaluateActivationScripts in interface ScriptEvaluationServiceEvalError - when something goes wrongpublic void setTypeService(TypeService typeService)
typeService - the typeService to setpublic void setWorkflowService(WorkflowService workflowService)
workflowService - the workflowService to setpublic void setWorkflowTemplateService(WorkflowTemplateService workflowTemplateService)
workflowTemplateService - the workflowTemplateService to setpublic void setUserService(UserService userService)
userService - the userService to setpublic void setWorkflowProcessingService(WorkflowProcessingService workflowProcessingService)
workflowProcessingService - the workflowProcessingService to setpublic void setModelService(ModelService modelService)
modelService - the modelService to setCopyright © 2018 SAP SE. All Rights Reserved.