Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowAttachmentValue
Packages that use IWorkflowAttachmentValue
Package
Description
Package für allgemeine Exceptions
-
Uses of IWorkflowAttachmentValue in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IWorkflowAttachmentValueMethods in de.xima.fc.exceptions with parameters of type IWorkflowAttachmentValueModifier and TypeMethodDescriptionfinal Self
AbstractAbruptCompletionException.Builder.attachmentValue
(IWorkflowAttachmentValue attachmentValue) -
Uses of IWorkflowAttachmentValue in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowAttachmentValueModifier and TypeMethodDescriptionIBaseCompletionResult.getAttachmentValue()
default IWorkflowAttachmentValue
IWorkflowNodeResult.getAttachmentValue()
-
Uses of IWorkflowAttachmentValue in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type IWorkflowAttachmentValueModifier and TypeMethodDescriptionICompletionResultBuilder.attachment
(IWorkflowAttachmentValue attachmentValue) Sets (replaces) the attachments created by the plugin when it was executed. -
Uses of IWorkflowAttachmentValue in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWorkflowAttachmentValueMethods in de.xima.fc.workflow that return IWorkflowAttachmentValueModifier and TypeMethodDescriptionstatic IWorkflowAttachmentValue
WorkflowAttachmentValue.empty()
-
Uses of IWorkflowAttachmentValue in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowAttachmentValueModifier and TypeMethodDescriptionNormalCompletionResultBuilder.attachment
(IWorkflowAttachmentValue attachmentValue) -
Uses of IWorkflowAttachmentValue in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IWorkflowAttachmentValueMethods in de.xima.fc.workflow.processor.model with parameters of type IWorkflowAttachmentValueModifier and TypeMethodDescriptionNormalCompletionResult.Builder.attachmentValue
(IWorkflowAttachmentValue attachmentValue)