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