Package | Description |
---|---|
org.identityconnectors.contract.test | |
org.identityconnectors.framework.api.operations | |
org.identityconnectors.framework.common.objects | |
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.api.local.operations | |
org.identityconnectors.framework.spi |
This is the "Service Provider Interface" package.
|
org.identityconnectors.framework.spi.operations | |
org.identityconnectors.testconnector |
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 |
---|---|
SyncToken |
SyncApiOp.getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event
for any instance of the specified object class.
|
SyncToken |
SyncApiOp.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncApiOp.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncDelta.getToken()
Returns the
SyncToken of the object that changed. |
SyncToken |
SyncDeltaBuilder.getToken()
Returns the
SyncToken of the object that changed. |
Modifier and Type | Method and Description |
---|---|
SyncDeltaBuilder |
SyncDeltaBuilder.setToken(SyncToken token)
Sets the
SyncToken of the object that changed. |
Modifier and Type | Method and Description |
---|---|
SyncToken |
AbstractConnectorFacade.getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event
for any instance of the specified object class.
|
SyncToken |
AbstractConnectorFacade.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
AbstractConnectorFacade.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncImpl.getLatestSyncToken(ObjectClass objectClass) |
SyncToken |
SyncImpl.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncImpl.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
SyncTokenResultsHandler.handleResult(SyncToken result)
Invoked when the request has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncOp.getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncOp.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
TstAbstractConnector.getLatestSyncToken(ObjectClass objectClass) |
SyncToken |
TstConnector.getLatestSyncToken(ObjectClass objectClass) |
Modifier and Type | Method and Description |
---|---|
void |
TstAbstractConnector.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
void |
TstConnector.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Copyright © 2022. All rights reserved.