Uses of Class
es.caib.seycon.ng.sync.intf.AuthoritativeChange
-
Packages that use AuthoritativeChange Package Description com.soffid.iam.sync.intf es.caib.seycon.ng.sync.intf es.caib.seycon.ng.sync.servei -
-
Uses of AuthoritativeChange in com.soffid.iam.sync.intf
Methods in com.soffid.iam.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 com.soffid.iam.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. -
Uses of AuthoritativeChange in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.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 es.caib.seycon.ng.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 es.caib.seycon.ng.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 es.caib.seycon.ng.sync.intf with parameters of type AuthoritativeChange Constructor Description AuthoritativeChange(AuthoritativeChange otherBean)
-
Uses of AuthoritativeChange in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei with parameters of type AuthoritativeChange Modifier and Type Method Description void
ServerService. processAuthoritativeChange(AuthoritativeChange change, boolean remove)
Operation processAuthoritativeChange
-