| Modifier and Type | Method and Description |
|---|---|
static PersistenceOperation |
PersistenceOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceOperation[] |
PersistenceOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterceptorContext.contains(java.lang.Object model,
PersistenceOperation operation)
Checks is the given model is already registered in this InterceptorContext with the given operation.
|
java.util.Set<java.lang.Object> |
InterceptorContext.getElementsRegisteredFor(PersistenceOperation operation) |
void |
InterceptorContext.registerElementFor(java.lang.Object model,
PersistenceOperation operation)
Register the given
model to this InterceptorContext using the given operation. |
| Modifier and Type | Method and Description |
|---|---|
PersistenceOperation |
OperationOnModelInternal.toOperationOnModelExternal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterceptorContextAdapter.contains(java.lang.Object model,
PersistenceOperation operation) |
boolean |
InterceptorContextSnapshot.contains(java.lang.Object model,
PersistenceOperation operation) |
boolean |
DefaultModelServiceInterceptorContext.contains(java.lang.Object model,
PersistenceOperation operation) |
boolean |
Schedule.containsWrapperFor(java.lang.Object model,
PersistenceOperation operation) |
RegisteredElements |
DefaultModelServiceInterceptorContext.elementsRegisteredFor(PersistenceOperation operation) |
static OperationOnModelInternal |
OperationOnModelInternal.from(PersistenceOperation persistenceOperation) |
java.util.Collection |
InterceptorContextSnapshot.getElementsFor(PersistenceOperation operation) |
java.util.Set<java.lang.Object> |
InterceptorContextAdapter.getElementsRegisteredFor(PersistenceOperation operation) |
java.util.Set<java.lang.Object> |
DefaultModelServiceInterceptorContext.getElementsRegisteredFor(PersistenceOperation operation) |
void |
InterceptorContextAdapter.registerElementFor(java.lang.Object model,
PersistenceOperation operation) |
void |
DefaultModelServiceInterceptorContext.registerElementFor(java.lang.Object model,
PersistenceOperation operation) |
void |
DefaultModelServiceInterceptorContext.registerWrappedElementsFor(java.util.Collection<ModelWrapper> wrappers,
PersistenceOperation operation) |
java.util.Collection<ModelWrapper> |
DefaultModelServiceInterceptorContext.wrap(java.util.Collection<? extends java.lang.Object> models,
PersistenceOperation operation) |
| Constructor and Description |
|---|
DefaultModelServiceInterceptorContext(DefaultModelService parent,
PersistenceOperation defaultPersistenceOperation,
java.util.Collection<? extends java.lang.Object> initialElements,
ModelWrapperContext wrapperContext) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceOperation |
ModelAndOperation.getOperation() |
PersistenceOperation |
ModelWrapper.getOperationToPerform() |
PersistenceOperation |
ModelState.getPersistenceOperation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WrapperRegistry.containsWrapperFor(java.lang.Object model,
PersistenceOperation operation) |
ModelWrapper |
WrapperRegistry.createWrapper(java.lang.Object model,
PersistenceOperation operation) |
ModelWrapper |
WrapperRegistry.getWrapperFor(java.lang.Object model,
PersistenceOperation operation) |
java.util.Collection<ModelWrapper> |
WrapperRegistry.wrap(java.util.Collection<? extends java.lang.Object> models,
PersistenceOperation persistenceOperation) |
| Constructor and Description |
|---|
ModelAndOperation(java.lang.Object model,
PersistenceOperation operation) |
ModelWrapper(java.lang.Object model,
PersistenceOperation mode,
ModelWrapperContext wrapperContext) |
Copyright © 2018 SAP SE. All Rights Reserved.