Uses of Class
com.soffid.iam.api.ObjectMapping
-
Packages that use ObjectMapping Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf es.caib.seycon.ng.comu -
-
Uses of ObjectMapping in com.soffid.iam.api
Methods in com.soffid.iam.api that return ObjectMapping Modifier and Type Method Description static ObjectMapping
ObjectMapping. toObjectMapping(ObjectMapping vo)
Creates a ObjectMapping value object based on a ObjectMapping object.static ObjectMapping[]
ObjectMapping. toObjectMappingArray(ObjectMapping[] source)
Creates a ObjectMapping array on a ObjectMapping array.Methods in com.soffid.iam.api that return types with arguments of type ObjectMapping Modifier and Type Method Description static AsyncList<ObjectMapping>
ObjectMapping. toObjectMappingAsyncList(AsyncList<ObjectMapping> source)
Creates a ObjectMapping asynclist on a ObjectMapping collection.static PagedResult<ObjectMapping>
ObjectMapping. toObjectMappingList(PagedResult<ObjectMapping> source)
Creates a ObjectMapping pagedResult on a ObjectMapping collection.static List<ObjectMapping>
ObjectMapping. toObjectMappingList(Collection<ObjectMapping> source)
Creates a ObjectMapping list on a ObjectMapping collection.Methods in com.soffid.iam.api with parameters of type ObjectMapping Modifier and Type Method Description static void
ObjectMapping. toObjectMapping(ObjectMapping source, ObjectMapping target)
Updates a ObjectMapping value object based on a ObjectMapping object.Constructors in com.soffid.iam.api with parameters of type ObjectMapping Constructor Description ObjectMapping(ObjectMapping otherBean)
-
Uses of ObjectMapping in com.soffid.iam.service
Methods in com.soffid.iam.service that return ObjectMapping Modifier and Type Method Description ObjectMapping
DispatcherService. create(ObjectMapping om)
Operation createObjectMapping
DispatcherService. update(ObjectMapping om)
Operation updateMethods in com.soffid.iam.service that return types with arguments of type ObjectMapping Modifier and Type Method Description Collection<ObjectMapping>
DispatcherService. findObjectMappingsByDispatcher(Long dispatcherId)
Operation findObjectMappingsByDispatcherMethods in com.soffid.iam.service with parameters of type ObjectMapping Modifier and Type Method Description ObjectMapping
DispatcherService. create(ObjectMapping om)
Operation createvoid
DispatcherService. delete(ObjectMapping om)
Operation deleteObjectMapping
DispatcherService. update(ObjectMapping om)
Operation update -
Uses of ObjectMapping in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return ObjectMapping Modifier and Type Method Description ObjectMapping
DispatcherService. create(ObjectMapping om)
ObjectMapping
DispatcherService. update(ObjectMapping om)
Methods in com.soffid.iam.service.ejb that return types with arguments of type ObjectMapping Modifier and Type Method Description Collection<ObjectMapping>
DispatcherService. findObjectMappingsByDispatcher(Long dispatcherId)
Methods in com.soffid.iam.service.ejb with parameters of type ObjectMapping Modifier and Type Method Description ObjectMapping
DispatcherService. create(ObjectMapping om)
void
DispatcherService. delete(ObjectMapping om)
ObjectMapping
DispatcherService. update(ObjectMapping om)
-
Uses of ObjectMapping in com.soffid.iam.sync.intf
Subclasses of ObjectMapping in com.soffid.iam.sync.intf Modifier and Type Class Description class
ExtensibleObjectMapping
Constructors in com.soffid.iam.sync.intf with parameters of type ObjectMapping Constructor Description ExtensibleObjectMapping(ObjectMapping otherBean)
-
Uses of ObjectMapping in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type ObjectMapping Modifier and Type Method Description static ObjectMapping
ObjectMapping. toObjectMapping(ObjectMapping vo)
Creates a ObjectMapping value object based on a ObjectMapping object.static void
ObjectMapping. toObjectMapping(ObjectMapping source, ObjectMapping target)
Updates a ObjectMapping value object based on a ObjectMapping object.static ObjectMapping[]
ObjectMapping. toObjectMappingArray(ObjectMapping[] source)
Creates a ObjectMapping array on a ObjectMapping array.Method parameters in es.caib.seycon.ng.comu with type arguments of type ObjectMapping Modifier and Type Method Description static AsyncList<ObjectMapping>
ObjectMapping. toObjectMappingAsyncList(AsyncList<ObjectMapping> source)
Creates a ObjectMapping asynclist on a ObjectMapping collection.static PagedResult<ObjectMapping>
ObjectMapping. toObjectMappingList(PagedResult<ObjectMapping> source)
Creates a ObjectMapping pagedResult on a ObjectMapping collection.static List<ObjectMapping>
ObjectMapping. toObjectMappingList(Collection<ObjectMapping> source)
Creates a ObjectMapping list on a ObjectMapping collection.
-