Uses of Class
de.xima.fc.workflow.model.nodes.FcThrowExceptionProps
-
Packages that use FcThrowExceptionProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcThrowExceptionProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcThrowExceptionProps Modifier and Type Method Description Class<FcThrowExceptionProps>
FcThrowExceptionHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcThrowExceptionProps Modifier and Type Method Description INormalCompletionResult
FcThrowExceptionHandler. execute(INodeExecutionParams<FcThrowExceptionProps> params)
ISummaryKeyValueModel
FcThrowExceptionHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcThrowExceptionProps> params)
-
Uses of FcThrowExceptionProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcThrowExceptionProps Constructor Description FcThrowExceptionExecutor(INodeExecutionParams<FcThrowExceptionProps> params)
Creates a new executor for executing an return file action with the given parameters.
-