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 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
 - 
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 booleanIPluginConditionNodeHandler. isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params)default booleanIPluginDoUntilLoopNodeHandler. isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params)default booleanIPluginWhileLoopNodeHandler. isCreateProtocolEntryAfterExecution(ICreateProtocolEntryAfterExecutionParams params) 
 -