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 IAttachmentValueDescriptor
IExecutionResultDescriptor. getAttachmentValueDescriptor()
Creates the descriptor for the attachment or attachments that are created when the node is executed.default IAttachmentValueDescriptor
IRefinedExecutionResultDescriptor. getAttachmentValueDescriptor(Model data)
Same asgetAttachmentValueDescriptor
without data, but refined depending on the current node's configuration.default IAttachmentValueDescriptor
IExecutionResultDescriptor. 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 IAttachmentValueDescriptor
IRefinedExecutionResultDescriptor. getCurrentAttachmentValueDescriptor(Model data)
Same asgetCurrentAttachmentValueDescriptor
without data, but refined depending on the current node's configuration.IAttachmentValueDescriptor
IAttachmentValueDescriptor. intersect(IAttachmentValueDescriptor other)
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IAttachmentValueDescriptor Modifier and Type Method Description IAttachmentValueDescriptor
IAttachmentValueDescriptor. 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 class
AttachmentValueDescriptor
POJO implementation ofIAttachmentValueDescriptor
.Methods in de.xima.fc.workflow that return IAttachmentValueDescriptor Modifier and Type Method Description IAttachmentValueDescriptor
AttachmentValueDescriptor. intersect(IAttachmentValueDescriptor other)
Methods in de.xima.fc.workflow with parameters of type IAttachmentValueDescriptor Modifier and Type Method Description IAttachmentValueDescriptor
AttachmentValueDescriptor. 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 IAttachmentValueDescriptor
EForEachLoopItemListSource. 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 IAttachmentValueDescriptor
IFcForEachLoopDescriptors. getCurrentAttachmentValueDescriptor()
default IAttachmentValueDescriptor
IFcForEachLoopDescriptors. getCurrentAttachmentValueDescriptor(FcForEachLoopProps props)
-