public class ExprDeclaredServiceImpl extends java.lang.Object implements ExprDeclaredService
Constructor and Description |
---|
ExprDeclaredServiceImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addExpressionOrScript(CreateExpressionDesc expressionDesc) |
void |
destroy() |
void |
destroyedExpression(CreateExpressionDesc expressionDesc) |
ExpressionDeclItem |
getExpression(java.lang.String name) |
java.util.List<ExpressionScriptProvided> |
getScriptsByName(java.lang.String name) |
public java.lang.String addExpressionOrScript(CreateExpressionDesc expressionDesc) throws ExprValidationException
addExpressionOrScript
in interface ExprDeclaredService
ExprValidationException
public ExpressionDeclItem getExpression(java.lang.String name)
getExpression
in interface ExprDeclaredService
public java.util.List<ExpressionScriptProvided> getScriptsByName(java.lang.String name)
getScriptsByName
in interface ExprDeclaredService
public void destroyedExpression(CreateExpressionDesc expressionDesc)
destroyedExpression
in interface ExprDeclaredService
public void destroy()
destroy
in interface ExprDeclaredService