Package de.xima.fc.interfaces
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
-
Method Details
-
isActive
boolean isActive()- Returns:
- {code true} if this instance is considered active, enabled etc. The exact meaning depends on the type.
-