Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowAttachmentValue
- 
Packages that use IWorkflowAttachmentValue Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.params de.xima.fc.workflow de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.model  - 
- 
Uses of IWorkflowAttachmentValue in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IWorkflowAttachmentValue Modifier and Type Method Description IWorkflowAttachmentValueAbstractAbruptCompletionException. getAttachmentValue()Methods in de.xima.fc.exceptions with parameters of type IWorkflowAttachmentValue Modifier and Type Method Description SelfAbstractAbruptCompletionException.Builder. attachmentValue(IWorkflowAttachmentValue attachmentValue) - 
Uses of IWorkflowAttachmentValue in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowAttachmentValue Modifier and Type Method Description IWorkflowAttachmentValueIBaseCompletionResult. getAttachmentValue()default IWorkflowAttachmentValueIWorkflowNodeResult. getAttachmentValue() - 
Uses of IWorkflowAttachmentValue in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type IWorkflowAttachmentValue Modifier and Type Method Description TBuilderICompletionResultBuilder. 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 IWorkflowAttachmentValue Modifier and Type Class Description classWorkflowAttachmentValuePOJO implementation ofIWorkflowAttachmentValue.Methods in de.xima.fc.workflow that return IWorkflowAttachmentValue Modifier and Type Method Description static IWorkflowAttachmentValueWorkflowAttachmentValue. 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 IWorkflowAttachmentValue Modifier and Type Method Description INormalCompletionResultBuilderNormalCompletionResultBuilder. attachment(IWorkflowAttachmentValue attachmentValue) - 
Uses of IWorkflowAttachmentValue in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IWorkflowAttachmentValue Modifier and Type Method Description IWorkflowAttachmentValueNormalCompletionResult. getAttachmentValue()Methods in de.xima.fc.workflow.processor.model with parameters of type IWorkflowAttachmentValue Modifier and Type Method Description NormalCompletionResult.BuilderNormalCompletionResult.Builder. attachmentValue(IWorkflowAttachmentValue attachmentValue) 
 -