Uses of Interface
de.xima.fc.interfaces.workflow.execution.IAttachmentValueDescriptor
Packages that use IAttachmentValueDescriptor
Package
Description
-
Uses of IAttachmentValueDescriptor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IAttachmentValueDescriptorModifier and TypeMethodDescriptiondefault IAttachmentValueDescriptorIExecutionResultDescriptor.getAttachmentValueDescriptor()Creates the descriptor for the attachment or attachments that are created when the node is executed.default IAttachmentValueDescriptorIRefinedExecutionResultDescriptor.getAttachmentValueDescriptor(IRefinedExecutionResultDescriptorParams<Model> params) Same asgetAttachmentValueDescriptorwithout data, but refined depending on the current node's configuration.default IAttachmentValueDescriptorIRefinedExecutionResultDescriptor.getAttachmentValueDescriptor(Model data) Deprecated.default IAttachmentValueDescriptorIExecutionResultDescriptor.getCurrentAttachmentValueDescriptor()Creates the descriptor for the attachment or attachments that are created and made available to other actions while the node is being executed.default IAttachmentValueDescriptorIRefinedExecutionResultDescriptor.getCurrentAttachmentValueDescriptor(IRefinedExecutionResultDescriptorParams<Model> params) Same asgetCurrentAttachmentValueDescriptorwithout data, but refined depending on the current node's configuration.default IAttachmentValueDescriptorIRefinedExecutionResultDescriptor.getCurrentAttachmentValueDescriptor(Model data) Deprecated.IAttachmentValueDescriptor.intersect(IAttachmentValueDescriptor other) Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IAttachmentValueDescriptorModifier and TypeMethodDescriptionIAttachmentValueDescriptor.intersect(IAttachmentValueDescriptor other) -
Uses of IAttachmentValueDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IAttachmentValueDescriptorMethods in de.xima.fc.workflow that return IAttachmentValueDescriptorModifier and TypeMethodDescriptionAttachmentValueDescriptor.intersect(IAttachmentValueDescriptor other) Methods in de.xima.fc.workflow with parameters of type IAttachmentValueDescriptorModifier and TypeMethodDescriptionAttachmentValueDescriptor.intersect(IAttachmentValueDescriptor other) -
Uses of IAttachmentValueDescriptor in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return IAttachmentValueDescriptorModifier and TypeMethodDescriptionabstract IAttachmentValueDescriptorEForEachLoopItemListSource.getCurrentAttachmentValueDescriptor() -
Uses of IAttachmentValueDescriptor in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node that return IAttachmentValueDescriptorModifier and TypeMethodDescriptiondefault IAttachmentValueDescriptorIFcForEachLoopDescriptors.getCurrentAttachmentValueDescriptor()default IAttachmentValueDescriptorIFcForEachLoopDescriptors.getCurrentAttachmentValueDescriptor(IRefinedExecutionResultDescriptorParams<FcForEachLoopProps> params)
IRefinedExecutionResultDescriptor.getAttachmentValueDescriptor(IRefinedExecutionResultDescriptorParams).