Uses of Interface
de.xima.fc.interfaces.workflow.params.ICreateProtocolEntryAfterExecutionParams
-
Packages that use ICreateProtocolEntryAfterExecutionParams Package Description de.xima.fc.interfaces.workflow.nodes de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin -
-
Uses of ICreateProtocolEntryAfterExecutionParams in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes with parameters of type ICreateProtocolEntryAfterExecutionParams Modifier and Type Method Description default boolean
INodeHandler. 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
-
Uses of ICreateProtocolEntryAfterExecutionParams in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin with parameters of type ICreateProtocolEntryAfterExecutionParams Modifier and Type Method Description default boolean
IPluginConditionNodeHandler. isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params)
default boolean
IPluginDoUntilLoopNodeHandler. isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params)
default boolean
IPluginWhileLoopNodeHandler. isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params)
-