Modifier and Type | Method and Description |
---|---|
Subscription |
SyncEventSubscriptionApiOpImpl.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions) |
org.forgerock.util.promise.Promise<Void,RuntimeException> |
SyncEventSubscriptionApiOpImpl.trySubscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
static SyncDelta |
ICFObjectBuilder.delta(groovy.lang.Closure attribute) |
Modifier and Type | Method and Description |
---|---|
static List<SyncDelta> |
ConnectorHelper.sync(ConnectorFacade connectorFacade,
ObjectClass objClass,
SyncToken token,
OperationOptions opOptions)
Performs sync on connector facade.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConnectorHelper.checkSyncDelta(ObjectClassInfo ocInfo,
SyncDelta delta,
Uid uid,
Set<Attribute> attributes,
SyncDeltaType deltaType,
boolean checkNotReturnedByDefault)
Check that passed SyncDelta has exptected values.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SyncEventSubscriptionApiOp.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions)
Create a subscription to a given sync topic.
|
Modifier and Type | Method and Description |
---|---|
SyncDelta |
SyncDeltaBuilder.build()
Creates a SyncDelta.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SyncResultsHandler.handle(SyncDelta delta)
Called to handle a delta in the stream.
|
Constructor and Description |
---|
SyncDeltaBuilder(SyncDelta delta)
Creates a new
SyncDeltaBuilder whose values are initialized
to those of the delta. |
Modifier and Type | Method and Description |
---|---|
Subscription |
AbstractConnectorFacade.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions)
Create a subscription to a given sync topic.
|
Modifier and Type | Method and Description |
---|---|
SyncDelta |
ObjectNormalizerFacade.normalizeSyncDelta(SyncDelta delta)
Returns the normalized sync delta.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SyncImpl.AttributesToGetSyncResultsHandler.handle(SyncDelta delta) |
boolean |
NormalizingSyncResultsHandler.handle(SyncDelta delta) |
SyncDelta |
ObjectNormalizerFacade.normalizeSyncDelta(SyncDelta delta)
Returns the normalized sync delta.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionImpl.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions) |
Modifier and Type | Method and Description |
---|---|
Subscription |
SyncEventSubscriptionOp.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> observer,
OperationOptions operationOptions) |
Copyright © 2018–2025. All rights reserved.