flux.audittrail.server
Interface DeadlineApproachingEvent

All Superinterfaces:
AbstractAuditTrailEvent

public interface DeadlineApproachingEvent
extends AbstractAuditTrailEvent

Logged to the audit trail when a flow chart or its denoted flow chart run is approaching its deadline. Flow chart execution continues as normal when this event is recorded.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.util.Date getDeadline()
          Returns the deadline date for the flow chart.
 java.lang.String getFlowChartName()
          Returns the flow chart name for which this event is published.
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getDeadline

java.util.Date getDeadline()
Returns the deadline date for the flow chart.

Returns:
The deadline date for the flow chart.

getFlowChartName

java.lang.String getFlowChartName()
Returns the flow chart name for which this event is published.

Returns:
The flow chart name for which this event is published.


© 2014 Flux Corporation. All rights reserved.