Interface | Description |
---|---|
CommonSettings |
Commons settings.
|
ComponentService |
Service that returns registered components.
|
ComponentServiceLocal |
Service that returns registered components.
|
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 |
---|---|
Assert |
Utility methods for checking values of parameters, etc.
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Basic |
Basic utility methods.
|
ByteData |
Class containing raw byte data.
|
Dates |
Utility class for dates, used by DB script generator tool
to create scripts for H2.
|
DebuggerInstance |
This class represents a debugger instance.
|
ErrorContext |
Context of ErrorException
|
Exceptions |
Utility methods dealing with
Throwable . |
IO |
Various I/O utility methods.
|
JEEServer.JEEServerVisitor.JEEServerVisitorAdapter<T> | |
Locales |
Locale utils
|
PasswordUtil |
Utility class for encrypting and verifying passwords.
|
Serialization |
Serialization utility methods.
|
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 | |
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.
|
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-2018 Whitestein Technologies. All Rights Reserved.