Skip navigation links
A B C D E F G H I J K L M O P R S T U V 

A

AbstractOpenLServiceInitializer - Class in org.openl.rules.ruleservice.core
 
AbstractOpenLServiceInitializer() - Constructor for class org.openl.rules.ruleservice.core.AbstractOpenLServiceInitializer
 
AbstractRuleServicePublisher - Class in org.openl.rules.ruleservice.publish
 
AbstractRuleServicePublisher() - Constructor for class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
AbstractRulesFrontend - Class in org.openl.rules.ruleservice.simple
 
AbstractRulesFrontend() - Constructor for class org.openl.rules.ruleservice.simple.AbstractRulesFrontend
 
addConfigurationProperty(String, Object) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
 
addListener(RuleServicePublisherListener) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
addListener(RuleServicePublisherListener) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Add listener to a publisher
addModule(Module) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Adds module to the builder.
addModule(Module) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Add module to the builder.
addModules(Collection<Module>) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Add modules to the builder.
addModules(Collection<Module>) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Adds modules to the builder.
addPublisher(String) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
 
addPublisher(String) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
 
addPublishers(Set<String>) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
 
afterInvocation(Method, Object, Exception, Object...) - Method in class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
afterPropertiesSet() - Method in class org.openl.rules.ruleservice.conf.ServiceManagerStarterBean
 
afterPropertiesSet() - Method in class org.openl.rules.ruleservice.loader.DeployClasspathJarsBean
 
afterPropertiesSet() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
afterPropertiesSet() - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
AvailableServicesPresenter - Interface in org.openl.rules.ruleservice.servlet
An interface for publisher that should be displayed on Servlet page.

B

BeanCollectionFactoryBean<T> - Class in org.openl.rules.ruleservice.conf
 
BeanCollectionFactoryBean() - Constructor for class org.openl.rules.ruleservice.conf.BeanCollectionFactoryBean
 
beforeInvocation(Method, Object...) - Method in class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
build(OpenLServiceInitializer) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Builds OpenLService.
build() - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Builds ServiceDesctiption.
buildServiceProxy(String, Class<T>) - Method in class org.openl.rules.ruleservice.simple.AbstractRulesFrontend
 
buildServiceProxy(String, Class<T>, ClassLoader) - Method in class org.openl.rules.ruleservice.simple.AbstractRulesFrontend
 
buildServiceProxy(String, Class<T>) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Return proxy object for defined service.
buildServiceProxy(String, Class<T>, ClassLoader) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Return proxy object for defined service.

C

call() - Method in interface org.openl.rules.ruleservice.core.MaxThreadsForCompileSemaphore.Callable
 
clear(DeploymentDescription) - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
clearCachedMember() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
clearListeners() - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
clearListeners() - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Clear all listeners in publisher
compilationBegin(IDependencyLoader, Collection<Module>) - Method in interface org.openl.rules.ruleservice.core.CompilationTimeLoggingDependencyManager
 
compilationBegin(IDependencyLoader, Collection<Module>) - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
compilationCompleted(IDependencyLoader, boolean) - Method in interface org.openl.rules.ruleservice.core.CompilationTimeLoggingDependencyManager
 
compilationCompleted(IDependencyLoader, boolean) - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
CompilationTimeLoggingDependencyManager - Interface in org.openl.rules.ruleservice.core
 
compile(String, RuleServiceDeploymentRelatedDependencyManager) - Method in class org.openl.rules.ruleservice.core.LazyRuleServiceDependencyLoader
 
CompiledOpenClassCache - Class in org.openl.rules.ruleservice.publish.lazy
Caches compiled modules.
createInstance() - Method in class org.openl.rules.ruleservice.conf.BeanCollectionFactoryBean
 
createInstance() - Method in class org.openl.rules.ruleservice.conf.DatasourceConfigurerFactoryBean
 
createService(ServiceDescription) - Method in interface org.openl.rules.ruleservice.core.RuleServiceInstantiationFactory
Returns fully instantiated OpenLService object from ServiceDesctiption.
createService(ServiceDescription) - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
Returns fully instantiated OpenLService object from ServiceDesctiption.

D

DataSource - Interface in org.openl.rules.ruleservice.loader
Interface for data source.
DatasourceConfigurerFactoryBean - Class in org.openl.rules.ruleservice.conf
 
DatasourceConfigurerFactoryBean() - Constructor for class org.openl.rules.ruleservice.conf.DatasourceConfigurerFactoryBean
 
DataSourceException - Exception in org.openl.rules.ruleservice.loader
Main data source exception for wrapping data source exceptions.
DataSourceException() - Constructor for exception org.openl.rules.ruleservice.loader.DataSourceException
Constructs a new DataSourceException.
DataSourceException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.loader.DataSourceException
Constructs a new DataSourceException with the specified detail message and cause.
DataSourceException(String) - Constructor for exception org.openl.rules.ruleservice.loader.DataSourceException
Constructs a new DataSourceException with the specified detail message
DataSourceException(Throwable) - Constructor for exception org.openl.rules.ruleservice.loader.DataSourceException
Constructs a new DataSourceException with a cause.
DataSourceListener - Interface in org.openl.rules.ruleservice.loader
Data source listener for DataSource.
decorate(Class<?>, Class<?>, ClassLoader) - Static method in class org.openl.rules.ruleservice.core.interceptors.DynamicInterfaceAnnotationEnhancerHelper
 
decorate(Class<?>, Class<?>) - Static method in class org.openl.rules.ruleservice.core.interceptors.DynamicInterfaceAnnotationEnhancerHelper
 
deploy(ServiceDescription) - Method in interface org.openl.rules.ruleservice.core.RuleService
Deploys a service.
deploy(ServiceDescription) - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
Deploys a service.
deploy(OpenLService) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
deploy(OpenLService) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Deploys the specified service.
DeployClasspathJarsBean - Class in org.openl.rules.ruleservice.loader
 
DeployClasspathJarsBean() - Constructor for class org.openl.rules.ruleservice.loader.DeployClasspathJarsBean
 
DEPLOYMENT_DESCRIPTOR_FILE_NAME - Static variable in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
DeploymentDescription - Class in org.openl.rules.ruleservice.core
 
DeploymentDescription(String, CommonVersion) - Constructor for class org.openl.rules.ruleservice.core.DeploymentDescription
 
deployService(OpenLService) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
deployService(OpenLService) - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
deployService(OpenLService) - Method in class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
deployServices(Map<String, ServiceDescription>) - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
destroy() - Method in class org.openl.rules.ruleservice.core.OpenLService
Unregister ClassLoaders of this service.
destroy() - Method in class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
For Spring framework
dispatch(OpenLService) - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
DynamicInterfaceAnnotationEnhancerHelper - Class in org.openl.rules.ruleservice.core.interceptors
 

E

ensureInitialization(OpenLService) - Method in class org.openl.rules.ruleservice.core.AbstractOpenLServiceInitializer
 
ensureInitialization(OpenLService) - Method in interface org.openl.rules.ruleservice.core.OpenLServiceInitializer
 
equals(Object) - Method in class org.openl.rules.ruleservice.core.DeploymentDescription
 
equals(Object) - Method in class org.openl.rules.ruleservice.core.OpenLService
equals(Object) - Method in class org.openl.rules.ruleservice.core.ServiceDescription
equals(Object) - Method in class org.openl.rules.ruleservice.publish.lazy.Key
 
equals(Object) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
Event - Interface in org.openl.rules.ruleservice.publish.lazy
 
ExceptionType - Enum in org.openl.rules.ruleservice.core
 
execute(String, String, Class<?>[], Object[]) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Executes method with specified parameters.
execute(String, String, Object...) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Executes method with specified parameters.
execute(String, String, Class<?>[], Object[]) - Method in class org.openl.rules.ruleservice.simple.RulesFrontendImpl
Executes method with specified parameters.
execute(String, String, Object...) - Method in class org.openl.rules.ruleservice.simple.RulesFrontendImpl
Executes method with specified parameters.

F

FileSystemDataSource - Class in org.openl.rules.ruleservice.loader
File based data source.
FileSystemDataSource(File) - Constructor for class org.openl.rules.ruleservice.loader.FileSystemDataSource
 
findServiceByName(String) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
This method is designed for extending service functionality.
findServiceByName(String) - Method in class org.openl.rules.ruleservice.simple.RulesFrontendImpl
 
fireDeployListeners(OpenLService) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
fireUndeployListeners(String) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 

G

gatherServicesToBeDeployed() - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
get(DeploymentDescription, String) - Method in class org.openl.rules.ruleservice.publish.lazy.CompiledOpenClassCache
 
get(Object, IRuntimeEnv) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyField
 
getAllDependencies() - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
getAnnotationTemplateClassName() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Returns annotation template class name
getAvailableServices() - Method in interface org.openl.rules.ruleservice.servlet.AvailableServicesPresenter
 
getBindingErrors() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getBuilder(String, IUserContext) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyOpenLConfigurator
 
getCachedMember() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getClassLoader() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns service classloader
getClassLoader() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getClassLoader() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getCompiledMethod(IRuntimeEnv) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
 
getCompiledOpenClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getCompiledOpenClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
getCompiledOpenClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getCompiledOpenClassWithThrowErrorExceptionsIfAny() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getConfiguration() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Retuns configuration
getDeclaringClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getDefaultRuleServicePublishers() - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
getDependencyLoaders() - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
getDependencyManager() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
getDependencyManager() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getDeployment() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
 
getDeployment(String, CommonVersion) - Method in interface org.openl.rules.ruleservice.loader.DataSource
Gets a deployment from data source.
getDeployment(String, CommonVersion) - Method in class org.openl.rules.ruleservice.loader.FileSystemDataSource
Gets a deployment from data source.
getDeployment(String, CommonVersion) - Method in class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
Gets a deployment from data source.
getDeployment() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
getDeployment() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
getDeployment() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getDeploymentDescription() - Method in class org.openl.rules.ruleservice.publish.lazy.Key
 
getDeployments() - Method in interface org.openl.rules.ruleservice.loader.DataSource
Returns a list of all deployments in data source.
getDeployments() - Method in class org.openl.rules.ruleservice.loader.FileSystemDataSource
Returns a list of all deployments in data source.
getDeployments() - Method in class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
Returns a list of all deployments in data source.
getDeployments() - Method in interface org.openl.rules.ruleservice.loader.RuleServiceLoader
Returns deployments
getDeployments() - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Returns deployments
getDeploymentVersionSuffix() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
getDestinationDirectory() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
Returns directory to unpack path.
getDirectoryToLoadDeploymentsIn() - Method in class org.openl.rules.ruleservice.loader.LocalTemporaryDeploymentsStorage
Gets path to folder to load deployments in directory.
getDisplayName(int) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getEngineFactory() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
getExceptionDetailAndType(Exception) - Method in class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
getExceptionMessage(Method, Throwable, Object...) - Method in class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
getExternalParameters() - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
getExternalParameters() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
getExternalParameters() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getFrontend() - Method in class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
 
getGeneratedRulesClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
getInfo() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getInstance() - Static method in class org.openl.rules.ruleservice.core.MaxThreadsForCompileSemaphore
 
getInstance() - Static method in class org.openl.rules.ruleservice.core.RuleServiceRedeployLock
 
getInstance() - Static method in class org.openl.rules.ruleservice.management.ServiceDescriptionHolder
 
getInstance() - Static method in class org.openl.rules.ruleservice.publish.lazy.CompiledOpenClassCache
Returns singleton CompiledOpenClassCache
getInstance() - Static method in class org.openl.rules.ruleservice.publish.lazy.OpenLEhCacheHolder
Returns singleton OpenLEhCacheHolder
getInstantiationStrategyFactory() - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
getInterfaceClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
getInterfaceClassGenerator() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
getInterfaceForInstantiationStrategy(RulesInstantiationStrategy, Class<?>) - Static method in class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
Returns service class for instantiation strategy according to after interceptors of methods in service class of service specified as the argument.
getInterfaceForService(RulesInstantiationStrategy, Class<?>) - Static method in class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
 
getLazyBeanNames() - Method in class org.openl.rules.ruleservice.conf.LazyInitBeanFactoryPostProcessor
 
getLazyField(XlsLazyModuleOpenClass, DeploymentDescription, Module, IOpenField, IDependencyManager, ClassLoader, boolean, Map<String, Object>) - Static method in class org.openl.rules.ruleservice.publish.lazy.LazyField
 
getLazyMethod(XlsLazyModuleOpenClass, DeploymentDescription, Module, Class<?>[], IOpenMethod, IDependencyManager, ClassLoader, boolean, Map<String, Object>) - Static method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
 
getListeners() - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
getMaxThreadsForCompile() - Static method in class org.openl.rules.ruleservice.core.RuleServiceStaticConfigurationUtil
 
getMember() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyField
 
getMember() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getMember() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
Compiles method declaring the member and returns it.
getMessages() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getMethod() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
 
getMethodNames() - Method in class org.openl.rules.ruleservice.servlet.ServiceInfo
 
getMethodsWithReturnTypeNeedsChange(Class<?>) - Static method in class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
Look through all methods of the specified class in order to find all methods annotated by ServiceCallAfterInterceptor.
getMethodsWithServiceExtraMethodAnnotation(Class<?>) - Static method in class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
Look through all methods of the specified class in order to find all methods annotated by ServiceExtraMethod.
getModule() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getModules() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns unmodifiable collection of modules.
getModules() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Returns modules for the deployment.
getModulesCache() - Method in class org.openl.rules.ruleservice.publish.lazy.OpenLEhCacheHolder
 
getName() - Method in class org.openl.rules.ruleservice.core.DeploymentDescription
 
getName() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns service name.
getName() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Returns service name.
getName() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getName() - Method in class org.openl.rules.ruleservice.servlet.ServiceInfo
 
getObject() - Method in class org.openl.rules.ruleservice.simple.OpenLServiceFactoryBean
 
getObjectType() - Method in class org.openl.rules.ruleservice.conf.BeanCollectionFactoryBean
 
getObjectType() - Method in class org.openl.rules.ruleservice.conf.DatasourceConfigurerFactoryBean
 
getObjectType() - Method in class org.openl.rules.ruleservice.simple.OpenLServiceFactoryBean
 
getOpenClass() - Method in class org.openl.rules.ruleservice.core.OpenLService
 
getOpenClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getOpenClassWithErrors() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getOrder() - Method in class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
getOriginal() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getParsingErrors() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getPrebindHandler() - Static method in class org.openl.rules.ruleservice.publish.lazy.LazyBinderInvocationHandler
 
getProjectDescriptors() - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
getProjectResolver() - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Gets rules project resolver.
getPublisherClass(String) - Method in interface org.openl.rules.ruleservice.core.RuleServicePublisherMapper
 
getPublishers() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns service publishers.
getPublishers() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
 
getPublisherType() - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
getReadLock() - Method in class org.openl.rules.ruleservice.core.RuleServiceRedeployLock
 
getRmiServiceClass() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns rmi service class.
getRmiServiceClassName() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns a rmi class name for service.
getRmiServiceClassName() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Returns RMI service class name.
getRulesDeploySerializer() - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
getRulesDeploySerializer() - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
getRuleService() - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
getRuleServiceInstantiationFactory() - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
 
getRuleServiceLoader() - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
getRuleServiceLoader() - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
getRuleServicePublisher() - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
 
getServiceBean() - Method in class org.openl.rules.ruleservice.core.OpenLService
 
getServiceByName(String) - Method in interface org.openl.rules.ruleservice.core.RuleService
Finds and returns deployed OpenL service by name.
getServiceByName(String) - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
Finds and returns deployed OpenL service by name.
getServiceByName(String) - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
getServiceByName(String) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Searches for the service from currently running with the specified name or null if service with specified name wasn't deployed.
getServiceByName(String) - Method in class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
Searches for the service from currently running with the specified name or null if service with specified name wasn't deployed.
getServiceCallInterceptorGroups() - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
getServiceClass() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns service class.
getServiceClassName() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns a class name for service.
getServiceClassName() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Returns service class name.
getServiceConfigurer() - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
getServiceDescription() - Method in class org.openl.rules.ruleservice.management.ServiceDescriptionHolder
 
getServiceManager() - Method in class org.openl.rules.ruleservice.conf.ServiceManagerStarterBean
 
getServiceNames() - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Gets service names.
getServiceNames() - Method in class org.openl.rules.ruleservice.simple.RulesFrontendImpl
 
getServices() - Method in interface org.openl.rules.ruleservice.core.RuleService
Returns a collection of deployed OpenL services.
getServices() - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
Returns a collection of deployed OpenL services.
getServices() - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
getServices() - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Provides info about all currently running services.
getServices() - Method in class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
Provides info about all currently running services.
getServicesInfo(RuleServicePublisher) - Static method in class org.openl.rules.ruleservice.servlet.PublisherUtils
 
getServicesToBeDeployed(RuleServiceLoader) - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
Compute all service to be deployed according to the projects in the data source state(accessed through the loader).
getServicesToBeDeployed(RuleServiceLoader) - Method in interface org.openl.rules.ruleservice.conf.ServiceConfigurer
Compute all service to be deployed according to the projects in the data source state(accessed through the loader).
getSignature() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
 
getSimpleMessage() - Method in exception org.openl.rules.ruleservice.core.RuleServiceWrapperException
Returns simple Message
getStartedTime() - Method in class org.openl.rules.ruleservice.servlet.ServiceInfo
 
getStorage() - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Gets storage.
getStrategy(ServiceDescription, IDependencyManager) - Method in interface org.openl.rules.ruleservice.publish.RuleServiceInstantiationStrategyFactory
Returns strategy for creating service bean.
getStrategy(ServiceDescription, IDependencyManager) - Method in class org.openl.rules.ruleservice.publish.RuleServiceInstantiationStrategyFactoryImpl
Returns strategy for creating service bean.
getSupportedGroups() - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
getSupportedPublishers() - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
getType() - Method in exception org.openl.rules.ruleservice.core.RuleServiceWrapperException
Returns error type
getType() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
getTypes() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
getUri() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
 
getUrl() - Method in class org.openl.rules.ruleservice.core.OpenLService
Returns service URL.
getUrl() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Returns service URL.
getUrls() - Method in class org.openl.rules.ruleservice.servlet.ServiceInfo
 
getValue(String, String) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Gets values defined in rules.
getValue(String, String) - Method in class org.openl.rules.ruleservice.simple.RulesFrontendImpl
Gets values defined in rules.
getVersion() - Method in class org.openl.rules.ruleservice.core.DeploymentDescription
 
getWriteLock() - Method in class org.openl.rules.ruleservice.core.RuleServiceRedeployLock
 
getXlsLazyModuleOpenClass() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 

H

hasErrors() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
hashCode() - Method in class org.openl.rules.ruleservice.core.DeploymentDescription
 
hashCode() - Method in class org.openl.rules.ruleservice.core.OpenLService
hashCode() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
hashCode() - Method in class org.openl.rules.ruleservice.publish.lazy.Key
 
hashCode() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
hasMethodsWithReturnTypeNeedsChange(Class<?>) - Static method in class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
Look through all methods (skip methods for variations) of the specified class in order to find all methods annotated by ServiceCallAfterInterceptor.
hasMethodsWithServiceExtraMethodAnnotation(Class<?>) - Static method in class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
Look through all methods of the specified class in order to find all methods annotated by ServiceExtraMethod.

I

init(OpenLService) - Method in class org.openl.rules.ruleservice.core.AbstractOpenLServiceInitializer
 
initClassLoader() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
instantiate(Class<?>) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
invoke(MethodInvocation) - Method in class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
invoke(Object, Method, Object[]) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyBinderInvocationHandler
 
invoke(Object, Object[], IRuntimeEnv) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
 
invoke(Object, Method, Object[]) - Method in class org.openl.rules.ruleservice.simple.RulesFrontendProxyInvocationHandler
 
isClearDestinationDirectory() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
isConst() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyField
 
isConstructor() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMethod
 
isCreateDestinationDirectory() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
isEnabled() - Method in class org.openl.rules.ruleservice.loader.DeployClasspathJarsBean
 
isEnabled() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
isExecutionMode() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
isFileSystemDatasource() - Method in class org.openl.rules.ruleservice.conf.DatasourceConfigurerFactoryBean
 
isLazy() - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
isLazy() - Method in class org.openl.rules.ruleservice.publish.RuleServiceInstantiationStrategyFactoryImpl
 
isProvideRuntimeContext() - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
isProvideRuntimeContext() - Method in class org.openl.rules.ruleservice.core.OpenLService
Return provideRuntimeContext value.
isProvideRuntimeContext() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
Returns provideRuntimeContext value.
isProvideVariations() - Method in class org.openl.rules.ruleservice.core.OpenLService
This flag defines whether variations will be supported or not.
isProvideVariations() - Method in class org.openl.rules.ruleservice.core.ServiceDescription
This flag defines whether variations will be supported or not.
isReadable() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyField
 
isServiceDeployed(String) - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
isServiceDeployed(String) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Is service with specified name was deployed.
isServiceDeployed(String) - Method in class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
 
isSingleton() - Method in class org.openl.rules.ruleservice.simple.OpenLServiceFactoryBean
 
isStatic() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
isSupportDeploymentVersion() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
isSupportVariations() - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
isUnpackAllJarsInOneDeployment() - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
isWritable() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyField
 

J

JavaClassRuleServicePublisher - Class in org.openl.rules.ruleservice.simple
Java class publisher.
JavaClassRuleServicePublisher() - Constructor for class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
 

K

Key - Class in org.openl.rules.ruleservice.publish.lazy
 
Key(DeploymentDescription, String) - Constructor for class org.openl.rules.ruleservice.publish.lazy.Key
 

L

LastVersionProjectsServiceConfigurer - Class in org.openl.rules.ruleservice.conf
Selects the latest deployments and deploys each of their projects as single service.
LastVersionProjectsServiceConfigurer() - Constructor for class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
LazyBinderInvocationHandler - Class in org.openl.rules.ruleservice.publish.lazy
IOpenBinder invocation handler that uses XlsPreBinder on prebind step and XlsBinder on compile step (to compile necessary modules on demand).
LazyBinderInvocationHandler(IOpenBinder, IUserContext) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyBinderInvocationHandler
Create an IOpenBinder invocation handler.
LazyCompiledOpenClass - Class in org.openl.rules.ruleservice.publish.lazy
 
LazyCompiledOpenClass(RuleServiceDeploymentRelatedDependencyManager, LazyRuleServiceDependencyLoader, IDependency) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
LazyEngineFactory<T> - Class in org.openl.rules.ruleservice.publish.lazy
Prebinds openclass and creates LazyMethod and LazyField that will compile neccessary modules on demand.
LazyEngineFactory(DeploymentDescription, Collection<Module>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
Added to allow using openl that is different from default, such as org.openl.xls.ce
LazyEngineFactory(DeploymentDescription, Collection<Module>, IDependencyManager) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
LazyEngineFactory(DeploymentDescription, Collection<Module>, IDependencyManager, Map<String, Object>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
LazyEngineFactory(DeploymentDescription, Collection<Module>, Class<T>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
LazyEngineFactory(DeploymentDescription, Collection<Module>, Class<T>, Map<String, Object>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
LazyEngineFactory(DeploymentDescription, Collection<Module>, IDependencyManager, Class<T>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
LazyEngineFactory(DeploymentDescription, Collection<Module>, IDependencyManager, Class<T>, Map<String, Object>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
LazyField - Class in org.openl.rules.ruleservice.publish.lazy
Lazy field that will compile module declaring it and will get real field to do operations with it.
LazyInitBeanFactoryPostProcessor - Class in org.openl.rules.ruleservice.conf
 
LazyInitBeanFactoryPostProcessor() - Constructor for class org.openl.rules.ruleservice.conf.LazyInitBeanFactoryPostProcessor
 
LazyInstantiationStrategy - Class in org.openl.rules.ruleservice.publish.lazy
Prebinds openclass and creates LazyMethod and LazyField that will compile neccessary modules on demand.
LazyInstantiationStrategy(DeploymentDescription, Module, IDependencyManager) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
LazyInstantiationStrategy(DeploymentDescription, Collection<Module>, IDependencyManager) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
LazyInstantiationStrategy(DeploymentDescription, Collection<Module>, IDependencyManager, ClassLoader) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
LazyMember<T extends IOpenMember> - Class in org.openl.rules.ruleservice.publish.lazy
Lazy IOpenMember that contains info about module where it was declared.
LazyMember(IDependencyManager, boolean, ClassLoader, T, Map<String, Object>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
LazyMember.EmptyInterface - Interface in org.openl.rules.ruleservice.publish.lazy
 
LazyMemberEvent - Class in org.openl.rules.ruleservice.publish.lazy
 
LazyMemberEvent(LazyMember<? extends IOpenMember>) - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyMemberEvent
 
LazyMethod - Class in org.openl.rules.ruleservice.publish.lazy
Lazy method that will return real object from dependency manager.
LazyOpenLConfigurator - Class in org.openl.rules.ruleservice.publish.lazy
Allows using XlsPreBinder for dependent modules on LazyMultiModule projects.
LazyOpenLConfigurator() - Constructor for class org.openl.rules.ruleservice.publish.lazy.LazyOpenLConfigurator
 
LazyRuleServiceDependencyLoader - Class in org.openl.rules.ruleservice.core
 
LazyRuleServiceDependencyLoader.LazyRuleServiceDependencyLoaderInterface - Interface in org.openl.rules.ruleservice.core
 
listeners - Variable in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
load(String, IDependencyManager) - Method in class org.openl.rules.ruleservice.core.LazyRuleServiceDependencyLoader
 
loadDependency(IDependency) - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
LocalTemporaryDeploymentsStorage - Class in org.openl.rules.ruleservice.loader
Local temporary file system storage for deployments.
LocalTemporaryDeploymentsStorage(String) - Constructor for class org.openl.rules.ruleservice.loader.LocalTemporaryDeploymentsStorage
Construct a new LocalTemporaryDeploymentsStorage for bean usage.

M

MAX_THREADS_FOR_COMPILE - Static variable in class org.openl.rules.ruleservice.core.RuleServiceStaticConfigurationUtil
 
MaxThreadsForCompileSemaphore - Class in org.openl.rules.ruleservice.core
 
MaxThreadsForCompileSemaphore.Callable<T> - Interface in org.openl.rules.ruleservice.core
 
MethodInvocationException - Exception in org.openl.rules.ruleservice.simple
Invocation exception.
MethodInvocationException() - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationException
Constructs a new MethodInvocationException
MethodInvocationException(String) - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationException
Constructs a new MethodInvocationException with the specified detail message
MethodInvocationException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationException
Constructs a new MethodInvocationException with the specified detail message and cause.
MethodInvocationException(Throwable) - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationException
Constructs a new MethodInvocationException with a cause.
MethodInvocationRuntimeException - Exception in org.openl.rules.ruleservice.simple
 
MethodInvocationRuntimeException() - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationRuntimeException
 
MethodInvocationRuntimeException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationRuntimeException
 
MethodInvocationRuntimeException(String) - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationRuntimeException
 
MethodInvocationRuntimeException(Throwable) - Constructor for exception org.openl.rules.ruleservice.simple.MethodInvocationRuntimeException
 
MultipleRuleServicePublisher - Class in org.openl.rules.ruleservice.publish
 
MultipleRuleServicePublisher() - Constructor for class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 

O

onDeploy(OpenLService) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisherListener
 
onDeploymentAdded() - Method in interface org.openl.rules.ruleservice.loader.DataSourceListener
Executes on deployment added to data source.
onDeploymentAdded() - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
onEvent() - Method in interface org.openl.rules.ruleservice.publish.lazy.Event
 
onEvent() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMemberEvent
 
onUndeploy(String) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisherListener
 
OpenLEhCacheHolder - Class in org.openl.rules.ruleservice.publish.lazy
 
OpenLService - Class in org.openl.rules.ruleservice.core
Class designed for storing settings for service configuration and compiled service bean.
OpenLService.OpenLServiceBuilder - Class in org.openl.rules.ruleservice.core
OpenLService builder.
OpenLServiceBuilder() - Constructor for class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
 
OpenLServiceFactoryBean<T> - Class in org.openl.rules.ruleservice.simple
 
OpenLServiceFactoryBean() - Constructor for class org.openl.rules.ruleservice.simple.OpenLServiceFactoryBean
 
OpenLServiceInitializer - Interface in org.openl.rules.ruleservice.core
Interface to support service compilation if it is requested.
org.openl.rules.ruleservice.conf - package org.openl.rules.ruleservice.conf
 
org.openl.rules.ruleservice.core - package org.openl.rules.ruleservice.core
 
org.openl.rules.ruleservice.core.interceptors - package org.openl.rules.ruleservice.core.interceptors
 
org.openl.rules.ruleservice.loader - package org.openl.rules.ruleservice.loader
 
org.openl.rules.ruleservice.management - package org.openl.rules.ruleservice.management
 
org.openl.rules.ruleservice.publish - package org.openl.rules.ruleservice.publish
 
org.openl.rules.ruleservice.publish.lazy - package org.openl.rules.ruleservice.publish.lazy
 
org.openl.rules.ruleservice.servlet - package org.openl.rules.ruleservice.servlet
 
org.openl.rules.ruleservice.simple - package org.openl.rules.ruleservice.simple
 

P

postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.openl.rules.ruleservice.conf.LazyInitBeanFactoryPostProcessor
 
prepareInstance(IRuntimeEnv) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
prepareInstanceInterfaces() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
processInterface(RulesInstantiationStrategy, Class<?>, boolean) - Static method in class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
 
processURL(String) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
processURL(String) - Static method in class org.openl.rules.ruleservice.publish.URLHelper
 
ProductionRepositoryDataSource - Class in org.openl.rules.ruleservice.loader
Repository data source.
ProductionRepositoryDataSource() - Constructor for class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
 
PublisherUtils - Class in org.openl.rules.ruleservice.servlet
 
putToCache(DeploymentDescription, String, CompiledOpenClass) - Method in class org.openl.rules.ruleservice.publish.lazy.CompiledOpenClassCache
 

R

redeploy(ServiceDescription) - Method in interface org.openl.rules.ruleservice.core.RuleService
Redeploys a service.
redeploy(ServiceDescription) - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
Redeploys a service.
registerEvent(DeploymentDescription, String, Event) - Method in class org.openl.rules.ruleservice.publish.lazy.CompiledOpenClassCache
 
registerService(OpenLService) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Registers service to use it in calculations.
registerService(OpenLService) - Method in class org.openl.rules.ruleservice.simple.RulesFrontendImpl
Registers service to use it in calculations.
remove() - Method in class org.openl.rules.ruleservice.management.ServiceDescriptionHolder
 
removeAll(DeploymentDescription) - Method in class org.openl.rules.ruleservice.publish.lazy.CompiledOpenClassCache
 
removeListener(RuleServicePublisherListener) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
removeListener(RuleServicePublisherListener) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Remove listener to a publisher
removePrebindHandler() - Static method in class org.openl.rules.ruleservice.publish.lazy.LazyBinderInvocationHandler
Remove prebind handler for current thread.
reset(IDependency) - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
reset() - Method in class org.openl.rules.ruleservice.publish.lazy.CompiledOpenClassCache
 
reset() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyInstantiationStrategy
 
resetAll() - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
resolveModulesForProject(String, CommonVersion, String) - Method in interface org.openl.rules.ruleservice.loader.RuleServiceLoader
 
resolveModulesForProject(String, CommonVersion, String) - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
RULES_DEPLOY_XML - Static variable in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
RuleService - Interface in org.openl.rules.ruleservice.core
Top level service for management OpenL services.
RuleServiceDeployException - Exception in org.openl.rules.ruleservice.core
Exception for issues that occurs while service deploying.
RuleServiceDeployException() - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceDeployException
Constructs a new RuleServiceDeployException.
RuleServiceDeployException(String) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceDeployException
Constructs a new RuleServiceDeployException with the specified detail message
RuleServiceDeployException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceDeployException
Constructs a new RuleServiceDeployException with the specified detail message and cause.
RuleServiceDeployException(Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceDeployException
Constructs a new RuleServiceDeployException with a cause.
RuleServiceDeploymentRelatedDependencyManager - Class in org.openl.rules.ruleservice.core
 
RuleServiceDeploymentRelatedDependencyManager(DeploymentDescription, RuleServiceLoader, ClassLoader, boolean) - Constructor for class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
RuleServiceException - Exception in org.openl.rules.ruleservice.core
Main exception for rule service.
RuleServiceException() - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceException
Constructs a new RuleServiceSystemException.
RuleServiceException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceException
Constructs a new RuleServiceException with the specified detail message and cause.
RuleServiceException(String) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceException
Constructs a new RuleServiceException with the specified detail message
RuleServiceException(Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceException
Constructs a new RuleServiceException with a cause.
RuleServiceImpl - Class in org.openl.rules.ruleservice.core
Default implementation of RulesService.
RuleServiceImpl() - Constructor for class org.openl.rules.ruleservice.core.RuleServiceImpl
 
RuleServiceInstantiationException - Exception in org.openl.rules.ruleservice.core
Exception for instantiation issues.
RuleServiceInstantiationException() - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceInstantiationException
RuleServiceInstantiationException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceInstantiationException
RuleServiceInstantiationException(String) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceInstantiationException
RuleServiceInstantiationException(Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceInstantiationException
RuleServiceInstantiationFactory - Interface in org.openl.rules.ruleservice.core
Interface for OpenL instantiation factory, that is used by RuleService.
RuleServiceInstantiationFactoryHelper - Class in org.openl.rules.ruleservice.core
 
RuleServiceInstantiationFactoryHelper() - Constructor for class org.openl.rules.ruleservice.core.RuleServiceInstantiationFactoryHelper
 
RuleServiceInstantiationStrategyFactory - Interface in org.openl.rules.ruleservice.publish
Resolve strategy for creating service bean.
RuleServiceInstantiationStrategyFactoryImpl - Class in org.openl.rules.ruleservice.publish
Default implementation for RuleServiceInstantiationStrategyFactory.
RuleServiceInstantiationStrategyFactoryImpl() - Constructor for class org.openl.rules.ruleservice.publish.RuleServiceInstantiationStrategyFactoryImpl
 
RuleServiceLoader - Interface in org.openl.rules.ruleservice.loader
Wrapper on data source that gives access to data source and resolves the OpenL projects/modules inside the projects.
RuleServiceLoaderImpl - Class in org.openl.rules.ruleservice.loader
Wrapper on data source that gives access to data source and resolves the OpenL projects/modules inside the projects.
RuleServiceLoaderImpl() - Constructor for class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Construct a new RulesLoader for bean usage.
RuleServiceLoaderImpl(DataSource, LocalTemporaryDeploymentsStorage, ProjectResolver) - Constructor for class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Construct a new RulesLoader for bean usage.
RuleServiceOpenLCompilationException - Exception in org.openl.rules.ruleservice.core
 
RuleServiceOpenLCompilationException() - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceOpenLCompilationException
 
RuleServiceOpenLCompilationException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceOpenLCompilationException
 
RuleServiceOpenLCompilationException(String) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceOpenLCompilationException
 
RuleServiceOpenLCompilationException(Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceOpenLCompilationException
 
RuleServiceOpenLServiceInstantiationFactoryImpl - Class in org.openl.rules.ruleservice.core
Default implementation of RuleServiceOpenLServiceInstantiationFactory.
RuleServiceOpenLServiceInstantiationFactoryImpl() - Constructor for class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
RuleServicePublisher - Interface in org.openl.rules.ruleservice.publish
Deployment admin controls the way how the services will be exposed.
RuleServicePublisherListener - Interface in org.openl.rules.ruleservice.publish
Interface for publisher Listener
RuleServicePublisherMapper - Interface in org.openl.rules.ruleservice.core
 
RuleServiceRedeployLock - Class in org.openl.rules.ruleservice.core
 
RuleServiceRedeployLock() - Constructor for class org.openl.rules.ruleservice.core.RuleServiceRedeployLock
 
RuleServiceRuntimeException - Exception in org.openl.rules.ruleservice.core
Main rule service runtime exception.
RuleServiceRuntimeException() - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceRuntimeException
Constructs a new RuleServiceException.
RuleServiceRuntimeException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceRuntimeException
Constructs a new RuleServiceException with the specified detail message and cause.
RuleServiceRuntimeException(String) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceRuntimeException
Constructs a new RuleServiceException with the specified detail message
RuleServiceRuntimeException(Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceRuntimeException
Constructs a new RuleServiceException with a cause.
RuleServiceStaticConfigurationUtil - Class in org.openl.rules.ruleservice.core
 
RuleServiceUndeployException - Exception in org.openl.rules.ruleservice.core
Exception for issues that occurs while service undeploying.
RuleServiceUndeployException() - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceUndeployException
Constructs a new RuleServiceUndeployException.
RuleServiceUndeployException(String) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceUndeployException
Constructs a new RuleServiceUndeployException with the specified detail message
RuleServiceUndeployException(String, Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceUndeployException
Constructs a new RuleServiceUndeployException with the specified detail message and cause.
RuleServiceUndeployException(Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceUndeployException
Constructs a new RuleServiceUndeployException with a cause.
RuleServiceWrapperException - Exception in org.openl.rules.ruleservice.core
Exception for wrapping exceptions for returning them from ruleservice.
RuleServiceWrapperException(String, ExceptionType, String, Throwable) - Constructor for exception org.openl.rules.ruleservice.core.RuleServiceWrapperException
Constructs a new RuleServiceWrapperException with the specified detail message and cause.
RulesFrontend - Interface in org.openl.rules.ruleservice.simple
The instance of this interface is not thread safe.
RulesFrontendImpl - Class in org.openl.rules.ruleservice.simple
Simple implementation of IRulesFrontend interface.
RulesFrontendImpl() - Constructor for class org.openl.rules.ruleservice.simple.RulesFrontendImpl
 
RulesFrontendProxyInvocationHandler - Class in org.openl.rules.ruleservice.simple
 
RulesFrontendProxyInvocationHandler(String, RulesFrontend) - Constructor for class org.openl.rules.ruleservice.simple.RulesFrontendProxyInvocationHandler
 
run(MaxThreadsForCompileSemaphore.Callable<T>) - Method in class org.openl.rules.ruleservice.core.MaxThreadsForCompileSemaphore
 

S

ServiceConfigurer - Interface in org.openl.rules.ruleservice.conf
Serves to determine all services to be deployed according to the data source current state.
ServiceDescription - Class in org.openl.rules.ruleservice.core
Class designed for storing service info.
ServiceDescription.ServiceDescriptionBuilder - Class in org.openl.rules.ruleservice.core
Builder for ServiceDescription.
ServiceDescriptionBuilder() - Constructor for class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
 
ServiceDescriptionHolder - Class in org.openl.rules.ruleservice.management
 
serviceExtraMethodInvoke(Method, Object, Object...) - Method in class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
ServiceInfo - Class in org.openl.rules.ruleservice.servlet
 
ServiceInfo(Date, String, List<String>, String, String) - Constructor for class org.openl.rules.ruleservice.servlet.ServiceInfo
 
ServiceInvocationAdvice - Class in org.openl.rules.ruleservice.core.interceptors
Advice for processing method intercepting.
ServiceInvocationAdvice(Object, Class<?>, ServiceCallInterceptorGroup[], ClassLoader) - Constructor for class org.openl.rules.ruleservice.core.interceptors.ServiceInvocationAdvice
 
ServiceManager - Interface in org.openl.rules.ruleservice.management
Starts rule service.
ServiceManagerImpl - Class in org.openl.rules.ruleservice.management
Handles data source modifications and controls all services.
ServiceManagerImpl() - Constructor for class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
ServiceManagerStarterBean - Class in org.openl.rules.ruleservice.conf
 
ServiceManagerStarterBean() - Constructor for class org.openl.rules.ruleservice.conf.ServiceManagerStarterBean
 
set(Object, Object, IRuntimeEnv) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyField
 
setAnnotationTemplateClassName(String) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Sets annotation template class name
setApplicationContext(ApplicationContext) - Method in class org.openl.rules.ruleservice.conf.BeanCollectionFactoryBean
 
setBeanType(Class<T>) - Method in class org.openl.rules.ruleservice.conf.BeanCollectionFactoryBean
 
setCachedMember(T) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyMember
 
setClassLoader(ClassLoader) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
 
setClearDestinationDirectory(boolean) - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
setConfiguration(Map<String, Object>) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
 
setCreateDestinationDirectory(boolean) - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
setDataSource(DataSource) - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Sets data source.
setDatasourceDeploymentPatterns(String) - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
setDefaultRuleServicePublishers(Collection<RuleServicePublisher>) - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
setDeployment(DeploymentDescription) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
 
setDeploymentVersionSuffix(String) - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
setDeployPath(String) - Method in class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
 
setDestinationDirectory(String) - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
Sets directory to unpack path.
setEnabled(boolean) - Method in class org.openl.rules.ruleservice.loader.DeployClasspathJarsBean
 
setEnabled(boolean) - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
setExecutionMode(boolean) - Method in class org.openl.rules.ruleservice.core.RuleServiceDeploymentRelatedDependencyManager
 
setExternalParameters(Map<String, Object>) - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
setFileSystemDatasource(boolean) - Method in class org.openl.rules.ruleservice.conf.DatasourceConfigurerFactoryBean
 
setFilterDeployments(boolean) - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
setFrontend(RulesFrontend) - Method in class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
 
setIncludeVersionInDeploymentName(boolean) - Method in class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
 
setInstantiationStrategyFactory(RuleServiceInstantiationStrategyFactory) - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
setInterfaceClassGenerator(InterfaceClassGenerator) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
setLazy(boolean) - Method in class org.openl.rules.ruleservice.publish.RuleServiceInstantiationStrategyFactoryImpl
 
setLazyBeanNames(Collection<String>) - Method in class org.openl.rules.ruleservice.conf.LazyInitBeanFactoryPostProcessor
 
setListener(DataSourceListener) - Method in interface org.openl.rules.ruleservice.loader.DataSource
Adds a lister to data source.
setListener(DataSourceListener) - Method in class org.openl.rules.ruleservice.loader.FileSystemDataSource
Adds a lister to data source.
setListener(DataSourceListener) - Method in class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
Adds a lister to data source.
setListener(DataSourceListener) - Method in interface org.openl.rules.ruleservice.loader.RuleServiceLoader
Adds a lister to data source.
setListener(DataSourceListener) - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
 
setListeners(Collection<RuleServicePublisherListener>) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
setLocalWorkspaceFileFilter(FileFilter) - Method in class org.openl.rules.ruleservice.loader.FileSystemDataSource
Sets localWorkspaceFileFilter @see LocalFolderAPI.
setLocalWorkspaceFolderFilter(FileFilter) - Method in class org.openl.rules.ruleservice.loader.FileSystemDataSource
Sets localWorkspaceFolderFilter @see LocalFolderAPI.
setMaxThreadsForCompile(int) - Static method in class org.openl.rules.ruleservice.core.RuleServiceStaticConfigurationUtil
 
setModules(Collection<Module>) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Sets a new set of modules to the builder.
setModules(Collection<Module>) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Set a new set of modules to the builder.
setName(String) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Sets name to the builder.
setName(String) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Sets name to the builder.
setPrebindHandler(IPrebindHandler) - Static method in class org.openl.rules.ruleservice.publish.lazy.LazyBinderInvocationHandler
Set a prebind handler for current thread
setProjectResolver(ProjectResolver) - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Sets rules project resolver.
setProvideRuntimeContext(boolean) - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
setProvideRuntimeContext(boolean) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Sets provideRuntimeContext to the builder.
setProvideRuntimeContext(boolean) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Sets provideRuntimeContext to the builder.
setProvideVariations(boolean) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Sets provideVariations flag to the builder.
setProvideVariations(boolean) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Sets flag that is responsible for variations support.
setProxyInterface(Class<T>) - Method in class org.openl.rules.ruleservice.simple.OpenLServiceFactoryBean
 
setPublishers(Set<String>) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
 
setPublishers(String[]) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
 
setPublisherType(RulesDeploy.PublisherType) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
setRepository(Repository) - Method in class org.openl.rules.ruleservice.loader.ProductionRepositoryDataSource
 
setRmiServiceClassName(String) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Sets RMI class name to the builder.
setRmiServiceClassName(String) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Sets rmi class name to the builder.
setRulesDeployerService(RulesDeployerService) - Method in class org.openl.rules.ruleservice.loader.DeployClasspathJarsBean
 
setRulesDeploySerializer(IRulesDeploySerializer) - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
setRuleService(RuleService) - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
setRuleServiceInstantiationFactory(RuleServiceInstantiationFactory) - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
 
setRuleServiceLoader(RuleServiceLoader) - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
setRuleServiceLoader(RuleServiceLoader) - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
setRuleServicePublisher(RuleServicePublisher) - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
 
setRulesFrontend(RulesFrontend) - Method in class org.openl.rules.ruleservice.simple.OpenLServiceFactoryBean
 
setServiceCallInterceptorGroups(ServiceCallInterceptorGroup[]) - Method in class org.openl.rules.ruleservice.core.RuleServiceOpenLServiceInstantiationFactoryImpl
 
setServiceClass(Class<?>) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
 
setServiceClassName(String) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Sets class name to the builder.
setServiceClassName(String) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Sets class name to the builder.
setServiceConfigurer(ServiceConfigurer) - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
setServiceDescription(ServiceDescription) - Method in class org.openl.rules.ruleservice.management.ServiceDescriptionHolder
 
setServiceManager(ServiceManager) - Method in class org.openl.rules.ruleservice.conf.ServiceManagerStarterBean
 
setServiceName(String) - Method in class org.openl.rules.ruleservice.simple.OpenLServiceFactoryBean
 
setStorage(LocalTemporaryDeploymentsStorage) - Method in class org.openl.rules.ruleservice.loader.RuleServiceLoaderImpl
Sets storage.
setSupportDeployments(boolean) - Method in class org.openl.rules.ruleservice.loader.FileSystemDataSource
 
setSupportDeploymentVersion(boolean) - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
setSupportedGroups(String) - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
setSupportedPublishers(Map<String, RuleServicePublisher>) - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
setSupportVariations(boolean) - Method in class org.openl.rules.ruleservice.conf.LastVersionProjectsServiceConfigurer
 
setSupportVersion(boolean) - Method in class org.openl.rules.ruleservice.loader.FileSystemDataSource
 
setUnpackAllJarsInOneDeployment(boolean) - Method in class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
 
setUrl(String) - Method in class org.openl.rules.ruleservice.core.OpenLService.OpenLServiceBuilder
Sets url to the builder.
setUrl(String) - Method in class org.openl.rules.ruleservice.core.ServiceDescription.ServiceDescriptionBuilder
Sets url to the builder.
start() - Method in interface org.openl.rules.ruleservice.management.ServiceManager
Determine services to be deployed on start.
start() - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
Determine services to be deployed on start.

T

throwErrorExceptionsIfAny() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 
toString() - Method in class org.openl.rules.ruleservice.publish.lazy.LazyCompiledOpenClass
 

U

undeploy(String) - Method in interface org.openl.rules.ruleservice.core.RuleService
Undeploys a service by name.
undeploy(String) - Method in class org.openl.rules.ruleservice.core.RuleServiceImpl
Undeploys a service by name.
undeploy(String) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
undeploy(String) - Method in interface org.openl.rules.ruleservice.publish.RuleServicePublisher
Undeploys currently running service.
undeployService(String) - Method in class org.openl.rules.ruleservice.publish.AbstractRuleServicePublisher
 
undeployService(String) - Method in class org.openl.rules.ruleservice.publish.MultipleRuleServicePublisher
 
undeployService(String) - Method in class org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher
undeployUnnecessary(Map<String, ServiceDescription>) - Method in class org.openl.rules.ruleservice.management.ServiceManagerImpl
 
UnpackClasspathJarToDirectoryBean - Class in org.openl.rules.ruleservice.loader
Bean to unpack jar with rules.xml to defined folder.
UnpackClasspathJarToDirectoryBean() - Constructor for class org.openl.rules.ruleservice.loader.UnpackClasspathJarToDirectoryBean
This bean is used by spring context.
unregisterService(String) - Method in interface org.openl.rules.ruleservice.simple.RulesFrontend
Unregister service.
unregisterService(String) - Method in class org.openl.rules.ruleservice.simple.RulesFrontendImpl
Unregister service.
URLHelper - Class in org.openl.rules.ruleservice.publish
 

V

validate(OpenLService) - Method in class org.openl.rules.ruleservice.core.AbstractOpenLServiceInitializer
 
validateReturnType(IOpenMethod, Method) - Method in class org.openl.rules.ruleservice.publish.lazy.LazyEngineFactory
 
valueOf(String) - Static method in enum org.openl.rules.ruleservice.core.ExceptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openl.rules.ruleservice.core.ExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M O P R S T U V 
Skip navigation links

Copyright © 2004–2019 OpenL Tablets. All rights reserved.