public interface IPropertyCompiler
Modifier and Type | Method and Description |
---|---|
IProperty |
compile(String property)
Compiles a property into a compiled representation, with useCommonBeanUtilsSyntax to false.
|
IProperty |
compile(String property,
boolean useCommonBeanUtilsSyntax)
Compiles a property into a compiled representation.
|
IProperty |
secureCompile(String property)
Compiles a property into a compiled representation,
with useCommonBeanUtilsSyntax to false and checking against current default MRulesUtilsSecurityManager configuration
if the operations performed by the compiled property are allowed.
|
IProperty |
secureCompile(String property,
MRulesUtilsSecurityManager securityManager)
Compiles a property into a compiled representation,
with useCommonBeanUtilsSyntax to false and checking against provider MRulesUtilsSecurityManager configuration
if the operations performed by the compiled property are allowed.
|
IProperty compile(String property) throws UtilsException
UtilsException
IProperty secureCompile(String property) throws UtilsException
UtilsException
IProperty secureCompile(String property, MRulesUtilsSecurityManager securityManager) throws UtilsException
UtilsException
IProperty compile(String property, boolean useCommonBeanUtilsSyntax) throws UtilsException
UtilsException