Interface VariableScopeItemELResolver
-
- All Known Implementing Classes:
AuthenticatedUserELResolver,ExecutionElResolver,ProcessInitiatorELResolver,TaskElResolver,VariableElResolver
public interface VariableScopeItemELResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanResolve(java.lang.String property, VariableScope variableScope)java.lang.Objectresolve(java.lang.String property, VariableScope variableScope)
-
-
-
Method Detail
-
canResolve
boolean canResolve(java.lang.String property, VariableScope variableScope)
-
resolve
java.lang.Object resolve(java.lang.String property, VariableScope variableScope)
-
-