Interface PrismQueryExpressionFactory
- 
- All Known Implementing Classes:
 PrismQueryExpressionSupport
public interface PrismQueryExpressionFactory 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ExpressionWrapperparsePath(ItemPath rightPath)ExpressionWrapperparseScript(Map<String,String> namespaceContext, String language, String script) 
 - 
 
- 
- 
Method Detail
- 
parseScript
ExpressionWrapper parseScript(Map<String,String> namespaceContext, String language, String script)
 
- 
parsePath
default ExpressionWrapper parsePath(ItemPath rightPath)
 
 - 
 
 -