Package de.xima.fc.interfaces.workflow
Interface IElementKeyProviding
- 
- All Known Subinterfaces:
 IElementLocalValidationParams<TData,TElement>,ITriggerAppliesToEventParams<TData>,ITriggerOnTaskBeginParams<TData>,ITriggerOnTaskFinishParams<TData>,ITriggerPreconditionSatisfiedParams<TData>,IWorkflowElementEntity,IWorkflowElementWithDeserializedModel<TData,TElement>
- All Known Implementing Classes:
 AppliesToEventParams,AWorkflowElement,ElementLocalValidationParams,PreconditionSatisfiedParams,TriggerOnTaskBeginParams,TriggerOnTaskFinishParams,WorkflowElementWithDeserializedModel,WorkflowNode,WorkflowTrigger
public interface IElementKeyProvidingInterface for objects that have got a UUID identifying them.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementKeygetKey() 
 - 
 
- 
- 
Method Detail
- 
getKey
ElementKey getKey()
- Returns:
 - The key that identifies this instance.
 
 
 - 
 
 -