- C - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- cache - Variable in class org.eclipse.osbp.runtime.common.state.impl.DataState
-
- callback(Object, Object) - Method in interface org.eclipse.osbp.runtime.common.keystroke.KeyStrokeCallback
-
Is called if the keystroke definition was activated.
- CANCEL - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
A constant for cancel status.
- canDispose() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
-
Returns true if not disposing and not disposed.
- changeLocale(Locale) - Method in interface org.eclipse.osbp.runtime.common.i18n.ITranslator
-
- checkDisposed() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
-
Checks whether the element is disposed.
- checkDisposed(IDisposable) - Static method in class org.eclipse.osbp.runtime.common.dispose.IDisposable.DisposableUtil
-
- ClientDerbyDatasourceConfig - Class in org.eclipse.osbp.runtime.common.datasource.config
-
- ClientDerbyDatasourceConfig() - Constructor for class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- ClientDerbyDatasourceConfig.Keys - Enum in org.eclipse.osbp.runtime.common.datasource.config
-
- CommonDatasourceConfig - Class in org.eclipse.osbp.runtime.common.datasource.config
-
- CommonDatasourceConfig() - Constructor for class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
-
- CompareType - Enum in org.eclipse.osbp.runtime.common.annotations
-
The Enum CompareType.
- Constraint - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation adds a constraint on a relation.
- contains(Object) - Method in interface org.eclipse.osbp.runtime.common.state.IDataState
-
Returns true, if a dirty version of the given object is available.
- contains(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
-
- contains(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
-
- containsProperty(String) - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns true, if a property exists.
- containsProperty(String) - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- convertDictionaryToHashMap(Dictionary<?, ?>) - Static method in class org.eclipse.osbp.runtime.common.util.OSGiUtil
-
Convert dictionary to hash map.
- convertDictionaryToProperties(Dictionary<?, ?>) - Static method in class org.eclipse.osbp.runtime.common.util.OSGiUtil
-
Convert dictionary to properties.
- convertHashMapToDictionary(HashMap<?, ?>) - Static method in class org.eclipse.osbp.runtime.common.util.OSGiUtil
-
Convert hash map to dictionary.
- convertHashMapToProperties(HashMap<?, ?>) - Static method in class org.eclipse.osbp.runtime.common.util.OSGiUtil
-
Convert hash map to properties.
- CoordinationManager - Class in org.eclipse.osbp.runtime.common.coordination
-
Helper methods for OSGi coordination.
- CoordinationManager() - Constructor for class org.eclipse.osbp.runtime.common.coordination.CoordinationManager
-
Instantiates a new coordination manager.
- createCancelStatus() - Static method in class org.eclipse.osbp.runtime.common.validation.Status
-
Creates an CANCEL status.
- createContext(String, Map<String, Object>) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
-
Creates the context.
- createCurrentCoordination(Map<Class<?>, Object>) - Method in class org.eclipse.osbp.runtime.common.coordination.CoordinationManager
-
Returns a new implicit coordination and makes it the current
coordination.
- createDataSource(CommonDatasourceConfig) - Method in interface org.eclipse.osbp.runtime.common.datasource.IDataSourceService
-
- createErrorStatus() - Static method in class org.eclipse.osbp.runtime.common.validation.Status
-
Creates an ERROR status.
- createErrorStatus(Exception) - Static method in class org.eclipse.osbp.runtime.common.validation.Status
-
Creates an ERROR status.
- createFilter(String) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
-
Creates the filter.
- createObjectWithIdHash(Class<?>, Object) - Static method in class org.eclipse.osbp.runtime.common.hash.HashUtil
-
Creates a hash code for an object with the class name and objects
hashCode.
- createObjectWithIdHash(String, Object) - Static method in class org.eclipse.osbp.runtime.common.hash.HashUtil
-
Creates a hash code for an object with the class name and objects
hashCode.
- createOKStatus() - Static method in class org.eclipse.osbp.runtime.common.validation.Status
-
Creates an OK status.
- createStatus(String, Class<?>, IStatus.Severity, String) - Static method in class org.eclipse.osbp.runtime.common.validation.Status
-
Creates a status for the given parameters.
- createStatus(String, Class<?>, IStatus.Severity, String, Exception) - Static method in class org.eclipse.osbp.runtime.common.validation.Status
-
Creates the status.
- createStatus(String, Class<?>, IStatus.Severity, Exception) - Static method in class org.eclipse.osbp.runtime.common.validation.Status
-
Creates the status.
- CTRL - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.ModifierKey
-
- D - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- DATA - Static variable in interface org.eclipse.osbp.runtime.common.event.IEventBroker
-
The name of the default event attribute used to pass data.
- data(Object) - Method in class org.eclipse.osbp.runtime.common.help.HelpRequestBuilder
-
Any kind of data.
- DataSourceInfo() - Constructor for class org.eclipse.osbp.runtime.common.datasource.IDataSourceService.DataSourceInfo
-
- DataState - Class in org.eclipse.osbp.runtime.common.state.impl
-
Responsible to cache data by a cache implementation.
- DataState(SharedStateContext) - Constructor for class org.eclipse.osbp.runtime.common.state.impl.DataState
-
- deactivate(ComponentContext) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
-
Deactivate.
- deactivate(ComponentContext) - Method in class org.eclipse.osbp.runtime.event.EventBroker
-
- decreaseUsageCount() - Method in interface org.eclipse.osbp.runtime.common.dispose.IReferenceCountable
-
Decreases the usage count.
- decreaseUsageCount() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- DELETE - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- Dirty - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation marks fields in DTOs, that it is a dirty-indicator boolean
field.
- DirtyDataAwareGlobalState - Class in org.eclipse.osbp.runtime.common.state.impl
-
Combines the global data state and the dirty data state.
- DirtyDataAwareGlobalState(IDataState, IDataState) - Constructor for class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
-
- DirtyDataState - Class in org.eclipse.osbp.runtime.common.state.impl
-
Responsible to cache changed objects.
- DirtyDataState(SharedStateContext) - Constructor for class org.eclipse.osbp.runtime.common.state.impl.DirtyDataState
-
- DirtyStateAdapter - Class in org.eclipse.osbp.runtime.common.annotations
-
A property change listener which may be added to several dto instances.
- DirtyStateAdapter() - Constructor for class org.eclipse.osbp.runtime.common.annotations.DirtyStateAdapter
-
- DisposableUtil() - Constructor for class org.eclipse.osbp.runtime.common.dispose.IDisposable.DisposableUtil
-
- Dispose - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation marks fields in JPA entities and DTOs, that the field is the
"disposal" indicator.
- dispose() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
-
If called, the element will be disposed.
- dispose() - Method in interface org.eclipse.osbp.runtime.common.dispose.IDisposable
-
If called, the element will be disposed.
- DisposeException(Object) - Constructor for exception org.eclipse.osbp.runtime.common.dispose.IDisposable.DisposeException
-
Constructor.
- doExecute() - Method in class org.eclipse.osbp.runtime.common.state.SharedStateUnitOfWork
-
The unit of work to do.
- DomainDescription - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation marks fields in JPA entities and DTOs, that the content is a
human readable domain description.
- DomainEmbedded - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation marks fields in JPA entities and DTOs, that the content is
embedded.
- DomainKey - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation marks fields in JPA entities and DTOs, that the content is a
human readable domain key.
- DomainReference - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation marks fields in JPA entities and DTOs, that the content is
reference to another Bean.
- DRIVER_NAME - Static variable in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
-
- DtoUtils - Class in org.eclipse.osbp.runtime.common.annotations
-
The Class DtoUtils.
- DtoUtils() - Constructor for class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
- G - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- get(String) - Static method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
Returns the 'LComparator Type' literal with the specified
literal value.
- get(int) - Static method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
Returns the 'LComparator Type' literal with the specified
integer value.
- get(Object) - Method in interface org.eclipse.osbp.runtime.common.state.IDataState
-
Returns the dirty version of the object if available.
- get(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
-
- get(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
-
- getAdapter(Class<A>, Object) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the adapter which has proper type from the given dto.
- getAllowLoadLocalInfile() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAllowMasterDownConnections() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAllowMultiQueries() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAllowNanAndInf() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAllowPublicKeyRetrieval() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAllowUrlInLocalInfile() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAlwaysSendSetIsolation() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAttributesAsPassword() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getAuthenticationPlugins() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAutoClosePStmtStreams() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAutoDeserialize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAutoGenerateTestcaseScript() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAutoReconnect() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAutoReconnectForPools() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getAutoSlowLog() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getBlobsAreStrings() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getBlobSendChunkSize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getBundleSymblicName() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns symbolic name of the bundle that has created the status.
- getBundleSymblicName() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- getByName(String) - Static method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
Returns the 'LComparator Type' literal with the specified
name.
- getCacheCallableStmts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCacheDefaultTimezone() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCachePrepStmts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCacheResultSetMetadata() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCacheServerConfiguration() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCallableStmtCacheSize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCapitalizeTypeNames() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCaption() - Method in class org.eclipse.osbp.runtime.common.keystroke.KeyStrokeDefinition
-
Returns the caption of the keystroke definition.
- getCharacterEncoding() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCharacterSetResults() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getClientCertificateKeyStorePassword() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getClientCertificateKeyStoreType() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getClientCertificateKeyStoreUrl() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getClientInfoProvider() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getClobberStreamingResults() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getClobCharacterEncoding() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCode() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns the status code.
- getCode() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- getCompensateOnDuplicateKeyUpdateCounts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getConnectionAttributes() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getConnectionAttributes() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getConnectionAttributes() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getConnectionCollation() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getConnectionLifecycleInterceptors() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getConnectTimeout() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getContext(String, Map<String, Object>) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
-
- getContext(String, Map<String, Object>) - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContextProvider
-
- getContinueBatchOnError() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCreateDatabase() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getCreateDatabase() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getCreateDatabaseIfNotExist() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getCurrentCoordination() - Static method in class org.eclipse.osbp.runtime.common.coordination.CoordinationManager
-
Returns the current coordination or null
if no current
coordination is available.
- getDataBaseName() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getDataBaseName() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getDatabaseName() - Method in class org.eclipse.osbp.runtime.common.datasource.IDataSourceService.DataSourceInfo
-
- getDataSourceName() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getDataSourceName() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getDataSources(String) - Method in interface org.eclipse.osbp.runtime.common.datasource.IDataSourceService
-
- getDataSourcInfos(String) - Method in interface org.eclipse.osbp.runtime.common.datasource.IDataSourceService
-
- getDefaultAuthenticationPlugin() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDefaultFetchSize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDescription() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getDescription() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getDetectCustomCollations() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDirtyAwareGlobalState() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- getDirtyAwareGlobalState() - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
-
Returns an immutable compound state that handles the global and dirty
state.
- getDirtyField(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the dispose field.
- getDirtyGetter(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the dispose field.
- getDirtySetter(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the dispose field.
- getDirtyState() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- getDirtyState() - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
-
Returns the dirty state that contains all dirty objects for the shared
state.
- getDisabledAuthenticationPlugins() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDisconnectOnExpiredPasswords() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDisposeField(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the dispose field.
- getDisposeListeners() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
-
Returns a mutable list of dispose listener.
- getDisposeMethod(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the dispose method.
- getDomainDescriptionField(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the domain description field.
- getDomainKeyField(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the domain key field.
- getDontCheckOnDuplicateKeyUpdateInSQL() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDontTrackOpenResources() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDumpMetadataOnColumnNotFound() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDumpQueriesOnException() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getDynamicCalendars() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getElideSetAutoCommits() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getEmptyStringsConvertToZero() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getEmulateLocators() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getEmulateUnsupportedPstmts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getEnablePacketDebug() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getEnableQueryTimeouts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getEnumValues(Class<? extends Enum<?>>) - Static method in class org.eclipse.osbp.runtime.common.util.OSGiUtil
-
Gets the enum values.
- getException() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns the exception of the status.
- getException() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- getExceptionInterceptors() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getExplainSlowQueries() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getFailOverReadOnly() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getFunctionsNeverReturnBlobs() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getGatherPerfMetrics() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getGenerateSimpleParameterMetadata() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getGetProceduresReturnsFunctions() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getGlobalDataState() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- getGlobalDataState() - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
-
Returns the "used state" that contains all objects that are currently
used for the shared state.
- getHashCode(Object) - Method in interface org.eclipse.osbp.runtime.common.state.IDataState.Hashing
-
Returns the hashcode for the given object.
- getHoldResultsOpenOverStatementClose() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getHtml(Map<String, Object>) - Method in interface org.eclipse.osbp.runtime.common.help.IHelpService
-
Returns the help content in html format.
- getI18nKey() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.Translation
-
Returns the i18nKey.
- getI18nKey(String, Enum<?>) - Static method in class org.eclipse.osbp.runtime.common.i18n.I18nUtil
-
Returns the i18n key for the enum and its literal.
- getI18nKey(Enum<?>) - Static method in class org.eclipse.osbp.runtime.common.i18n.I18nUtil
-
Returns the i18n key for the enum and its literal.
- getI18nValue() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.Translation
-
Returns the i18nValue.
- getId() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- getId() - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
-
Returns the unique id of the environment.
- getId() - Method in interface org.eclipse.osbp.runtime.common.user.IUserInfo
-
Returns the id of the user.
- getId() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns the id of the status.
- getId() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- getIgnoreNonTxTables() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getImageI18nKey(String, Enum<?>) - Static method in class org.eclipse.osbp.runtime.common.i18n.I18nUtil
-
Returns the i18nImageKey for the Enum name and literal.
- getImageKey(String) - Static method in class org.eclipse.osbp.runtime.common.i18n.I18nUtil
-
Returns the image key for the given label key.
- getIncludeInnodbStatusInDeadlockExceptions() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getIncludeThreadDumpInDeadlockExceptions() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getIncludeThreadNamesAsStatementComment() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getInfo(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the info for the given class.
- getInitialTimeout() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getInteractiveClient() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getJdbcCompliantTruncation() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getKeyCode() - Method in class org.eclipse.osbp.runtime.common.keystroke.KeyStrokeDefinition
-
Returns the key code.
- getLargeRowSizeThreshold() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLiteral() - Method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
.
- getLoadBalanceAutoCommitStatementRegex() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceAutoCommitStatementThreshold() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceBlacklistTimeout() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceConnectionGroup() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceEnableJMX() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceExceptionChecker() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalancePingTimeout() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceSQLExceptionSubclassFailover() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceSQLStateFailover() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceStrategy() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoadBalanceValidateConnectionOnSwapServer() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLocale() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.ResourceDescription
-
Gets the locale.
- getLocale() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.Translation
-
Returns the locale where key and value had been found.
- getLocalSocketAddress() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLocatorFetchBufferSize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLogger() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLoginTimeout() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getLoginTimeout() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getLogSlowQueries() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getLogWriter() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getLogWriter() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getLogXaCommands() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getMaintainTimeStats() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getMaxAllowedPacket() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getMaxQuerySizeToLog() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getMaxReconnects() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getMaxRows() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getMessage() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns the message of the status.
- getMessage() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- getMetadataCacheSize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getModifierKeys() - Method in class org.eclipse.osbp.runtime.common.keystroke.KeyStrokeDefinition
-
Returns the modifier keys.
- getName() - Method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
.
- getNetTimeoutForStreamingResults() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getNoAccessToProcedureBodies() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getNoDatetimeStringSync() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getNoTimezoneConversionForDateType() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getNoTimezoneConversionForTimeType() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getNullCatalogMeansCurrent() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getNullNamePatternMatchesAll() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getOverrideSupportsIntegrityEnhancementFacility() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPacketDebugBufferSize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPadCharsWithSpace() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getParanoid() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getParseInfoCacheFactory() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPassword() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getPassword() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getPassword() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPasswordCharacterEncoding() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPedantic() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPid() - Method in class org.eclipse.osbp.runtime.common.datasource.IDataSourceService.DataSourceInfo
-
- getPinGlobalTxToPhysicalConnection() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPopulateInsertRowWithDefaultValues() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPortNumber() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getPreferences(String) - Method in interface org.eclipse.osbp.runtime.common.user.IUserInfo
-
Returns the user preferences.
- getPrepStmtCacheSize() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getPrepStmtCacheSqlLimit() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getProcessEscapeCodesForPrepStmts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getProfilerEventHandler() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getProfileSQL() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getProfileSql() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getProperties(Object, String, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.PropertiesUtil
-
Returns a map with all key value pairs contained in @Properties.
- getProperties(Class<?>, String, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.PropertiesUtil
-
Returns a map with all key value pairs contained in @Properties.
- getProperties() - Method in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
-
- getProperties() - Method in class org.eclipse.osbp.runtime.common.datasource.IDataSourceService.DataSourceInfo
-
- getProperties() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.ResourceDescription
-
Gets the properties.
- getPropertiesTransform() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getProperty(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- getProperty(Object) - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
-
Returns the value for the key or null
if no value
registered.
- getProperty(String) - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns the value of the property.
- getProperty(String) - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- getPropertyFromCurrentCoordination(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.coordination.CoordinationManager
-
Returns the property with the given key from the current
"implicit Coordination".
- getPropertyKeys() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- getPropertyKeys() - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
-
Returns all keys that are registered in the environment.
- getPropertyKeysForDriver(String) - Static method in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
-
- getQueriesBeforeRetryMaster() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getQueryTimeoutKillsConnection() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getReadOnlyPropagatesToServer() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getReconnectAtTxEnd() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRelaxAutoCommit() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getReplicationEnableJMX() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getReportMetricsIntervalMillis() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRequireSSL() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getResourceDescription() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.Translation
-
Returns the resource description, where the i18n entry was contained.
- getResourceId() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getResultSetSizeThreshold() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRetainStatementAfterResultSetClose() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRetriesAllDown() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRetrieveMessageText() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getRewriteBatchedStatements() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRollbackOnPooledClose() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRoundRobinLoadBalance() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getRunningCTS13() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSecondsBeforeRetryMaster() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSecurityMechanism() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getSelfDestructOnPingMaxOperations() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSelfDestructOnPingSecondsLifetime() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getServerConfigCacheFactory() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getServerName() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getServerRSAPublicKeyFile() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getServerTimezone() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSessionVariables() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSeverity() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Returns the severity of the status.
- getSeverity() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- getShutdownDatabase() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getShutdownDatabase() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getSlowQueryThresholdMillis() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSlowQueryThresholdNanos() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSocketFactory() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSocketTimeout() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSocksProxyHost() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSocksProxyPort() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getSsl() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getStatementInterceptors() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getStrictFloatingPoint() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getStrictUpdates() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTcpKeepAlive() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTcpNoDelay() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTcpRcvBuf() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTcpSndBuf() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTcpTrafficClass() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTinyInt1isBit() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTraceDirectory() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getTraceFile() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getTraceFileAppend() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getTraceLevel() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getTraceProtocol() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTransformedBitIsBoolean() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTranslations() - Method in interface org.eclipse.osbp.runtime.common.i18n.ITranslator
-
- getTreatUtilDateAsTimestamp() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTrustCertificateKeyStorePassword() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTrustCertificateKeyStoreType() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getTrustCertificateKeyStoreUrl() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUltraDevHack() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getURI() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.ResourceDescription
-
Gets the uri.
- getUrl() - Method in class org.eclipse.osbp.runtime.common.datasource.IDataSourceService.DataSourceInfo
-
- getURL() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.ResourceDescription
-
Gets the url.
- getUsageCount() - Method in interface org.eclipse.osbp.runtime.common.dispose.IReferenceCountable
-
Returns the usage count.
- getUsageCount() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- getUseAffectedRows() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseBlobToStoreUTF8OutsideBMP() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseColumnNamesInFindColumn() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseCompression() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseConfigs() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseCursorFetch() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseDirectRowUnpack() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseDynamicCharsetInfo() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseFastDateParsing() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseFastIntParsing() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseGmtMillisForDatetimes() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseHostsInPrivileges() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseInformationSchema() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseJDBCCompliantTimezoneShift() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseJvmCharsetConverters() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseLegacyDatetimeCode() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseLocalSessionState() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseLocalTransactionState() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseNanosForElapsedTime() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseOldAliasMetadataBehavior() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseOldUTF8Behavior() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseOnlyServerErrorMessages() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUser() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
-
- getUser() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
-
- getUser() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseReadAheadInput() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseServerPrepStmts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseSqlStateCodes() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseSSL() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseSSPSCompatibleTimezoneShift() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseStreamLengthsInPrepStmts() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseTimezone() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseUnbufferedInput() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseUnicode() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUseUsageAdvisor() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUtf8OutsideBmpExcludedColumnNamePattern() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getValue() - Method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
.
- getValue(Object, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns the id key field.
- getValue(Object, String, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.PropertiesUtil
-
Returns the value of @Property, from the property in object containing a @Property
with the given key.
- getValue(Class<?>, String, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.PropertiesUtil
-
Returns the value of @Property, from the property in clazz containing a @Property
with the given key.
- getValue(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
-
- getValue(String, Locale) - Method in interface org.eclipse.osbp.runtime.common.i18n.II18nService
-
Returns the i18nKey for the given key and locale.
- getValue(String, Locale) - Method in class org.eclipse.osbp.runtime.common.i18n.URLI18nService
-
- getVerifyServerCertificate() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- getZeroDateTimeBehavior() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
-
- GlobalDataState - Class in org.eclipse.osbp.runtime.common.state.impl
-
Responsible to cache changed objects.
- GlobalDataState(SharedStateContext) - Constructor for class org.eclipse.osbp.runtime.common.state.impl.GlobalDataState
-
Instantiates a new global data state.
- GREATER_EQ_VALUE - Static variable in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
The 'GREATER EQ' literal value.
- GREATER_VALUE - Static variable in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
The 'GREATER' literal value.
- I - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- I18nAdapter - Class in org.eclipse.osbp.runtime.common.i18n
-
- I18nAdapter() - Constructor for class org.eclipse.osbp.runtime.common.i18n.I18nAdapter
-
- I18nRegistry - Class in org.eclipse.osbp.runtime.common.i18n
-
A registry that may be used to collect and access I18n translations based on
URLs.
- I18nRegistry() - Constructor for class org.eclipse.osbp.runtime.common.i18n.I18nRegistry
-
Instantiates a new i18n registry.
- I18nRegistry.ResourceDescription - Class in org.eclipse.osbp.runtime.common.i18n
-
A resource is a file containing all translations for a file.
- I18nRegistry.Translation - Class in org.eclipse.osbp.runtime.common.i18n
-
The Class Translation.
- I18nUtil - Class in org.eclipse.osbp.runtime.common.i18n
-
The Class I18nUtil.
- I18nUtil() - Constructor for class org.eclipse.osbp.runtime.common.i18n.I18nUtil
-
- IBundleSpace - Interface in org.eclipse.osbp.runtime.common.types
-
A bundle space is a collection of bundles that expose their classes.
- id(Object) - Method in class org.eclipse.osbp.runtime.common.help.HelpRequestBuilder
-
An id which identifies the help for the requestType.
- ID - Static variable in interface org.eclipse.osbp.runtime.common.i18n.II18nService
-
The id.
- IDataSourceService - Interface in org.eclipse.osbp.runtime.common.datasource
-
- IDataSourceService.DataSourceInfo - Class in org.eclipse.osbp.runtime.common.datasource
-
- IDataState - Interface in org.eclipse.osbp.runtime.common.state
-
Different versions of objects may be available.
- IDataState.Hashing - Interface in org.eclipse.osbp.runtime.common.state
-
Returns the hash code or key for the given object.
- IDisposable - Interface in org.eclipse.osbp.runtime.common.dispose
-
Disposable objects can be destroyed.
- IDisposable.DisposableUtil - Class in org.eclipse.osbp.runtime.common.dispose
-
A public helper util that can be used to check the dispose state of an
element.
- IDisposable.DisposeException - Exception in org.eclipse.osbp.runtime.common.dispose
-
Will be thrown if disposed objects are accessed.
- IDisposable.Listener - Interface in org.eclipse.osbp.runtime.common.dispose
-
A listener that is notified if the observed object was disposed.
- IEventBroker - Interface in org.eclipse.osbp.runtime.common.event
-
To obtain an instance of the event broker service from the #IEclipseContext context, use
- IExtenderConstants - Interface in org.eclipse.osbp.runtime.common.extender
-
The Interface IExtenderConstants.
- IHelpService - Interface in org.eclipse.osbp.runtime.common.help
-
The Interface IHelpService.
- II18nService - Interface in org.eclipse.osbp.runtime.common.i18n
-
This service returns the string value for a given i18nKey and locale.
- IMementoHandler - Interface in org.eclipse.osbp.runtime.common.memento
-
Implementors can apply and create mementos.
- IMementoManager - Interface in org.eclipse.osbp.runtime.common.memento
-
A memento manager is responsible to load and save mementos.
- increaseUsageCount() - Method in interface org.eclipse.osbp.runtime.common.dispose.IReferenceCountable
-
Increases the usage count.
- increaseUsageCount() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- INSERT - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- internalDispose() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
-
Should be overridden by subclasses to dispose their content.
- internalDispose() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nAdapter
-
- internalDispose() - Method in class org.eclipse.osbp.runtime.common.i18n.URLI18nService
-
- internalDispose() - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
-
- internalDispose() - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
- invalidate(Object) - Method in interface org.eclipse.osbp.runtime.common.state.IDataState
-
Invalidates the object with the given key.
- invalidate(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
-
- invalidate(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
-
- invalidate(String, Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
-
Invalidate.
- invokeDirtyGetter(Object) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Tries to invoke the isDirty method.
- invokeDirtySetter(Object, boolean) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Tries to invoke the setDirty method.
- invokeDisposeMethod(Object) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Tries to invoke the dispose method.
- IReferenceCountable - Interface in org.eclipse.osbp.runtime.common.dispose
-
Implementations need to hold an internal counter about references to the
instance.
- isActive() - Method in class org.eclipse.osbp.runtime.common.annotations.DirtyStateAdapter
-
True, if the adapter handles notifications.
- isCancel() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
- isCancel() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- isDirty() - Method in class org.eclipse.osbp.runtime.common.annotations.DirtyStateAdapter
-
Returns true, if the dto structure became dirty.
- isDirty(Object) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Tries to invoke the dirty getter.
- isDirtyField(Class<?>, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns true, if the given field is a dirty field.
- isDisposed() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
-
Returns true, if this object was already disposed.
- isDisposed() - Method in interface org.eclipse.osbp.runtime.common.dispose.IDisposable
-
Returns true, if this object was already disposed.
- isDisposeField(Class<?>, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns true, if the given field is a dispose field.
- isDisposeMethod(Class<?>, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
-
Returns true, if the given method is a dispose method.
- isDisposing() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
-
Returns true, during the disposal process.
- isDisposing() - Method in interface org.eclipse.osbp.runtime.common.dispose.IDisposable
-
Returns true, during the disposal process.
- isError() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
- isError() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- ISharedStateContext - Interface in org.eclipse.osbp.runtime.common.state
-
Different participants may share data.
- ISharedStateContextProvider - Interface in org.eclipse.osbp.runtime.common.state
-
The
ISharedStateContextProvider
is responsible to create shared state
context, to dispose them and to provide active instances of them.
- isInfo() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
- isInfo() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- isOK() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
- isOK() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- IStatus - Interface in org.eclipse.osbp.runtime.common.validation
-
The status defines the current state of a process.
- IStatus.Severity - Enum in org.eclipse.osbp.runtime.common.validation
-
The severity of the status.
- isWarning() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
- isWarning() - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- ITranslator - Interface in org.eclipse.osbp.runtime.common.i18n
-
- ITypeProviderService - Interface in org.eclipse.osbp.runtime.common.types
-
This service is responsible to load classes which are visible for the domain.
- IUserInfo - Interface in org.eclipse.osbp.runtime.common.user
-
Provides information about the current user.
- IValidationParticipant - Interface in org.eclipse.osbp.runtime.common.validation
-
A validation participant is used by the dto service, to validate complex
rules.
- P - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- PAGE_DOWN - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- PAGE_UP - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- parse(String) - Static method in class org.eclipse.osbp.runtime.common.keystroke.KeyCodeUtil
-
Parses the keyCode to a key stroke definition.
KeyCode follows the pattern "CTRL+ALT+S".
- post(String, Object) - Method in interface org.eclipse.osbp.runtime.common.event.IEventBroker
-
Publish event asynchronously (this method returns immediately).
- post(String, Object) - Method in class org.eclipse.osbp.runtime.event.EventBroker
-
- PROP__DATA - Static variable in interface org.eclipse.osbp.runtime.common.help.IHelpService
-
Is used in the properties to pass any kind of data.
- PROP__HELP_TYPE - Static variable in interface org.eclipse.osbp.runtime.common.help.IHelpService
-
Is used in the properties to define the helpType.
- PROP__ID - Static variable in interface org.eclipse.osbp.runtime.common.help.IHelpService
-
Is used in the properties to define the id of the given data.
- PROP_CREATOR - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Class that created the message.
- PROP_FIELD_I18N_KEY - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
I18nKey of the field.
- PROP_FIELD_ID - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
The id of the field.
- PROP_JAVAX_CONSTRAINT - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
javax constraint if created by bean validation.
- PROP_JAVAX_LEAF_BEAN - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
leaf bean if created by bean validation.
- PROP_JAVAX_PROPERTY_PATH - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
property path if created by bean validation.
- PROP_PERSIST_POLICY - Static variable in interface org.eclipse.osbp.runtime.common.memento.IMementoManager
-
The Constant PROP_PERSIST_POLICY.
- PROP_UI_APPLICATION_ID - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
The id of the affected application.
- Properties - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation combines many
Property
into a compound
one.
- properties - Variable in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
-
- PropertiesUtil - Class in org.eclipse.osbp.runtime.common.annotations
-
The Class PropertiesUtil.
- PropertiesUtil() - Constructor for class org.eclipse.osbp.runtime.common.annotations.PropertiesUtil
-
- Property - Annotation Type in org.eclipse.osbp.runtime.common.annotations
-
This annotation adds a key value pair for further processing.
- property(String, Object) - Method in class org.eclipse.osbp.runtime.common.help.HelpRequestBuilder
-
Pass any property.
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.osbp.runtime.common.annotations.DirtyStateAdapter
-
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.osbp.runtime.common.state.impl.GlobalDataState
-
- putProperty(String, Object) - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
-
Puts a property into the status.
- putProperty(String, Object) - Method in class org.eclipse.osbp.runtime.common.validation.Status
-
- V - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
-
- validate(Object, ValidationKind, Map<String, Object>) - Method in interface org.eclipse.osbp.runtime.common.validation.IValidationParticipant
-
Validates the given object and returns status objects in case of warning
or error.
- ValidationKind - Enum in org.eclipse.osbp.runtime.common.validation
-
The kind of validation to be performed.
- valueOf(String) - Static method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.osbp.runtime.common.validation.IStatus.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.osbp.runtime.common.validation.ValidationKind
-
Returns the enum constant of this type with the specified name.
- VALUES - Static variable in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
A public read-only list of all the 'LComparator Type'
enumerators.
- values() - Static method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig.Keys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig.Keys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig.Keys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.osbp.runtime.common.validation.IStatus.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.osbp.runtime.common.validation.ValidationKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.