Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITriggerDataDescriptor
-
Packages that use ITriggerDataDescriptor Package Description de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow.designer.mixin de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.mixin de.xima.fc.workflow.retval.trigger -
-
Uses of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.mixin Modifier and Type Interface Description interfaceIBeanValidatingTrigger<TData>Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)by performing a bean validation on the trigger's properties model.interfaceIOfficialHelpPageTrigger<TData>Mixin for nodes that implementsIElementHandler.getHelpPageLocation(Locale)by returning a link to the official help pages.interfaceISemverUpdatingTrigger<TData>AISemverUpdatingforWorkflowTriggerhandlers.interfaceISingleTriggerPrototype<TData>Mixin that implementsITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams)for cases when a handler only wishes to provide a single prototype.interfaceISpecificTriggerListener<TData>Mixin interface for triggers that are invoked only by an external event specifying the ID of the trigger. -
Uses of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.triggers Modifier and Type Interface Description interfaceITriggerHandler<Model>All trigger handlers must be thread-safe. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.designer.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.designer.mixin Modifier and Type Interface Description interfaceISingleBaseBuiltinTriggerPrototype<TData extends BaseTriggerProps>Mixin that extendsISingleBaseTriggerPrototypefor built-in trigger types.interfaceISingleBuiltinTriggerPrototype<TData>Mixin that extendsISingleTriggerPrototypefor built-in trigger types. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.designer.registry.triggers
-
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIBaseTrigger<TData extends BaseTriggerProps>Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps.interfaceIBuiltinTriggerType<TData>Mixin for all built-in workflow trigger handlers.interfaceIDefaultClientHandlerTrigger<TData extends BaseTriggerProps>Trigger handler for triggers that wish to register the default client-side handlers.interfaceIPluginTriggerHandler<TData extends BaseTriggerProps>Mixin meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow trigger that executes some business logic.interfaceISingleBaseTriggerPrototype<TData extends BaseTriggerProps>A mixin for all triggers that areISingleTriggerPrototypeand additionally use a properties model that extends fromBaseTriggerProps.Classes in de.xima.fc.workflow.mixin that implement ITriggerDataDescriptor Modifier and Type Class Description classAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow action that executes some business logic. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.retval.trigger
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.retval.trigger Modifier and Type Interface Description interfaceIFcCatchErrorDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_CATCH_ERRORaction.interfaceIFcDoiVerifiedDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_DOI_VERIFIEDaction.interfaceIFcFormRecordMessagePostedDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTEDevent.interfaceIFcFormRecordMessageUploadRequestFulfilledDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTEDevent.interfaceIFcFormSubmitButtonDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTONaction.interfaceIFcInvitationErrorDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_ERRORaction.interfaceIFcInvitationSentDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_SENTaction.interfaceIFcManualDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_MANUALaction.interfaceIFcQualifiedFormSubmitButtonDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTONaction.interfaceIFcStateTimerDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_STATE_TIMERaction.interfaceIFcTimePointDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_TIME_POINTaction.interfaceIFcUserInvocationDescriptorsThe result descriptors for the data returned by theEWorkflowTriggerType.FC_USER_INVOCATIONevent.
-