Class AfterHandlingEvent
java.lang.Object
org.apache.syncope.core.provisioning.api.event.AfterHandlingEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAfterHandlingEvent
(String domain, String who, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, Object before, Object output, Object... input) -
Method Summary
-
Field Details
-
JOBMAP_KEY
- See Also:
-
-
Constructor Details
-
AfterHandlingEvent
public AfterHandlingEvent(String domain, String who, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, Object before, Object output, Object... input)
-
-
Method Details
-
getDomain
-
getWho
-
getType
-
getCategory
-
getSubcategory
-
getOp
-
getOutcome
-
getBefore
-
getOutput
-
getInput
-