Uses of Class
de.xima.fc.mdl.resource.AttachmentItem
Packages that use AttachmentItem
Package
Description
Package für allgemeine Exceptions
-
Uses of AttachmentItem in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as AttachmentItemModifier and TypeFieldDescriptionprotected final AttachmentItem
AAttachmentListResolutionError.AAttachmentItemResolutionError.item
Methods in de.xima.fc.exceptions that return AttachmentItemModifier and TypeMethodDescriptionAAttachmentListResolutionError.AAttachmentItemResolutionError.getAttachmentItem()
Constructors in de.xima.fc.exceptions with parameters of type AttachmentItemModifierConstructorDescriptionprotected
AAttachmentItemResolutionError
(EAttachmentItemResolutionError type, String message, Throwable cause, AttachmentItem item) AttachmentCountReducedToZeroByFilter
(AttachmentItem item, Set<String> extensions) AttachmentQueryDoesNotMatch
(AttachmentItem item, String searchPattern, Set<EAttachmentSource> sources) CannotProcessAttachmentItem
(String message, Throwable cause, AttachmentItem item) DatabaseError
(String message, de.xima.cmn.dao.exceptions.AbstractDaoException cause, AttachmentItem item) DatabaseError
(String message, de.xima.cmn.dao.exceptions.AbstractDaoRuntimeException cause, AttachmentItem item) FileSystemError
(String message, IOException cause, AttachmentItem item) NodeDoesNotExist
(AttachmentItem item, NodeKey nodeKey) NodeDoesNotProvideAttachments
(AttachmentItem item, WorkflowNode node) NodeNotExecuted
(AttachmentItem item, WorkflowNode node) UploadFieldDoesNotExist
(AttachmentItem item, String uploadFieldAlias) UploadFieldDoesNotProvideAttachments
(AttachmentItem item, String uploadFieldAlias) -
Uses of AttachmentItem in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type AttachmentItemModifier and TypeMethodDescriptionList<? 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 AttachmentItemMethods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type AttachmentItemModifier and TypeMethodDescriptionIReferencedAttachmentList.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 -
Uses of AttachmentItem in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return AttachmentItemModifier and TypeMethodDescriptionstatic 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 AttachmentItemModifier and TypeMethodDescriptionList<? 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 AttachmentItemModifier and TypeMethodDescriptionList<? 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 AttachmentItemMethods in de.xima.fc.workflow.model.nodes that return types with arguments of type AttachmentItemMethods in de.xima.fc.workflow.model.nodes with parameters of type AttachmentItemModifier and TypeMethodDescriptionvoid
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 AttachmentItemModifier and TypeMethodDescriptionvoid
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 AttachmentItemModifier and TypeMethodDescriptionstatic List<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
WorkflowProviderHelper.computeAvailableAttachments
(List<String> uploadElements, List<INodeWithName> providingNodes, 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 AttachmentItemModifier and TypeMethodDescriptionList<? 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 AttachmentItemModifier and TypeMethodDescriptionResolvedAttachmentItem.Builder.getAttachmentItem()
ResolvedAttachmentItem.getAttachmentItem()
Methods in de.xima.fc.workflow.processor.model with parameters of type AttachmentItemModifier and TypeMethodDescriptionResolvedAttachmentItem.builder
(AttachmentItem AttachmentItem) Creates a builder to buildResolvedAttachmentItem
.static IResolvedAttachmentItem
ResolvedAttachmentItem.ofSuccess
(AttachmentItem item, ResolvedAttachment attachment)