Uses of Interface
de.xima.fc.interfaces.workflow.execution.IAttachmentValueDescriptor
-
Packages that use IAttachmentValueDescriptor Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow de.xima.fc.workflow.model.list_item_source de.xima.fc.workflow.retval.node -
-
Uses of IAttachmentValueDescriptor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IAttachmentValueDescriptor Modifier and Type Method Description default IAttachmentValueDescriptorIExecutionResultDescriptor. getAttachmentValueDescriptor()Creates the descriptor for the attachment or attachments that are created when the node is executed.default IAttachmentValueDescriptorIRefinedExecutionResultDescriptor. getAttachmentValueDescriptor(Model data)Same asgetAttachmentValueDescriptorwithout data, but refined depending on the current node's configuration.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(Model data)Same asgetCurrentAttachmentValueDescriptorwithout data, but refined depending on the current node's configuration.IAttachmentValueDescriptorIAttachmentValueDescriptor. intersect(IAttachmentValueDescriptor other)Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IAttachmentValueDescriptor Modifier and Type Method Description IAttachmentValueDescriptorIAttachmentValueDescriptor. intersect(IAttachmentValueDescriptor other) -
Uses of IAttachmentValueDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IAttachmentValueDescriptor Modifier and Type Class Description classAttachmentValueDescriptorPOJO implementation ofIAttachmentValueDescriptor.Methods in de.xima.fc.workflow that return IAttachmentValueDescriptor Modifier and Type Method Description IAttachmentValueDescriptorAttachmentValueDescriptor. intersect(IAttachmentValueDescriptor other)Methods in de.xima.fc.workflow with parameters of type IAttachmentValueDescriptor Modifier and Type Method Description IAttachmentValueDescriptorAttachmentValueDescriptor. 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 IAttachmentValueDescriptor Modifier and Type Method Description abstract IAttachmentValueDescriptorEForEachLoopItemListSource. getCurrentAttachmentValueDescriptor() -
Uses of IAttachmentValueDescriptor in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node that return IAttachmentValueDescriptor Modifier and Type Method Description default IAttachmentValueDescriptorIFcForEachLoopDescriptors. getCurrentAttachmentValueDescriptor()default IAttachmentValueDescriptorIFcForEachLoopDescriptors. getCurrentAttachmentValueDescriptor(FcForEachLoopProps props)
-