Uses of Class
com.evolveum.midpoint.provisioning.api.LiveSyncToken
-
Packages that use LiveSyncToken Package Description com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.provisioning.api -
-
Uses of LiveSyncToken in com.evolveum.midpoint.model.impl.sync.tasks.sync
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync that return LiveSyncToken Modifier and Type Method Description LiveSyncToken
ActivityTokenStorageImpl. getToken()
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync with parameters of type LiveSyncToken Modifier and Type Method Description void
ActivityTokenStorageImpl. setToken(LiveSyncToken token, OperationResult result)
-
Uses of LiveSyncToken in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return LiveSyncToken Modifier and Type Method Description LiveSyncToken
LiveSyncTokenStorage. getToken()
Gets the value of the stored token.static @NotNull LiveSyncToken
LiveSyncToken. of(@NotNull Object value)
Methods in com.evolveum.midpoint.provisioning.api with parameters of type LiveSyncToken Modifier and Type Method Description static Object
LiveSyncToken. getValue(LiveSyncToken token)
void
LiveSyncTokenStorage. setToken(LiveSyncToken token, OperationResult result)
Stores the value of the token.
-