Uses of Interface
de.xima.fc.interfaces.workflow.params.ICreateProtocolEntryAfterExecutionParams
Packages that use ICreateProtocolEntryAfterExecutionParams
Package
Description
-
Uses of ICreateProtocolEntryAfterExecutionParams in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes with parameters of type ICreateProtocolEntryAfterExecutionParamsModifier and TypeMethodDescriptiondefault booleanINodeHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) Controls whether a protocol entry is created after the node was executed. -
Uses of ICreateProtocolEntryAfterExecutionParams in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type ICreateProtocolEntryAfterExecutionParamsModifier and TypeMethodDescriptionbooleanFcChangeFormRecordChatActivenessHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcChangeStateHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcDeleteFormRecordHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcDoUntilLoopHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcEmptyHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcExperimentHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcExportFormRecordChatsHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcForEachLoopHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcLogEntryHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcMultipleConditionHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcSendFormRecordMessageHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcSequenceHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcSwitchCaseHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcSwitchDefaultHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcSwitchHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcVoidHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcWhileLoopHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) booleanFcWithFormElementContextHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) -
Uses of ICreateProtocolEntryAfterExecutionParams in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin with parameters of type ICreateProtocolEntryAfterExecutionParamsModifier and TypeMethodDescriptiondefault booleanIPluginConditionNodeHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) default booleanIPluginDoUntilLoopNodeHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) default booleanIPluginWhileLoopNodeHandler.isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params)