Uses of Interface
de.xima.fc.interfaces.workflow.execution.IOnTaskBeginRetValBuilder
-
Packages that use IOnTaskBeginRetValBuilder Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.params de.xima.fc.workflow.processor.logic.execution -
-
Uses of IOnTaskBeginRetValBuilder in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IOnTaskBeginRetValBuilder Modifier and Type Method Description IOnTaskBeginRetValBuilder
IOnTaskBeginRetValBuilder. triggerData(IValueCreator triggerDataCreator)
Sets (replaces) the data made available while the task belonging to the trigger is being executed.default IOnTaskBeginRetValBuilder
IOnTaskBeginRetValBuilder. triggerData(Object triggerData)
Sets (replaces) the data made available while the task belonging to the trigger is being executed.IOnTaskBeginRetValBuilder
IOnTaskBeginRetValBuilder. triggerFiles(IFileValueCreator triggerFilesCreator)
Sets (replaces) the file made available while the task belonging to the trigger is being executed.default IOnTaskBeginRetValBuilder
IOnTaskBeginRetValBuilder. triggerFiles(IWorkflowFileValue triggerFiles)
Sets (replaces) the file made available while the task belonging to the trigger is being executed. -
Uses of IOnTaskBeginRetValBuilder in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IOnTaskBeginRetValBuilder Modifier and Type Method Description IOnTaskBeginRetValBuilder
ITriggerOnTaskBeginParams. result()
-
Uses of IOnTaskBeginRetValBuilder in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return IOnTaskBeginRetValBuilder Modifier and Type Method Description IOnTaskBeginRetValBuilder
TriggerOnTaskBeginParams. result()
-