Package com.comalatech.workflow.event
Interface ContentRejectEvent
- All Superinterfaces:
com.atlassian.confluence.event.events.content.Contented
,WorkflowEvent
- All Known Subinterfaces:
ApprovalRejectedEvent
This event is fired when a content object is rejected
-
Method Summary
Methods inherited from interface com.atlassian.confluence.event.events.content.Contented
getContent
Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent
getState
-
Method Details
-
getRejection
Rejection getRejection()Provides the rejection given. If the rejection is not definitive, then it is a partial rejection- Returns:
- the rejection given.
- See Also:
-