OTX-Runtime for Java
|
|
Package containing all interfaces for custom implementations. More...
Packages | |
package | CustomScreenImplementation |
Package containing all interfaces for custom screen implementation. | |
package | ExternalServiceProviderImplementation |
Package containing all interfaces for custom external service provider implementation. | |
package | MeasureImplementation |
Package containing all interfaces for custom measure implementation. | |
package | SqlImplementation |
Package containing all interfaces for custom SQL implementation. | |
Classes | |
enum | ConfirmationTypes |
Enumeration of ConfirmationTypes, see "ConfirmDialog". More... | |
class | ContextVariableImplementation |
Default ContextVariable implementation. More... | |
interface | ContextVariableReadHandler |
An Event handler, fire when a context variable reads its value. More... | |
class | DefaultCustomScreenImplementation |
Default custom screen implementation. More... | |
class | DefaultExternalServiceProviderImplementation |
Default external service provider implementation. More... | |
class | DefaultMeasureImplementation |
Default measure implementation. More... | |
interface | IBasicScreenImplementation |
Allows users to implement their own basic Screens, consisting of ConfirmDialog, InputDialog, ChoiceDialog and ShowDocumentDialog. More... | |
interface | ICommonDialogsImplementation |
Allows users to implement their own common Dialogs, consisting of FileOpenDialog, FileSaveDialog, and SelectDirectoryDialog. More... | |
interface | IContextVariableImplementation |
Allows users to implement their own ContextVariables. More... | |
interface | ICustomScreenImplementation |
Allows users to implement their own Screens. More... | |
interface | IExternalServiceProviderImplementation |
Allows users to implement their own ExternalServiceProvider extension. More... | |
interface | Ii18nImplementation |
Allows users to implement their own I18n extension. More... | |
interface | ILoggingImplementation |
Enumeration of LogLevels, see "SetLogLevel". More... | |
interface | IMeasureImplementation |
Allows users to implement their own Measure extension. More... | |
interface | ISqlImplementation |
Allows users to implement their own Sql extension. More... | |
interface | IStateVariableImplementation |
Allows users to implement their own StateVariables. More... | |
enum | LogLevels |
Enumeration of LogLevels, see SetLogLevel. More... | |
enum | MessageTypes |
Enumeration of MessageTypes, see ConfirmDialog. More... | |
enum | SeverityLevels |
Enumeration of SeverityLevels, see WriteLog. More... | |
class | StateVariableImplementation |
Default StateVariable implementation. More... | |
interface | StateVariableValueChangedHandler |
An Event handler, fire when State Variable value is changed. More... | |
Package containing all interfaces for custom implementations.