Interface ISpecificTriggerProvidingEvent
- 
- All Superinterfaces:
 IWorkflowEventData,Serializable
- All Known Subinterfaces:
 IFcUserInvocationEvent
- All Known Implementing Classes:
 ASpecificTriggerWithFormRecordEventDataBuilder.ASpecificData
public interface ISpecificTriggerProvidingEvent extends IWorkflowEventData
Interface forIWorkflowEventDatathat are triggered and target a specific trigger. Only the task for that specific trigger should be executed.This is used, for example, to invoke a custom trigger in the inbox; or by a quartz job set up by state timer trigger to invoke that trigger after a delay.
- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTriggerId()StringgetType()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessors 
 - 
 
 -