Uses of Class
es.caib.seycon.ng.comu.ObjectMappingTrigger
-
Packages that use ObjectMappingTrigger Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.intf -
-
Uses of ObjectMappingTrigger in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ObjectMappingTrigger Modifier and Type Method Description static ObjectMappingTrigger
ObjectMappingTrigger. toObjectMappingTrigger(ObjectMappingTrigger vo)
Creates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.static void
ObjectMappingTrigger. toObjectMappingTrigger(ObjectMappingTrigger source, ObjectMappingTrigger target)
Updates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.static ObjectMappingTrigger[]
ObjectMappingTrigger. toObjectMappingTriggerArray(ObjectMappingTrigger[] source)
Creates a ObjectMappingTrigger array on a ObjectMappingTrigger array.Method parameters in com.soffid.iam.api with type arguments of type ObjectMappingTrigger Modifier and Type Method Description static AsyncList<ObjectMappingTrigger>
ObjectMappingTrigger. toObjectMappingTriggerAsyncList(AsyncList<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger asynclist on a ObjectMappingTrigger collection.static PagedResult<ObjectMappingTrigger>
ObjectMappingTrigger. toObjectMappingTriggerList(PagedResult<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger pagedResult on a ObjectMappingTrigger collection.static List<ObjectMappingTrigger>
ObjectMappingTrigger. toObjectMappingTriggerList(Collection<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger list on a ObjectMappingTrigger collection. -
Uses of ObjectMappingTrigger in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ObjectMappingTrigger Modifier and Type Method Description static ObjectMappingTrigger
ObjectMappingTrigger. toObjectMappingTrigger(ObjectMappingTrigger vo)
Creates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.static ObjectMappingTrigger[]
ObjectMappingTrigger. toObjectMappingTriggerArray(ObjectMappingTrigger[] source)
Creates a ObjectMappingTrigger array on a ObjectMappingTrigger array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ObjectMappingTrigger Modifier and Type Method Description static AsyncList<ObjectMappingTrigger>
ObjectMappingTrigger. toObjectMappingTriggerAsyncList(AsyncList<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger asynclist on a ObjectMappingTrigger collection.static PagedResult<ObjectMappingTrigger>
ObjectMappingTrigger. toObjectMappingTriggerList(PagedResult<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger pagedResult on a ObjectMappingTrigger collection.static List<ObjectMappingTrigger>
ObjectMappingTrigger. toObjectMappingTriggerList(Collection<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger list on a ObjectMappingTrigger collection.Methods in es.caib.seycon.ng.comu with parameters of type ObjectMappingTrigger Modifier and Type Method Description static void
ObjectMappingTrigger. toObjectMappingTrigger(ObjectMappingTrigger source, ObjectMappingTrigger target)
Updates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.Constructors in es.caib.seycon.ng.comu with parameters of type ObjectMappingTrigger Constructor Description ObjectMappingTrigger(ObjectMappingTrigger otherBean)
-
Uses of ObjectMappingTrigger in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return ObjectMappingTrigger Modifier and Type Method Description ObjectMappingTrigger
DispatcherService. create(ObjectMappingTrigger trigger)
Operation createObjectMappingTrigger
DispatcherService. update(ObjectMappingTrigger trigger)
Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type ObjectMappingTrigger Modifier and Type Method Description Collection<ObjectMappingTrigger>
DispatcherService. findObjectMappingTriggersByObject(Long objectId)
Operation findObjectMappingTriggersByObjectMethods in es.caib.seycon.ng.servei with parameters of type ObjectMappingTrigger Modifier and Type Method Description ObjectMappingTrigger
DispatcherService. create(ObjectMappingTrigger trigger)
Operation createvoid
DispatcherService. delete(ObjectMappingTrigger tirger)
Operation deleteObjectMappingTrigger
DispatcherService. update(ObjectMappingTrigger trigger)
Operation update -
Uses of ObjectMappingTrigger in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return ObjectMappingTrigger Modifier and Type Method Description ObjectMappingTrigger
DispatcherService. create(ObjectMappingTrigger trigger)
ObjectMappingTrigger
DispatcherService. update(ObjectMappingTrigger trigger)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type ObjectMappingTrigger Modifier and Type Method Description Collection<ObjectMappingTrigger>
DispatcherService. findObjectMappingTriggersByObject(Long objectId)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type ObjectMappingTrigger Modifier and Type Method Description ObjectMappingTrigger
DispatcherService. create(ObjectMappingTrigger trigger)
void
DispatcherService. delete(ObjectMappingTrigger tirger)
ObjectMappingTrigger
DispatcherService. update(ObjectMappingTrigger trigger)
-
Uses of ObjectMappingTrigger in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return types with arguments of type ObjectMappingTrigger Modifier and Type Method Description Collection<ObjectMappingTrigger>
ExtensibleObjectMapping. getTriggers()
Method parameters in es.caib.seycon.ng.sync.intf with type arguments of type ObjectMappingTrigger Modifier and Type Method Description void
ExtensibleObjectMapping. setTriggers(Collection<ObjectMappingTrigger> triggers)
-