Package com.comalatech.workflow.event
Interface ContentRejectEvent
- 
- All Superinterfaces:
 WorkflowEvent
- All Known Subinterfaces:
 ApprovalRejectedEvent
public interface ContentRejectEvent extends WorkflowEvent
This event is fired when a content object is rejected 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RejectiongetRejection()Provides the rejection given.- 
Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent
getContent, getState 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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:
 PartialRejection
 
 - 
 
 -