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 IOnTaskBeginRetValBuilderIOnTaskBeginRetValBuilder. triggerData(IValueCreator triggerDataCreator)Sets (replaces) the data made available while the task belonging to the trigger is being executed.default IOnTaskBeginRetValBuilderIOnTaskBeginRetValBuilder. triggerData(Object triggerData)Sets (replaces) the data made available while the task belonging to the trigger is being executed.IOnTaskBeginRetValBuilderIOnTaskBeginRetValBuilder. triggerFiles(IFileValueCreator triggerFilesCreator)Sets (replaces) the file made available while the task belonging to the trigger is being executed.default IOnTaskBeginRetValBuilderIOnTaskBeginRetValBuilder. 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 IOnTaskBeginRetValBuilderITriggerOnTaskBeginParams. 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 IOnTaskBeginRetValBuilderTriggerOnTaskBeginParams. result()
-