Class AfterHandlingEvent
- java.lang.Object
-
- org.apache.syncope.core.provisioning.api.event.AfterHandlingEvent
-
- All Implemented Interfaces:
Serializable
public class AfterHandlingEvent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
JOBMAP_KEY
-
Constructor Summary
Constructors Constructor Description AfterHandlingEvent(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getBefore()
String
getCategory()
AuditElements.Result
getCondition()
String
getEvent()
Object[]
getInput()
Object
getOutput()
String
getSubcategory()
AuditElements.EventCategoryType
getType()
String
getWho()
-
-
-
Field Detail
-
JOBMAP_KEY
public static final String JOBMAP_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AfterHandlingEvent
public AfterHandlingEvent(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)
-
-
Method Detail
-
getWho
public String getWho()
-
getType
public AuditElements.EventCategoryType getType()
-
getCategory
public String getCategory()
-
getSubcategory
public String getSubcategory()
-
getEvent
public String getEvent()
-
getCondition
public AuditElements.Result getCondition()
-
getBefore
public Object getBefore()
-
getOutput
public Object getOutput()
-
getInput
public Object[] getInput()
-
-