Class EntityLifecycleEvent<E extends Entity>
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.apache.syncope.core.provisioning.api.event.EntityLifecycleEvent<E>
-
- All Implemented Interfaces:
Serializable
public class EntityLifecycleEvent<E extends Entity> extends ApplicationEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description EntityLifecycleEvent(Object source, SyncDeltaType type, E entity, String domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDomain()
E
getEntity()
SyncDeltaType
getType()
-
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
EntityLifecycleEvent
public EntityLifecycleEvent(Object source, SyncDeltaType type, E entity, String domain)
-
-
Method Detail
-
getType
public SyncDeltaType getType()
-
getEntity
public E getEntity()
-
getDomain
public String getDomain()
-
-