flux.audittrail.status
Interface FlowContextDetails

All Superinterfaces:
AbstractFlowContextStatus, java.lang.Comparable, java.io.Serializable

public interface FlowContextDetails
extends AbstractFlowContextStatus, java.lang.Comparable

Contains status information for a flow context within a flow chart.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 long getExecutionTime()
          Returns the next time that this flow context is scheduled to fire.
 java.lang.String getFlowChartName()
          Returns the name of the flow chart to which this flow context belong.
 java.lang.String getSeal()
          Returns information that is useful to the Flux support team for diagnosing problems.
 
Methods inherited from interface flux.AbstractFlowContextStatus
getEffectivePriority, getId, getName, getPriority, getSubState, getSuperState
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getExecutionTime

long getExecutionTime()
Returns the next time that this flow context is scheduled to fire.

Returns:
The next time that this flow context is scheduled to fire.

getFlowChartName

java.lang.String getFlowChartName()
Returns the name of the flow chart to which this flow context belong.

Returns:
The name of the flow chart to which this flow context belong.

getSeal

java.lang.String getSeal()
Returns information that is useful to the Flux support team for diagnosing problems.

Returns:
Information that is useful to the Flux support team for diagnosing problems.


© 2014 Flux Corporation. All rights reserved.