Skip navigation links
Eclipse OSBP Api Documentation 0.9.0-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

A - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
AbstractDisposable - Class in org.eclipse.osbp.runtime.common.dispose
Base implementation for IDisposable.
AbstractDisposable() - Constructor for class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
 
activate(ComponentContext) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
Activate.
activate(ComponentContext) - Method in class org.eclipse.osbp.runtime.event.EventBroker
 
addDisposeListener(IDisposable.Listener) - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
 
addDisposeListener(IDisposable.Listener) - Method in interface org.eclipse.osbp.runtime.common.dispose.IDisposable
Adds a listener which will be notified if the object was disposed.
Adding a listener twice has no effect.
addNewTransient(Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
 
addNewTransient(Object) - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
Adds a new "not persistent" entry.
addResource(URL) - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry
Add a new resource to the cache.
addResource(I18nRegistry.ResourceDescription) - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry
Add a new resource to the cache.
ALT - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.ModifierKey
 
append(URL) - Method in class org.eclipse.osbp.runtime.common.i18n.URLI18nService
Append the translations.
applyMemento(Object) - Method in interface org.eclipse.osbp.runtime.common.memento.IMementoHandler
Applies the given memento to the UI element.
ARROW_DOWN - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
ARROW_LEFT - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
ARROW_RIGHT - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
ARROW_UP - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

B

B - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
BACKSPACE - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
bindEventAdmin(EventAdmin) - Method in class org.eclipse.osbp.runtime.event.EventBroker
 

C

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
Throws a IDisposable.DisposeException if the given object is disposed.
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

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
 

E

E - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
EmbeddedDerbyDatasourceConfig - Class in org.eclipse.osbp.runtime.common.datasource.config
 
EmbeddedDerbyDatasourceConfig() - Constructor for class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
EmbeddedDerbyDatasourceConfig.Keys - Enum in org.eclipse.osbp.runtime.common.datasource.config
 
empty() - Method in interface org.eclipse.osbp.runtime.common.state.IDataState
Returns true if the cache is empty.
empty() - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
 
empty() - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
 
END - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
ensureCache() - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
 
ensureCache() - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataState
 
ENTER - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
equals(Object) - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.ResourceDescription
 
EQUALS_VALUE - Static variable in enum org.eclipse.osbp.runtime.common.annotations.CompareType
The 'EQUALS' literal value.
ERROR - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
A constant for error status.
ESCAPE - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
EVENT_TOPIC - Static variable in interface org.eclipse.osbp.runtime.common.memento.IMementoManager
The Constant EVENT_TOPIC.
EventBroker - Class in org.eclipse.osbp.runtime.event
 
EventBroker() - Constructor for class org.eclipse.osbp.runtime.event.EventBroker
 
execute(ISharedStateContext) - Method in class org.eclipse.osbp.runtime.common.state.SharedStateUnitOfWork
Executes the unit of work creating an implicit Coordination and passing the env as variables.

F

F - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F1 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F10 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F11 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F12 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F2 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F3 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F4 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F5 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F6 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F7 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F8 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
F9 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
FACTORY_BUNDLE_EXTENDER - Static variable in interface org.eclipse.osbp.runtime.common.extender.IExtenderConstants
This Constant to be used for identification of necessary runtime bundles.
FACTORY_MODEL_EXTENDER - Static variable in interface org.eclipse.osbp.runtime.common.extender.IExtenderConstants
This Constant to be used for identification of DSL instance bundles.
filterProperties() - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
filterProperties(String[]) - Method in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
 
filterProperties() - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
filterProperties() - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
filterProperties(HashMap<String, String>, String[]) - Static method in class org.eclipse.osbp.runtime.common.util.OSGiUtil
Filter properties.
filterProperties(Properties, String[]) - Static method in class org.eclipse.osbp.runtime.common.util.OSGiUtil
Filter properties.
find(String) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
Find.
findField(Class<?>, String) - Method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
Find field.
findTranslation(Locale, String) - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry
Tries to find the translation for the given locale and key.
forName(String) - Method in interface org.eclipse.osbp.runtime.common.types.IBundleSpace
Tries to find a class for the given class name using the bundles registered in the bundle space.
forName(Object, String) - Method in interface org.eclipse.osbp.runtime.common.types.ITypeProviderService
Returns the class for the given qualified name and type.

G

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
Returns the ISharedStateContext for the given id.
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.

H

H - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
handleDirty(PropertyChangeEvent) - Method in class org.eclipse.osbp.runtime.common.annotations.DirtyStateAdapter
Sets the dirty flag.
handleDirty(PropertyChangeEvent) - Method in class org.eclipse.osbp.runtime.common.state.impl.GlobalDataState
Puts the object into the dirty state.
handleDirty(String, Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
Handle dirty.
handleDispose(PropertyChangeEvent) - Method in class org.eclipse.osbp.runtime.common.state.impl.GlobalDataState
Invalidates the object in the cache.
hashCode() - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.ResourceDescription
 
HashUtil - Class in org.eclipse.osbp.runtime.common.hash
Common HashUtil.
HashUtil() - Constructor for class org.eclipse.osbp.runtime.common.hash.HashUtil
 
hasKey(Object, String, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.PropertiesUtil
Returns true, if the property in object contains a @Property with the given key.
hasKey(Class<?>, String, String) - Static method in class org.eclipse.osbp.runtime.common.annotations.PropertiesUtil
Returns true, if the property in clazz contains a @Property with the given key.
HelpRequestBuilder - Class in org.eclipse.osbp.runtime.common.help
The Class HelpRequestBuilder.
HOME - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

I

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
Returns true, if the status is IStatus.Severity.CANCEL.
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
Returns true, if the status is IStatus.Severity.ERROR.
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
Returns true, if the status is IStatus.Severity.INFO.
isInfo() - Method in class org.eclipse.osbp.runtime.common.validation.Status
 
isOK() - Method in interface org.eclipse.osbp.runtime.common.validation.IStatus
Returns true, if the status is IStatus.Severity.OK or IStatus.Severity.INFO.
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
Returns true, if the status is IStatus.Severity.WARNING.
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.

J

J - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

K

K - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
KeyCode - Interface in org.eclipse.osbp.runtime.common.keystroke
From Vaadin ShortcutAction.
KeyCodeUtil - Class in org.eclipse.osbp.runtime.common.keystroke
The Class KeyCodeUtil.
KeyCodeUtil() - Constructor for class org.eclipse.osbp.runtime.common.keystroke.KeyCodeUtil
 
KeyStrokeCallback - Interface in org.eclipse.osbp.runtime.common.keystroke
A callback to handle key strokes.
KeyStrokeDefinition - Class in org.eclipse.osbp.runtime.common.keystroke
The Class KeyStrokeDefinition.
KeyStrokeDefinition(String, int, int[]) - Constructor for class org.eclipse.osbp.runtime.common.keystroke.KeyStrokeDefinition
Instantiates a new key stroke definition.

L

L - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
loadMemento(String, String) - Method in interface org.eclipse.osbp.runtime.common.memento.IMementoManager
Loads the memento for the given memento id.
LOWER_EQ_VALUE - Static variable in enum org.eclipse.osbp.runtime.common.annotations.CompareType
The 'LOWER EQ' literal value.
LOWER_VALUE - Static variable in enum org.eclipse.osbp.runtime.common.annotations.CompareType
The 'LOWER' literal value.

M

M - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
makeUndirty(Object, Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
 
makeUndirty(Object, Object) - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
Makes the given dto undirty.
mergeTranslations() - Method in interface org.eclipse.osbp.runtime.common.i18n.ITranslator
 
META - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.ModifierKey
 
ModifierKey - Interface in org.eclipse.osbp.runtime.common.keystroke
From Vaadin ShortcutAction.
MySQLDatasourceConfig - Class in org.eclipse.osbp.runtime.common.datasource.config
 
MySQLDatasourceConfig() - Constructor for class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
MySQLDatasourceConfig.Keys - Enum in org.eclipse.osbp.runtime.common.datasource.config
 

N

N - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
newRequest() - Static method in class org.eclipse.osbp.runtime.common.help.HelpRequestBuilder
New request.
NOT_EQ_VALUE - Static variable in enum org.eclipse.osbp.runtime.common.annotations.CompareType
The 'NOT EQ' literal value.
notifyDisposed(IDisposable) - Method in interface org.eclipse.osbp.runtime.common.dispose.IDisposable.Listener
Is called if the object was disposed.
notifyDisposeListeners() - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
Notifies all listeners about the disposal of that elemenyElement.
NUM0 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM1 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM2 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM3 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM4 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM5 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM6 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM7 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM8 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
NUM9 - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

O

O - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
OK - Static variable in interface org.eclipse.osbp.runtime.common.validation.IStatus
A constant for ok status.
org.eclipse.osbp.runtime.common.annotations - package org.eclipse.osbp.runtime.common.annotations
 
org.eclipse.osbp.runtime.common.coordination - package org.eclipse.osbp.runtime.common.coordination
 
org.eclipse.osbp.runtime.common.datasource - package org.eclipse.osbp.runtime.common.datasource
 
org.eclipse.osbp.runtime.common.datasource.config - package org.eclipse.osbp.runtime.common.datasource.config
 
org.eclipse.osbp.runtime.common.dispose - package org.eclipse.osbp.runtime.common.dispose
 
org.eclipse.osbp.runtime.common.event - package org.eclipse.osbp.runtime.common.event
 
org.eclipse.osbp.runtime.common.extender - package org.eclipse.osbp.runtime.common.extender
 
org.eclipse.osbp.runtime.common.hash - package org.eclipse.osbp.runtime.common.hash
 
org.eclipse.osbp.runtime.common.help - package org.eclipse.osbp.runtime.common.help
 
org.eclipse.osbp.runtime.common.i18n - package org.eclipse.osbp.runtime.common.i18n
 
org.eclipse.osbp.runtime.common.keystroke - package org.eclipse.osbp.runtime.common.keystroke
 
org.eclipse.osbp.runtime.common.memento - package org.eclipse.osbp.runtime.common.memento
 
org.eclipse.osbp.runtime.common.metric - package org.eclipse.osbp.runtime.common.metric
 
org.eclipse.osbp.runtime.common.state - package org.eclipse.osbp.runtime.common.state
 
org.eclipse.osbp.runtime.common.state.impl - package org.eclipse.osbp.runtime.common.state.impl
 
org.eclipse.osbp.runtime.common.types - package org.eclipse.osbp.runtime.common.types
 
org.eclipse.osbp.runtime.common.user - package org.eclipse.osbp.runtime.common.user
 
org.eclipse.osbp.runtime.common.util - package org.eclipse.osbp.runtime.common.util
 
org.eclipse.osbp.runtime.common.validation - package org.eclipse.osbp.runtime.common.validation
 
org.eclipse.osbp.runtime.event - package org.eclipse.osbp.runtime.event
 
OSGI_DRIVER_NAME - Static variable in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
 
OSGiUtil - Class in org.eclipse.osbp.runtime.common.util
The Class OSGiUtil.
OSGiUtil() - Constructor for class org.eclipse.osbp.runtime.common.util.OSGiUtil
 

P

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
 

Q

Q - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

R

R - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
register(Object, Object) - Method in interface org.eclipse.osbp.runtime.common.state.IDataState
Registers the given object by the passed key.
register(Object, Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
 
register(Object, Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
 
register(Object, Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.GlobalDataState
 
registerAdapter(PropertyChangeListener, Object) - Static method in class org.eclipse.osbp.runtime.common.annotations.DtoUtils
Registers the adapter as a property changed listener.
registerAll(Collection<Object>, IDataState.Hashing) - Method in interface org.eclipse.osbp.runtime.common.state.IDataState
Registers all objects provided by the collection.
registerAll(Collection<Object>, IDataState.Hashing) - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
 
registerAll(Collection<Object>, IDataState.Hashing) - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
 
release() - Method in class org.eclipse.osbp.runtime.common.coordination.CoordinationManager
Releases the Coordinator service.
removeDisposeListener(IDisposable.Listener) - Method in class org.eclipse.osbp.runtime.common.dispose.AbstractDisposable
 
removeDisposeListener(IDisposable.Listener) - Method in interface org.eclipse.osbp.runtime.common.dispose.IDisposable
Remove the dispose listener.
removeResource(Locale, URL) - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry
Removes the given translations.
removeResource(URL) - Method in class org.eclipse.osbp.runtime.common.i18n.I18nRegistry
Removes the translations with the given URL.
ResourceDescription(Locale, URL, Properties) - Constructor for class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.ResourceDescription
Instantiates a new resource description.

S

S - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
saveMemento(String, String, Object) - Method in interface org.eclipse.osbp.runtime.common.memento.IMementoManager
Saves the memento by the given mementoId.
send(String, Object) - Method in interface org.eclipse.osbp.runtime.common.event.IEventBroker
Publish event synchronously (the method does not return until the event is processed).
send(String, Object) - Method in class org.eclipse.osbp.runtime.event.EventBroker
 
setActive(boolean) - Method in class org.eclipse.osbp.runtime.common.annotations.DirtyStateAdapter
True, if the adapter handles notifications.
setAllowLoadLocalInfile(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAllowMasterDownConnections(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAllowMultiQueries(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAllowNanAndInf(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAllowPublicKeyRetrieval(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAllowUrlInLocalInfile(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAlwaysSendSetIsolation(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAttributesAsPassword(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setAuthenticationPlugins(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAutoClosePStmtStreams(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAutoDeserialize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAutoGenerateTestcaseScript(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAutoReconnect(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAutoReconnectForPools(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setAutoSlowLog(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setBlobsAreStrings(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setBlobSendChunkSize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCacheCallableStmts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCacheDefaultTimezone(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCachePrepStmts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCacheResultSetMetadata(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCacheServerConfiguration(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCallableStmtCacheSize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCapitalizeTypeNames(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCharacterEncoding(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCharacterSetResults(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setClientCertificateKeyStorePassword(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setClientCertificateKeyStoreType(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setClientCertificateKeyStoreUrl(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setClientInfoProvider(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setClobberStreamingResults(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setClobCharacterEncoding(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCompensateOnDuplicateKeyUpdateCounts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setConnectionAttributes(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setConnectionAttributes(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setConnectionAttributes(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setConnectionCollation(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setConnectionLifecycleInterceptors(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setConnectTimeout(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setContinueBatchOnError(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setCreateDatabase(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setCreateDatabase(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setCreateDatabaseIfNotExist(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDataBaseName(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setDataBaseName(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setDataSourceName(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setDataSourceName(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setDefaultAuthenticationPlugin(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDefaultFetchSize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDescription(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setDescription(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setDetectCustomCollations(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDisabledAuthenticationPlugins(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDisconnectOnExpiredPasswords(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDontCheckOnDuplicateKeyUpdateInSQL(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDontTrackOpenResources(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDumpMetadataOnColumnNotFound(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDumpQueriesOnException(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setDynamicCalendars(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setElideSetAutoCommits(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setEmptyStringsConvertToZero(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setEmulateLocators(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setEmulateUnsupportedPstmts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setEnablePacketDebug(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setEnableQueryTimeouts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setExceptionInterceptors(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setExplainSlowQueries(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setFailOverReadOnly(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setFunctionsNeverReturnBlobs(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setGatherPerfMetrics(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setGenerateSimpleParameterMetadata(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setGetProceduresReturnsFunctions(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setHoldResultsOpenOverStatementClose(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setIgnoreNonTxTables(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setIncludeInnodbStatusInDeadlockExceptions(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setIncludeThreadDumpInDeadlockExceptions(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setIncludeThreadNamesAsStatementComment(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setInitialTimeout(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setInteractiveClient(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setJdbcCompliantTruncation(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLargeRowSizeThreshold(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceAutoCommitStatementRegex(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceAutoCommitStatementThreshold(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceBlacklistTimeout(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceConnectionGroup(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceEnableJMX(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceExceptionChecker(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalancePingTimeout(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceSQLExceptionSubclassFailover(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceSQLStateFailover(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceStrategy(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoadBalanceValidateConnectionOnSwapServer(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLocalSocketAddress(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLocatorFetchBufferSize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLogger(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLoginTimeout(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setLoginTimeout(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setLogSlowQueries(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setLogWriter(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setLogWriter(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setLogXaCommands(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setMaintainTimeStats(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setMaxAllowedPacket(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setMaxQuerySizeToLog(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setMaxReconnects(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setMaxRows(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setMetadataCacheSize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setNetTimeoutForStreamingResults(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setNoAccessToProcedureBodies(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setNoDatetimeStringSync(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setNoTimezoneConversionForDateType(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setNoTimezoneConversionForTimeType(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setNullCatalogMeansCurrent(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setNullNamePatternMatchesAll(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setOverrideSupportsIntegrityEnhancementFacility(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPacketDebugBufferSize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPadCharsWithSpace(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setParanoid(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setParseInfoCacheFactory(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPassword(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setPassword(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setPassword(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPasswordCharacterEncoding(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPedantic(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPinGlobalTxToPhysicalConnection(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPopulateInsertRowWithDefaultValues(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPortNumber(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setPrepStmtCacheSize(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setPrepStmtCacheSqlLimit(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setProcessEscapeCodesForPrepStmts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setProfilerEventHandler(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setProfileSQL(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setProfileSql(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setProperties(HashMap<String, String>) - Method in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
 
setProperties(HashMap<String, String>) - Method in class org.eclipse.osbp.runtime.common.datasource.IDataSourceService.DataSourceInfo
 
setPropertiesTransform(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setProperty(Object, Object) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
 
setProperty(Object, Object) - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContext
Set and key value pair to be shared in the environment.
setQueriesBeforeRetryMaster(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setQueryTimeoutKillsConnection(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setReadOnlyPropagatesToServer(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setReconnectAtTxEnd(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRelaxAutoCommit(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setReplicationEnableJMX(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setReportMetricsIntervalMillis(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRequireSSL(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setResourceId(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setResultSetSizeThreshold(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRetainStatementAfterResultSetClose(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRetriesAllDown(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRetrieveMessageText(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setRewriteBatchedStatements(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRollbackOnPooledClose(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRoundRobinLoadBalance(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setRunningCTS13(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSecondsBeforeRetryMaster(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSecurityMechanism(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setSelfDestructOnPingMaxOperations(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSelfDestructOnPingSecondsLifetime(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setServerConfigCacheFactory(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setServerName(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setServerRSAPublicKeyFile(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setServerTimezone(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSessionVariables(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setShutdownDatabase(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setShutdownDatabase(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setSlowQueryThresholdMillis(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSlowQueryThresholdNanos(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSocketFactory(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSocketTimeout(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSocksProxyHost(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSocksProxyPort(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setSsl(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setStatementInterceptors(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setStrictFloatingPoint(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setStrictUpdates(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTcpKeepAlive(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTcpNoDelay(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTcpRcvBuf(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTcpSndBuf(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTcpTrafficClass(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTinyInt1isBit(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTraceDirectory(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setTraceFile(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setTraceFileAppend(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setTraceLevel(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setTraceProtocol(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTransformedBitIsBoolean(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTreatUtilDateAsTimestamp(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTrustCertificateKeyStorePassword(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTrustCertificateKeyStoreType(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setTrustCertificateKeyStoreUrl(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUltraDevHack(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseAffectedRows(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseBlobToStoreUTF8OutsideBMP(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseColumnNamesInFindColumn(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseCompression(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseConfigs(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseCursorFetch(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseDirectRowUnpack(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseDynamicCharsetInfo(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseFastDateParsing(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseFastIntParsing(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseGmtMillisForDatetimes(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseHostsInPrivileges(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseInformationSchema(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseJDBCCompliantTimezoneShift(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseJvmCharsetConverters(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseLegacyDatetimeCode(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseLocalSessionState(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseLocalTransactionState(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseNanosForElapsedTime(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseOldAliasMetadataBehavior(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseOldUTF8Behavior(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseOnlyServerErrorMessages(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUser(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.ClientDerbyDatasourceConfig
 
setUser(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.EmbeddedDerbyDatasourceConfig
 
setUser(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseReadAheadInput(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseServerPrepStmts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseSqlStateCodes(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseSSL(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseSSPSCompatibleTimezoneShift(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseStreamLengthsInPrepStmts(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseTimezone(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseUnbufferedInput(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseUnicode(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUseUsageAdvisor(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setValue(String, String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.CommonDatasourceConfig
 
setVerifyServerCertificate(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
setZeroDateTimeBehavior(String) - Method in class org.eclipse.osbp.runtime.common.datasource.config.MySQLDatasourceConfig
 
sharedStateContext - Variable in class org.eclipse.osbp.runtime.common.state.impl.DataState
 
SharedStateContext - Class in org.eclipse.osbp.runtime.common.state.impl
The Class SharedStateContext.
SharedStateContext(String) - Constructor for class org.eclipse.osbp.runtime.common.state.impl.SharedStateContext
Instantiates a new shared state context.
SharedStateContextProvider - Class in org.eclipse.osbp.runtime.common.state.impl
The Class SharedStateContextProvider.
SharedStateContextProvider() - Constructor for class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
 
SharedStateUnitOfWork<R> - Class in org.eclipse.osbp.runtime.common.state
The Class SharedStateUnitOfWork.
SharedStateUnitOfWork() - Constructor for class org.eclipse.osbp.runtime.common.state.SharedStateUnitOfWork
Instantiates a new shared state unit of work.
SHIFT - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.ModifierKey
 
size() - Method in interface org.eclipse.osbp.runtime.common.state.IDataState
Returns the size of the cached objects.
size() - Method in class org.eclipse.osbp.runtime.common.state.impl.DataState
 
size() - Method in class org.eclipse.osbp.runtime.common.state.impl.DirtyDataAwareGlobalState
 
SPACEBAR - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
start(Class<?>) - Static method in class org.eclipse.osbp.runtime.common.metric.TimeLogger
Start.
Status - Class in org.eclipse.osbp.runtime.common.validation
The Class Status.
Status() - Constructor for class org.eclipse.osbp.runtime.common.validation.Status
Instantiates a new status.
stop(String) - Method in class org.eclipse.osbp.runtime.common.metric.TimeLogger
Stop.
subscribe(String, EventHandler) - Method in interface org.eclipse.osbp.runtime.common.event.IEventBroker
Subscribe for events on the given topic.
subscribe(String, String, EventHandler, boolean) - Method in interface org.eclipse.osbp.runtime.common.event.IEventBroker
Subscribe for events on the given topic.
subscribe(String, EventHandler) - Method in class org.eclipse.osbp.runtime.event.EventBroker
 
subscribe(String, String, EventHandler, boolean) - Method in class org.eclipse.osbp.runtime.event.EventBroker
 

T

T - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
TAB - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
TargetEnumConstraint - Annotation Type in org.eclipse.osbp.runtime.common.annotations
This annotation adds a constraint on a relation.
TargetEnumConstraints - Annotation Type in org.eclipse.osbp.runtime.common.annotations
This annotation combines many TargetEnumConstraint into a compound one.
TimeLogger - Class in org.eclipse.osbp.runtime.common.metric
The Class TimeLogger.
toRequest() - Method in class org.eclipse.osbp.runtime.common.help.HelpRequestBuilder
Returns the resulting request parameters.
toString() - Method in enum org.eclipse.osbp.runtime.common.annotations.CompareType
Returns the literal value of the enumerator, which is its string representation.
translateBoolean(II18nService, Boolean, Locale) - Static method in class org.eclipse.osbp.runtime.common.i18n.I18nUtil
Formats the boolean value.
translateEnum(II18nService, Object, Locale) - Static method in class org.eclipse.osbp.runtime.common.i18n.I18nUtil
Formats the enum literal.
translateNumber(II18nService, Number, Locale) - Static method in class org.eclipse.osbp.runtime.common.i18n.I18nUtil
Translates number values to their locale representation.
Translation(String, String, I18nRegistry.ResourceDescription, int) - Constructor for class org.eclipse.osbp.runtime.common.i18n.I18nRegistry.Translation
Instantiates a new translation.
type(String) - Method in class org.eclipse.osbp.runtime.common.help.HelpRequestBuilder
The type of the help.
TYPE__TASK - Static variable in interface org.eclipse.osbp.runtime.common.help.IHelpService
The type of the help is a task help.

U

U - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
unbindEventAdmin(EventAdmin) - Method in class org.eclipse.osbp.runtime.event.EventBroker
 
unget(ISharedStateContext) - Method in class org.eclipse.osbp.runtime.common.state.impl.SharedStateContextProvider
 
unget(ISharedStateContext) - Method in interface org.eclipse.osbp.runtime.common.state.ISharedStateContextProvider
If an ISharedStateContext is not used anymore, that method must be called.
unsubscribe(EventHandler) - Method in interface org.eclipse.osbp.runtime.common.event.IEventBroker
Unsubscribe handler previously registered using IEventBroker.subscribe(String, EventHandler).
unsubscribe(EventHandler) - Method in class org.eclipse.osbp.runtime.event.EventBroker
 
URLI18nService - Class in org.eclipse.osbp.runtime.common.i18n
The I18nService uses the given URLs to add property files.
URLI18nService() - Constructor for class org.eclipse.osbp.runtime.common.i18n.URLI18nService
 

V

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.

W

W - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

X

X - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

Y

Y - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 

Z

Z - Static variable in interface org.eclipse.osbp.runtime.common.keystroke.KeyCode
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
Loetz GmbH&Co.KG - Heidelberg - Germany

Copyright © 2013-2016 Loetz GmbH&Co.KG - Heidelberg - Germany, Eclipse OSBP Project, OS.bee