Package de.xima.fc.interfaces.workflow
Interface ITriggerKeyProviding
-
- All Known Implementing Classes:
WorkflowTrigger
public interface ITriggerKeyProviding
Interface for workflow trigger like objects that have got aTriggerKey
identifying them.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TriggerKey
getTriggerKey()
-
-
-
Method Detail
-
getTriggerKey
TriggerKey getTriggerKey()
- Returns:
- The trigger key that identifies this instance.
-
-