| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
IdentifierBridgeFromDocumentIdentifierContextExtension.extendOptional(IdentifierBridgeFromDocumentIdentifierContext original,
BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
PropertyBridgeWriteContextExtension.extendOptional(PropertyBridgeWriteContext original,
BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
RoutingKeyBridgeToRoutingKeyContextExtension.extendOptional(RoutingKeyBridgeToRoutingKeyContext original,
BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
TypeBridgeWriteContextExtension.extendOptional(TypeBridgeWriteContext original,
BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Optional<T> |
ValueBridgeFromIndexedValueContextExtension.extendOptional(ValueBridgeFromIndexedValueContext original,
BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
Object |
IdentifierMapping.fromDocumentIdentifier(String documentId,
BridgeSessionContext sessionContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoIndexingProcessorSessionContext
Session-scoped information and operations for use in POJO indexing processors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPojoSearchSession<R> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoWorkSessionContext<R>
Session-scoped information and operations for use in POJO work execution.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.