Uses of Class
org.apache.syncope.core.provisioning.api.event.EntityLifecycleEvent
-
-
Uses of EntityLifecycleEvent in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api with parameters of type EntityLifecycleEvent Modifier and Type Method Description voidUserRequestHandler. cancelByUser(EntityLifecycleEvent<Entity> event)Cancel all running user requests for the user in the given delete event. -
Uses of EntityLifecycleEvent in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl with parameters of type EntityLifecycleEvent Modifier and Type Method Description voidFlowableUserRequestHandler. cancelByUser(EntityLifecycleEvent<Entity> event) -
Uses of EntityLifecycleEvent in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type EntityLifecycleEvent Modifier and Type Method Description voidElasticsearchIndexManager. entity(EntityLifecycleEvent<Entity> event) -
Uses of EntityLifecycleEvent in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type EntityLifecycleEvent Modifier and Type Method Description voidOpenSearchIndexManager. entity(EntityLifecycleEvent<Entity> event)
-