Interface | Description |
---|---|
ClientAppSettings |
Settings for the custom application.
|
CommonSettings |
Commons settings.
|
ComponentService |
Service that returns registered components.
|
ComponentServiceLocal |
The central class for providing custom components (LSPS tasks and functions).
|
Debugger |
A base interface for debugger interfaces.
|
EntityWithId<K> |
Interface for JPA entities.
|
IErrorException |
This is a common interface for exceptions
ErrorException and
ErrorRuntimeException . |
ILspsException |
This is a common interface for exceptions
LspsException and
LspsRuntimeException . |
InitService |
Service which is used in the post deployment initialization to init process engine.
|
JEEServer.JEEServerVisitor<T> |
Visitor for JEEServer
|
LicenseService | |
MBeanInitializationLocal |
This interface provides method to initialize MBeans which give access to
Hibernate statistics.
|
SecurityManagerService |
Service that provides the security identity and security rights.
|
Class | Description |
---|---|
ApplicationDataConstants |
Application data constants.
|
Assert |
Utility methods for checking values of parameters, etc.
|
Basic |
Basic utility methods.
|
ByteData |
Class containing raw byte data.
|
Dates |
Utility class for dates
|
DebuggerInstance |
This class represents a debugger instance.
|
ErrorContext |
Context of ErrorException
|
Exceptions |
Utility methods dealing with
Throwable . |
ExternalReference | |
IO |
Various I/O utility methods.
|
JavaKeywords |
A helper class containing Java keywords (including reserved).
|
JavaReflectionUtils |
Helper methods for matching from lsps methods into java methods.
|
JEEServer.JEEServerVisitor.JEEServerVisitorAdapter<T> | |
Locales |
Locale utils
|
RestrictedObjectInputStream |
LSPS-9640 Vaadin security alert for Java deserialization of untrusted data in Vaadin
HOTFIX: Prevent known vaadin deserialization vulnerability.
|
Serialization |
Serialization utility methods.
|
Serialization.PrimitivesInputStream |
Supports correct de-serialization of primitive types.
|
ServerProperties |
Helper class for reading server.properties file and getting flags/setings from it
|
Sets |
Helper class, set related utilities.
|
StopWatch |
A utility class to measure elapsed time since a specific point in time.
|
StringProperties |
Class representing a set of string key-value properties.
|
StringProperty |
A string key-value pair.
|
Strings |
The helper class with
String -related utilities. |
ZipUtils |
Utility class for unpacking zip files.
|
Enum | Description |
---|---|
CompatibilityVersion |
Enumeration of compatibility versions.
|
DebuggerAction |
Possible debugger actions.
|
JavaReflectionCache |
Cache to improve performance java reflection on pojo implementation of tasks, functions...
|
JEEServer |
Enumeration of JEE servers.
|
SettingsCache |
Allows to obtain cached settings.
|
Exception | Description |
---|---|
ErrorException |
This exception represents a BPMN error.
|
ErrorRuntimeException |
This is an unchecked version of
ErrorException . |
LspsEntityNotFoundException | |
LspsException |
Exception with contexts.
|
LspsRuntimeException |
Base LSPS runtime exception.
|
LspsSettingsException |
Exception reading/applying settings.
|
NoInitialContextException | |
ObjectNotFoundException |
Base class for not-found exceptions.
|
OptimisticLockException |
Thrown from LSPS engine, when version conflict is detected on a versioned shared record type.
|
StaleObjectException |
Base class for stale-object exceptions.
|
TransactionRollbackErrorException |
Exception thrown when there is detected a transaction roll-back during execution.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.