Uses of Enum
de.xima.fc.mdl.enums.EAttachmentSource
Packages that use EAttachmentSource
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für allgemeine Exceptions
Commonly used enumeration that are mainly used in model classes.
-
Uses of EAttachmentSource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionAttachmentAPI.getAllBy
(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid) AttachmentAPI.getAttachmentListByType
(UserContext uc, String prozessID, EAttachmentSource source) Method for outputting all attachments by type of a process. -
Uses of EAttachmentSource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionAttachmentDao.getAllBy
(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid) -
Uses of EAttachmentSource in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionIAttachmentDao.getAllBy
(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid) -
Uses of EAttachmentSource in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAttachmentSourceMethods in de.xima.fc.entities with parameters of type EAttachmentSource -
Uses of EAttachmentSource in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return types with arguments of type EAttachmentSourceModifier and TypeMethodDescriptionAAttachmentListResolutionError.AttachmentQueryDoesNotMatch.getSources()
AFileListResolutionError.AttachmentQueryDoesNotMatch.getSources()
Constructor parameters in de.xima.fc.exceptions with type arguments of type EAttachmentSourceModifierConstructorDescriptionAttachmentQueryDoesNotMatch
(AttachmentItem item, String searchPattern, Set<EAttachmentSource> sources) AttachmentQueryDoesNotMatch
(ResourceItem item, String searchPattern, Collection<EAttachmentSource> sources) -
Uses of EAttachmentSource in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionstatic Attachment
AttachmentHelper.createAttachment
(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) Deprecated.static Attachment
AttachmentHelper.createAttachment
(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, org.apache.commons.fileupload.FileItem item, EAttachmentSource attachmentSource) static Attachment
AttachmentHelper.createAttachment
(UserContext uc, Mandant man, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) static Attachment
AttachmentHelper.createAttachmentBody
(byte[] daten, String userName, String filename, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource) static Attachment
AttachmentHelper.createAttachmentBody
(byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource) -
Uses of EAttachmentSource in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionAttachmentHandler.getAllBy
(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid) -
Uses of EAttachmentSource in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionIAttachmentHandler.getAllBy
(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid) -
Uses of EAttachmentSource in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type EAttachmentSourceMethod parameters in de.xima.fc.inbox.bean with type arguments of type EAttachmentSourceModifier and TypeMethodDescriptionvoid
ProcessAttachmentBean.setFormAttachments
(Map<EAttachmentSource, List<FormAttachmentModel>> formAttachments) -
Uses of EAttachmentSource in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type EAttachmentSource -
Uses of EAttachmentSource in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type EAttachmentSourceModifier and TypeMethodDescriptionIMultiFileProviding.getAttachmentFilter()
IReferencedFileList.getAttachmentFilter()
ISingleFileProviding.getAttachmentFilter()
IReferencedAttachmentList.getSearchSourceTypes()
Gets the attachment sources to which to restrict the search for attachments. -
Uses of EAttachmentSource in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type EAttachmentSource -
Uses of EAttachmentSource in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAttachmentSourceModifier and TypeMethodDescriptionstatic EAttachmentSource
Returns the enum constant of this type with the specified name.static EAttachmentSource[]
EAttachmentSource.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAttachmentSource in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionprotected void
AWorkflowEngineTest.assertAttachmentContentString
(EAttachmentSource source, String value) protected void
AWorkflowEngineTest.assertAttachmentContentString
(EAttachmentSource source, Predicate<String> nameFilter, String value) protected void
AWorkflowEngineTest.assertAttachmentsContentString
(EAttachmentSource source, String... values) protected void
AWorkflowEngineTest.assertAttachmentsContentString
(EAttachmentSource source, Predicate<String> nameFilter, String... values) protected void
AWorkflowEngineTest.assertHasNoAttachments
(EAttachmentSource source) protected Attachment
AWorkflowEngineTest.createFormRecordResource
(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @javax.validation.constraints.NotNull byte[] resourceData, Date editDate, String uploadElementName) protected Attachment
AWorkflowEngineTest.createFormRecordResource
(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @NotNull String resourceData, Date editDate, String uploadElementName) protected Attachment
AWorkflowEngineTest.getFormRecordAttachment
(EAttachmentSource source) protected Attachment
AWorkflowEngineTest.getFormRecordAttachment
(EAttachmentSource source, Predicate<String> nameFilter) protected String
AWorkflowEngineTest.getFormRecordAttachmentContentString
(EAttachmentSource source) protected List<Attachment>
AWorkflowEngineTest.getFormRecordAttachments
(EAttachmentSource source) protected List<Attachment>
AWorkflowEngineTest.getFormRecordAttachments
(EAttachmentSource source, Predicate<String> nameFilter) -
Uses of EAttachmentSource in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type EAttachmentSource -
Uses of EAttachmentSource in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type EAttachmentSourceModifier and TypeMethodDescriptionMultiFile.getAttachmentFilter()
SingleFile.getAttachmentFilter()
MultiAttachment.getSearchSourceTypes()
SingleAttachment.getSearchSourceTypes()
Methods in de.xima.fc.workflow.model.nodes with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionstatic SingleFile
SingleFile.forAttachmentSearch
(String searchName, EAttachmentSource... attachmentFilter) static SingleAttachment
SingleAttachment.forSearch
(String filenamePattern, EAttachmentSource... sourceTypes) Creates a single attachment reference that searches for an existing attachment by its file name and type.Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type EAttachmentSourceModifier and TypeMethodDescriptionstatic SingleFile
SingleFile.forAttachmentSearch
(String searchName, Iterable<EAttachmentSource> attachmentFilter) static SingleAttachment
SingleAttachment.forSearch
(String filenamePattern, Iterable<EAttachmentSource> sourceTypes) Creates a single attachment reference that searches for an existing attachment by its file name and type.void
MultiFile.setAttachmentFilter
(List<EAttachmentSource> attachmentFilter) void
SingleFile.setAttachmentFilter
(List<EAttachmentSource> attachmentFilter) void
MultiAttachment.setSearchSourceTypes
(List<EAttachmentSource> searchSourceTypes) Sets the attachment source types to which to limit the search for attachments when anattachment item
of typeSEARCH
is selected.void
SingleAttachment.setSearchSourceTypes
(List<EAttachmentSource> searchSourceTypes) Sets the attachment source types to which to limit the search for attachments when anattachment item
of typeSEARCH
is selected. -
Uses of EAttachmentSource in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type EAttachmentSourceModifier and TypeMethodDescriptionstatic List<EAttachmentSource>
WorkflowProviderHelper.computeAllAttachmentSources()
-
Uses of EAttachmentSource in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type EAttachmentSource -
Uses of EAttachmentSource in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type EAttachmentSourceConstructor parameters in de.xima.fc.workflow.processor.model with type arguments of type EAttachmentSourceModifierConstructorDescriptionResolvedAttachmentSourceSearch
(String fileNamePattern, Set<EAttachmentSource> sourceTypes) Creates a new POJO instance with the given data.
AttachmentHelper.createAttachment(UserContext, Mandant, IUser, Vorgang, String, EAttachmentSource, InputStream)
instead.