public static interface ExecutableUpdateOperation.UpdateWithUpdate<T>
Update to apply.| Modifier and Type | Method and Description |
|---|---|
ExecutableUpdateOperation.TerminatingUpdate<T> |
apply(UpdateDefinition update)
Set the
UpdateDefinition to be applied. |
ExecutableUpdateOperation.FindAndReplaceWithProjection<T> |
replaceWith(T replacement)
Specify
replacement object. |
ExecutableUpdateOperation.TerminatingUpdate<T> apply(UpdateDefinition update)
UpdateDefinition to be applied.update - must not be null.ExecutableUpdateOperation.TerminatingUpdate.IllegalArgumentException - if update is null.Update,
AggregationUpdateExecutableUpdateOperation.FindAndReplaceWithProjection<T> replaceWith(T replacement)
replacement object.replacement - must not be null.FindAndReplaceOptions.IllegalArgumentException - if options is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.