public class SpringTypeResolver extends TypeResolver implements org.springframework.context.ApplicationContextAware
conditions, functions, registers, validators
Constructor and Description |
---|
SpringTypeResolver() |
Modifier and Type | Method and Description |
---|---|
Condition |
getCondition(String type,
Map args) |
FunctionProvider |
getFunction(String type,
Map args) |
Register |
getRegister(String type,
Map args) |
Validator |
getValidator(String type,
Map args) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setConditions(Map conditions) |
void |
setFunctions(Map functions) |
void |
setRegisters(Map registers) |
void |
setValidators(Map validators) |
getResolver, loadObject, setResolver
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public Condition getCondition(String type, Map args) throws WorkflowException
getCondition
in class TypeResolver
WorkflowException
public void setConditions(Map conditions)
public FunctionProvider getFunction(String type, Map args) throws WorkflowException
getFunction
in class TypeResolver
WorkflowException
public void setFunctions(Map functions)
public Register getRegister(String type, Map args) throws WorkflowException
getRegister
in class TypeResolver
WorkflowException
public void setRegisters(Map registers)
public Validator getValidator(String type, Map args) throws WorkflowException
getValidator
in class TypeResolver
WorkflowException
public void setValidators(Map validators)
Copyright © 2021 catworkx GmbH. All rights reserved.