Package | Description |
---|---|
com.whitestein.lsps.common | |
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.engine.tester |
Testing support for testing engine tasks.
|
com.whitestein.lsps.hibernate.envers |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentServiceLocal
The central class for providing custom components (LSPS tasks and functions).
|
Modifier and Type | Method and Description |
---|---|
ComponentService |
ComponentServiceLocal.getCache()
Answer an optional component service cache.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModelProvider
Provider of model elements.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelProviderImpl
Implementation of the
ModelProvider . |
Modifier and Type | Method and Description |
---|---|
ComponentService |
JavaOperationExecutionContext.getComponentService() |
ComponentService |
ExecutionContextImpl.getComponentService() |
ComponentService |
ExecutionContext.getComponentService()
Returns component service
|
Modifier and Type | Method and Description |
---|---|
ComponentService |
CompiledNamespace.getComponentService() |
static ComponentService |
CompiledNamespace.getComponentServiceStat(Namespace namespace) |
Modifier and Type | Field and Description |
---|---|
protected ComponentService |
HibernateConfigurationFactoryImpl.componentService
Instance of
ComponentService |
Constructor and Description |
---|
DelegatingSharedRecordInterceptor(ComponentService componentService)
Constructs interceptor and initialize it with given collection of plugins and shared record context
|
HibernateConfigurationFactoryImpl(ComponentService componentService) |
SharedRecordConfigurationGenerator(ComponentService componentService,
DataSource defaultDataSource,
String jndi,
com.whitestein.lsps.model.sharedrecord.SharedRecordTypes sharedRecordTypes,
ConfigurationExt configuration,
Properties additionalProperties)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ComponentService |
MockExecutionContext.getComponentService() |
ComponentService |
MockTaskContext.getComponentService() |
Modifier and Type | Method and Description |
---|---|
com.whitestein.lsps.hibernate.envers.RevisionInfoConfigurationResult |
LspsRevisionInfoConfiguration.configure(ComponentService componentService,
org.hibernate.cfg.Configuration cfg,
LspsReflectionManager reflectionManager) |
Constructor and Description |
---|
LspsDefaultRevisionInfoGenerator(ComponentService componentService,
String revisionInfoEntityName,
Class<? extends org.hibernate.envers.RevisionListener> listenerClass,
org.hibernate.envers.entities.PropertyData revisionInfoTimestampData,
boolean timestampAsDate)
Creates new instance.
|
LspsDefaultTrackingModifiedEntitiesRevisionInfoGenerator(ComponentService componentService,
String databaseJndi,
String revisionInfoEntityName,
String modifiedEntityName,
String namePropertyName,
Class<? extends org.hibernate.envers.RevisionListener> listenerClass,
org.hibernate.envers.entities.PropertyData revisionInfoTimestampData,
boolean timestampAsDate,
org.hibernate.envers.entities.PropertyData modifiedEntityNamesData) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.