Uses of Class
de.xima.fc.mdl.resource.AttachmentItem
-
-
Uses of AttachmentItem in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as AttachmentItem Modifier and Type Field Description protected AttachmentItem
AAttachmentListResolutionError.AAttachmentItemResolutionError. item
Methods in de.xima.fc.exceptions that return AttachmentItem Modifier and Type Method Description AttachmentItem
AAttachmentListResolutionError.AAttachmentItemResolutionError. getAttachmentItem()
-
Uses of AttachmentItem in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type AttachmentItem Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
IWorkflowProvider. getAvailableAttachments(GetAvailableAttachmentsParams params)
Returns a list of all available attachment items that are available for the currently selected workflow node.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
IWorkflowProvider. getAvailableAttachments(NodeKey nodeKey, GetAvailableAttachmentsParams params)
Returns a list of all available attachment items that are available for the given workflow node. -
Uses of AttachmentItem in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return AttachmentItem Modifier and Type Method Description AttachmentItem
ISingleAttachmentProviding. getAttachment()
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type AttachmentItem Modifier and Type Method Description List<AttachmentItem>
IReferencedAttachmentList. getAttachments()
Gets all attachment items pointing to the selected attachments.default List<AttachmentItem>
ISingleAttachmentProviding. getAttachments()
-
Uses of AttachmentItem in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return AttachmentItem Modifier and Type Method Description AttachmentItem
IResolvedAttachmentItem. getAttachmentItem()
-
Uses of AttachmentItem in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return AttachmentItem Modifier and Type Method Description static AttachmentItem
AttachmentItem. forSearch()
static AttachmentItem
AttachmentItem. forUploadElement(String identifier)
static AttachmentItem
AttachmentItem. forWorkflowNode(WorkflowNode node)
static AttachmentItem
AttachmentItem. forWorkflowNode(NodeKey nodeKey)
-
Uses of AttachmentItem in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type AttachmentItem Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
WorkflowProviderBean. getAvailableAttachments(GetAvailableAttachmentsParams params)
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
WorkflowProviderBean. getAvailableAttachments(NodeKey currentNodeKey, GetAvailableAttachmentsParams params)
-
Uses of AttachmentItem in de.xima.fc.workflow.model.choices
Methods in de.xima.fc.workflow.model.choices that return types with arguments of type AttachmentItem Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
AttachmentItemChoiceProvider. getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params)
-
Uses of AttachmentItem in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return AttachmentItem Modifier and Type Method Description AttachmentItem
SingleAttachment. getAttachment()
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type AttachmentItem Modifier and Type Method Description List<AttachmentItem>
MultiAttachment. getAttachments()
Methods in de.xima.fc.workflow.model.nodes with parameters of type AttachmentItem Modifier and Type Method Description static MultiAttachment
MultiAttachment. forAttachmentItems(AttachmentItem... items)
Wraps the given attachment items into aMultiAttachment
instance.void
SingleAttachment. setAttachment(AttachmentItem attachment)
Sets the attachment item for the selected attachment.Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type AttachmentItem Modifier and Type Method Description void
MultiAttachment. setAttachments(List<AttachmentItem> attachments)
Sets all attachment items pointing to the selected attachments. -
Uses of AttachmentItem in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type AttachmentItem Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
WorkflowProviderHelper. computeAvailableAttachments(List<String> uploadElements, List<INodeWithName> providingPredecessors, List<INodeWithName> providingParents, GetAvailableAttachmentsParams params, Locale locale)
Computes all available attachments items. -
Uses of AttachmentItem in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type AttachmentItem Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
ValidationWorkflowProvider. getAvailableAttachments(GetAvailableAttachmentsParams params)
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
ValidationWorkflowProvider. getAvailableAttachments(NodeKey currentNodeKey, GetAvailableAttachmentsParams params)
-
Uses of AttachmentItem in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return AttachmentItem Modifier and Type Method Description AttachmentItem
ResolvedAttachmentItem.Builder. getAttachmentItem()
AttachmentItem
ResolvedAttachmentItem. getAttachmentItem()
Methods in de.xima.fc.workflow.processor.model with parameters of type AttachmentItem Modifier and Type Method Description static ResolvedAttachmentItem.Builder
ResolvedAttachmentItem. builder(AttachmentItem AttachmentItem)
Creates a builder to buildResolvedAttachmentItem
.static IResolvedAttachmentItem
ResolvedAttachmentItem. ofSuccess(AttachmentItem item, ResolvedAttachment attachment)
-