Interface IActiveFlagProviding

All Known Subinterfaces:
IWorkflowElementEntity
All Known Implementing Classes:
AWorkflowElement, NodeModel, TriggerModel, WorkflowNode, WorkflowTrigger

public interface IActiveFlagProviding
Interface for types whose instances indicate whether they are active or not.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isActive

      boolean isActive()
      Returns:
      {code true} if this instance is considered active, enabled etc. The exact meaning depends on the type.