Uses of Class
org.evrete.api.RuleScope
| Package | Description |
|---|---|
| org.evrete | |
| org.evrete.api |
-
Uses of RuleScope in org.evrete
Methods in org.evrete with parameters of type RuleScope Modifier and Type Method Description RuleAbstractRule. addImport(RuleScope scope, String imp)ConfigurationConfiguration. addImport(RuleScope scope, String imp)SourceSecuritySourceSecurity. addPermission(RuleScope scope, Permission permission)Adds security permission to protection scope.ProtectionDomainSourceSecurity. getProtectionDomain(RuleScope scope)Creates if necessary and returns ProtectionDomain for s security scope -
Uses of RuleScope in org.evrete.api
Methods in org.evrete.api that return RuleScope Modifier and Type Method Description static RuleScopeRuleScope. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleScope[]RuleScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.evrete.api with parameters of type RuleScope Modifier and Type Method Description voidImports. add(RuleScope scope, String imp)default TFluentImports. addImport(RuleScope scope, Class<?> type)TFluentImports. addImport(RuleScope scope, String imp)RuleBuilder<C>RuleBuilder. addImport(RuleScope scope, Class<?> type)RuleBuilder<C>RuleBuilder. addImport(RuleScope scope, String imp)RuntimeRuleRuntimeRule. addImport(RuleScope scope, String imp)Set<String>Imports. get(RuleScope... scopes)default Set<String>FluentImports. getJavaImports(RuleScope... scopes)