Uses of Class
es.caib.seycon.ng.sync.intf.AuthoritativeChangeIdentifier
-
Packages that use AuthoritativeChangeIdentifier Package Description com.soffid.iam.sync.intf es.caib.seycon.ng.sync.intf -
-
Uses of AuthoritativeChangeIdentifier in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf with parameters of type AuthoritativeChangeIdentifier Modifier and Type Method Description static AuthoritativeChangeIdentifier
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier vo)
Creates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static void
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier source, AuthoritativeChangeIdentifier target)
Updates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static AuthoritativeChangeIdentifier[]
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierArray(AuthoritativeChangeIdentifier[] source)
Creates a AuthoritativeChangeIdentifier array on a AuthoritativeChangeIdentifier array.Method parameters in com.soffid.iam.sync.intf with type arguments of type AuthoritativeChangeIdentifier Modifier and Type Method Description static AsyncList<AuthoritativeChangeIdentifier>
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierAsyncList(AsyncList<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier asynclist on a AuthoritativeChangeIdentifier collection.static PagedResult<AuthoritativeChangeIdentifier>
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(PagedResult<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier pagedResult on a AuthoritativeChangeIdentifier collection.static List<AuthoritativeChangeIdentifier>
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(Collection<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier list on a AuthoritativeChangeIdentifier collection. -
Uses of AuthoritativeChangeIdentifier in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return AuthoritativeChangeIdentifier Modifier and Type Method Description AuthoritativeChangeIdentifier
AuthoritativeChange. getId()
Gets value for attribute idstatic AuthoritativeChangeIdentifier
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier vo)
Creates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static AuthoritativeChangeIdentifier[]
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierArray(AuthoritativeChangeIdentifier[] source)
Creates a AuthoritativeChangeIdentifier array on a AuthoritativeChangeIdentifier array.Methods in es.caib.seycon.ng.sync.intf that return types with arguments of type AuthoritativeChangeIdentifier Modifier and Type Method Description static AsyncList<AuthoritativeChangeIdentifier>
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierAsyncList(AsyncList<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier asynclist on a AuthoritativeChangeIdentifier collection.static PagedResult<AuthoritativeChangeIdentifier>
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(PagedResult<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier pagedResult on a AuthoritativeChangeIdentifier collection.static List<AuthoritativeChangeIdentifier>
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(Collection<AuthoritativeChangeIdentifier> source)
Creates a AuthoritativeChangeIdentifier list on a AuthoritativeChangeIdentifier collection.Methods in es.caib.seycon.ng.sync.intf with parameters of type AuthoritativeChangeIdentifier Modifier and Type Method Description void
AuthoritativeIdentitySource. commitChange(AuthoritativeChangeIdentifier id)
Commits a change.void
AuthoritativeChange. setId(AuthoritativeChangeIdentifier id)
Sets value for attribute idstatic void
AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier source, AuthoritativeChangeIdentifier target)
Updates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.Constructors in es.caib.seycon.ng.sync.intf with parameters of type AuthoritativeChangeIdentifier Constructor Description AuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, Usuari user, Map<String,Object> attributes, Set<String> groups, Collection<UsuariGrup> groups2, Grup group, CustomObject object)
AuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier otherBean)
-