Package de.xima.fc.interfaces.workflow
Interface IWorkflowElementTypeProviding
-
- All Known Subinterfaces:
IBaseActionClientHandlerNode<TData>,IBaseActionNode<TData>,IBaseConditionClientHandlerNode<TData>,IBaseTrigger<TData>,IBeanValidatingElement<TData,TElement>,IBeanValidatingNode<TData>,IBeanValidatingTrigger<TData>,IBuiltinNodeType<TData>,IBuiltinResourcesHandler<TData,TElement>,IBuiltinTriggerType<TData>,IDefaultClientHandlerNode<TData>,IDefaultClientHandlerTrigger<TData>,IElementHandler<TData,TElement>,IElementPrototypeData<TData>,IExecutingLikeActionNode<TData>,IExecutingLikeBinarySelectionNode<TData>,IExecutingLikeExceptionHandlerNode<TData>,IExecutingLikeMultiSwitchNode<TData>,IExecutingLikeReturningActionNode<TData>,IExecutingLikeReturnNode<TData>,IExecutingLikeSequenceNode<TData>,IExecutingLikeThrowNode<TData>,IFileProviding<TData>,IHierarchyValidatingNode<TData>,IKeyValueSummarizableElement<TData,TElement>,IKeyValueSummarizableNode<TData>,IKeyValueSummarizableTrigger<TData>,INodeHandler<TData>,INodePrototypeData<TData>,IOfficialHelpPageElement<TData,TElement>,IOfficialHelpPageNode<TData>,IOfficialHelpPageTrigger<TData>,IPluginActionNodeHandler<TData>,IPluginConditionNodeHandler<TData>,IPluginTriggerHandler<TData>,IResultlessNode<TData>,ISemverUpdating<TData,TElement>,ISemverUpdatingNode<TData>,ISemverUpdatingTrigger<TData>,ISequentialUpdating<TData,TElement,TVersion>,ISingleBaseActionBuiltinNodePrototype<TData>,ISingleBaseActionNodePrototype<TData>,ISingleBaseBuiltinTriggerPrototype<TData>,ISingleBaseConditionNodePrototype<TData>,ISingleBaseTriggerPrototype<TData>,ISingleBuiltinNodePrototype<TData>,ISingleBuiltinTriggerPrototype<TData>,ISingleElementPrototype<TData,TElement>,ISingleNodePrototype<TData>,ISingleTriggerPrototype<TData>,ISpecificTriggerListener<TData>,ITriggerHandler<TData>,ITriggerPrototypeData<TData>,IWorkflowElementEntity,IWorkflowNodeTypeProviding,IWorkflowTriggerTypeProviding
- All Known Implementing Classes:
APluginActionNodeHandler,APluginConditionNodeHandler,APluginTriggerHandler,AWorkflowElement,EWorkflowNodeType,EWorkflowTriggerType,FcCatchErrorHandler,FcChangeFormAvailabilityHandler,FcChangeFormValueHandler,FcChangeStateHandler,FcCompressAsZipHandler,FcCopyFormRecordHandler,FcCounterHandler,FcCreateTextFileHandler,FcDecodeBase64Handler,FcDeleteFormRecordHandler,FcDoiInitHandler,FcDoiVerifiedHandler,FcEmailHandler,FcEmptyHandler,FcEncodeBase64Handler,FcExperimentHandler,FcExportToPersistenceHandler,FcExportToXmlHandler,FcFillPdfHandler,FcFillWordHandler,FcFormSubmitButtonHandler,FcHttpRequestHandler,FcImportFormValueFromXmlHandler,FcInvitationErrorHandler,FcInvitationSentHandler,FcLdapQueryHandler,FcLogEntryHandler,FcManualHandler,FcMoveFormRecordToInboxHandler,FcMultipleConditionHandler,FcProcessHistoryPdfHandler,FcProcessLogPdfHandler,FcProvideResourceHandler,FcQualifiedFormSubmitButtonHandler,FcQueueTaskHandler,FcRedirectHandler,FcRenewProcessIdHandler,FcReturnFileHandler,FcReturnHandler,FcSaveToFileSystemHandler,FcSaveToWebDavHandler,FcSequenceHandler,FcSetSavedFlagHandler,FcShowTemplateHandler,FcSqlStatementHandler,FcStateTimerHandler,FcSwitchCaseHandler,FcSwitchDefaultHandler,FcSwitchHandler,FcThrowExceptionHandler,FcTimePointHandler,FcWriteFormRecordAttrHandler,NodeModel,NodePrototypeData,RedirectToClientInboxNodePlugin,RedirectToFormRecordNodePlugin,TriggerModel,TriggerPrototypeData,WorkflowNode,WorkflowTrigger
public interface IWorkflowElementTypeProvidingInterface for workflow element that have got a type and behave differently depending on that type. Includes workflow nodes and event triggers.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()
-
-
-
Method Detail
-
getType
String getType()
- Returns:
- The type of the workflow element that determines how the workflow element behaves. Usually there is a registered handler for each type.
-
-