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