Uses of Class
com.soffid.iam.sync.intf.AuthoritativeChange
-
Packages that use AuthoritativeChange Package Description com.soffid.iam.sync.intf com.soffid.iam.sync.service es.caib.seycon.ng.sync.intf -
-
Uses of AuthoritativeChange in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return AuthoritativeChange Modifier and Type Method Description static AuthoritativeChange
AuthoritativeChange. toAuthoritativeChange(AuthoritativeChange vo)
Creates a AuthoritativeChange value object based on a AuthoritativeChange object.static AuthoritativeChange[]
AuthoritativeChange. toAuthoritativeChangeArray(AuthoritativeChange[] source)
Creates a AuthoritativeChange array on a AuthoritativeChange array.Methods in com.soffid.iam.sync.intf that return types with arguments of type AuthoritativeChange Modifier and Type Method Description Collection<AuthoritativeChange>
AuthoritativeIdentitySource. getChanges()
Gets the pending changesCollection<AuthoritativeChange>
AuthoritativeIdentitySource2. getChanges(String lastChange)
Gets the pending changesstatic AsyncList<AuthoritativeChange>
AuthoritativeChange. toAuthoritativeChangeAsyncList(AsyncList<AuthoritativeChange> source)
Creates a AuthoritativeChange asynclist on a AuthoritativeChange collection.static PagedResult<AuthoritativeChange>
AuthoritativeChange. toAuthoritativeChangeList(PagedResult<AuthoritativeChange> source)
Creates a AuthoritativeChange pagedResult on a AuthoritativeChange collection.static List<AuthoritativeChange>
AuthoritativeChange. toAuthoritativeChangeList(Collection<AuthoritativeChange> source)
Creates a AuthoritativeChange list on a AuthoritativeChange collection.Methods in com.soffid.iam.sync.intf with parameters of type AuthoritativeChange Modifier and Type Method Description static void
AuthoritativeChange. toAuthoritativeChange(AuthoritativeChange source, AuthoritativeChange target)
Updates a AuthoritativeChange value object based on a AuthoritativeChange object.Constructors in com.soffid.iam.sync.intf with parameters of type AuthoritativeChange Constructor Description AuthoritativeChange(AuthoritativeChange otherBean)
-
Uses of AuthoritativeChange in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service with parameters of type AuthoritativeChange Modifier and Type Method Description void
ServerService. processAuthoritativeChange(AuthoritativeChange change, boolean remove)
Operation processAuthoritativeChange -
Uses of AuthoritativeChange in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf with parameters of type AuthoritativeChange Modifier and Type Method Description static AuthoritativeChange
AuthoritativeChange. toAuthoritativeChange(AuthoritativeChange vo)
Creates a AuthoritativeChange value object based on a AuthoritativeChange object.static void
AuthoritativeChange. toAuthoritativeChange(AuthoritativeChange source, AuthoritativeChange target)
Updates a AuthoritativeChange value object based on a AuthoritativeChange object.static AuthoritativeChange[]
AuthoritativeChange. toAuthoritativeChangeArray(AuthoritativeChange[] source)
Creates a AuthoritativeChange array on a AuthoritativeChange array.Method parameters in es.caib.seycon.ng.sync.intf with type arguments of type AuthoritativeChange Modifier and Type Method Description static AsyncList<AuthoritativeChange>
AuthoritativeChange. toAuthoritativeChangeAsyncList(AsyncList<AuthoritativeChange> source)
Creates a AuthoritativeChange asynclist on a AuthoritativeChange collection.static PagedResult<AuthoritativeChange>
AuthoritativeChange. toAuthoritativeChangeList(PagedResult<AuthoritativeChange> source)
Creates a AuthoritativeChange pagedResult on a AuthoritativeChange collection.static List<AuthoritativeChange>
AuthoritativeChange. toAuthoritativeChangeList(Collection<AuthoritativeChange> source)
Creates a AuthoritativeChange list on a AuthoritativeChange collection.
-