Uses of Class
de.xima.fc.entities.Attachment
Packages that use Attachment
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für konkrete Helperklassen
-
Uses of Attachment in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return AttachmentModifier and TypeMethodDescriptionAttachmentAPI.createByUser
(UserContext uc, String username, Attachment attachment) AttachmentAPI.getAttachment
(UserContext uc, String prozessId, String sessionId, int hash) Method for resolving a hash key to an attachment name.AttachmentAPI.getByName
(UserContext uc, Vorgang vorgang, String name) AttachmentAPI.getByUUID
(UserContext uc, String atid) AttachmentAPI.getByUUID
(UserContext uc, String atid, Vorgang v) AttachmentAPI.updateByUser
(UserContext uc, String username, String oldFileName, Attachment attachment) Methods in de.xima.fc.api.entity that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentAPI.getAllBy
(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid) AttachmentAPI.getAttachmentList
(UserContext uc, String prozessID) Method for outputting all attachments of a process.AttachmentAPI.getAttachmentListByType
(UserContext uc, String prozessID, EAttachmentSource source) Method for outputting all attachments by type of a process.AttachmentAPI.mergeAllByUser
(UserContext uc, String username, List<AttachmentPersistData> attachmentData) Methods in de.xima.fc.api.entity with parameters of type AttachmentModifier and TypeMethodDescriptionVorgangAPI.addAttachment
(UserContext uc, Vorgang vorgang, Attachment attachment) Method for adding a attachment to aVorgang
.AttachmentAPI.createByUser
(UserContext uc, String username, Attachment attachment) boolean
AttachmentAPI.deleteByUser
(UserContext uc, String username, boolean force, Attachment... attachments) boolean
AttachmentAPI.deleteByUser
(UserContext uc, String username, Attachment... attachments) AttachmentAPI.updateByUser
(UserContext uc, String username, String oldFileName, Attachment attachment) -
Uses of Attachment in de.xima.fc.bl.fdv.file
Methods in de.xima.fc.bl.fdv.file that return types with arguments of type AttachmentModifier and TypeMethodDescriptionConsumingFileHandlerImpl.getAttachmentsFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getAttachmentsFromUploadElements
(List<String> uploadElements, Aktion action) Deprecated. -
Uses of Attachment in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return AttachmentModifier and TypeMethodDescriptionAttachmentDao.createByUser
(IEntityContext ec, String username, Attachment attachment) AttachmentDao.getByName
(IEntityContext ec, Vorgang vorgang, String name) AttachmentDao.getByUUID
(IEntityContext ec, String uuid) AttachmentDao.getByUUID
(IEntityContext ec, String uuid, Vorgang v) AttachmentDao.getByUUID
(IEntityContext ec, UUID uuid) AttachmentDao.updateByUser
(IEntityContext ec, String username, String oldFileName, Attachment attachment) Methods in de.xima.fc.dao.impl that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentDao.getAllBy
(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid) protected IFCDaoActionHook<Attachment>
AttachmentDao.getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type AttachmentModifier and TypeMethodDescriptionAttachmentDao.createByUser
(IEntityContext ec, String username, Attachment attachment) void
AttachmentDao.deleteByUser
(IEntityContext ec, String username, boolean force, Attachment... attachments) void
AttachmentDao.deleteByUser
(IEntityContext ec, String username, Attachment... attachments) AttachmentDao.updateByUser
(IEntityContext ec, String username, String oldFileName, Attachment attachment) -
Uses of Attachment in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return AttachmentModifier and TypeMethodDescriptionIAttachmentDao.createByUser
(IEntityContext ec, String username, Attachment attachment) IAttachmentDao.getByName
(IEntityContext ec, Vorgang vorgang, String name) IAttachmentDao.getByUUID
(IEntityContext ec, String uuid) IAttachmentDao.getByUUID
(IEntityContext ec, String uuid, Vorgang v) IAttachmentDao.getByUUID
(IEntityContext ec, UUID uuid) Returns the attachment with the given UUIDIAttachmentDao.updateByUser
(IEntityContext ec, String username, String oldFileName, Attachment attachment) Methods in de.xima.fc.dao.interfaces that return types with arguments of type AttachmentModifier and TypeMethodDescriptionIAttachmentDao.getAllBy
(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid) Methods in de.xima.fc.dao.interfaces with parameters of type AttachmentModifier and TypeMethodDescriptionIAttachmentDao.createByUser
(IEntityContext ec, String username, Attachment attachment) void
IAttachmentDao.deleteByUser
(IEntityContext ec, String username, boolean force, Attachment... attachments) void
IAttachmentDao.deleteByUser
(IEntityContext ec, String username, Attachment... attachments) IAttachmentDao.updateByUser
(IEntityContext ec, String username, String oldFileName, Attachment attachment) -
Uses of Attachment in de.xima.fc.entities
Methods in de.xima.fc.entities that return AttachmentMethods in de.xima.fc.entities that return types with arguments of type AttachmentModifier and TypeMethodDescriptionFormEingang.getAttachments()
Deprecated.Vorgang.getAttachments()
Methods in de.xima.fc.entities with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
FormEingang.addAttachment
(Attachment attachment) Deprecated.void
Vorgang.addAttachment
(Attachment attachment) void
FormEingang.removeAttachment
(Attachment attachment) Deprecated.void
Vorgang.removeAttachment
(Attachment attachment) void
AttachmentDatei.setBaseEntity
(Attachment baseEntity) Method parameters in de.xima.fc.entities with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
FormEingang.setAttachments
(List<Attachment> attachments) Deprecated.void
Vorgang.setAttachments
(List<Attachment> attachments) -
Uses of Attachment in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper that return AttachmentModifier 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) static Attachment
AttachmentHelper.updateAttachmentBody
(UserContext uc, Attachment at, byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Vorgang vorgang) Methods in de.xima.fc.form.helper with parameters of type AttachmentModifier and TypeMethodDescriptionstatic Attachment
AttachmentHelper.updateAttachmentBody
(UserContext uc, Attachment at, byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Vorgang vorgang) -
Uses of Attachment in de.xima.fc.form.render
Fields in de.xima.fc.form.render with type parameters of type AttachmentMethods in de.xima.fc.form.render that return types with arguments of type AttachmentMethod parameters in de.xima.fc.form.render with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
FormRenderContext.setFormUploadList
(List<Attachment> formUploadList) -
Uses of Attachment in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return AttachmentMethods in de.xima.fc.gui.common.model with parameters of type AttachmentConstructors in de.xima.fc.gui.common.model with parameters of type Attachment -
Uses of Attachment in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return AttachmentModifier and TypeMethodDescriptionAttachmentHandler.createByUser
(UserContext uc, String username, Attachment attachment) AttachmentHandler.getByName
(UserContext uc, Vorgang vorgang, String name) AttachmentHandler.getByUUID
(UserContext uc, String uuid) AttachmentHandler.getByUUID
(UserContext uc, String uuid, Vorgang v) AttachmentHandler.updateByUser
(UserContext uc, String username, String oldFileName, Attachment attachment) Methods in de.xima.fc.handler.entity that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentHandler.getAllBy
(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid) AttachmentHandler.mergeAllByUser
(UserContext uc, String username, List<AttachmentPersistData> attachmentData) Methods in de.xima.fc.handler.entity with parameters of type AttachmentModifier and TypeMethodDescriptionVorgangHandler.addAttachment
(UserContext uc, Vorgang vorgang, Attachment attachment) AttachmentHandler.createByUser
(UserContext uc, String username, Attachment attachment) boolean
AttachmentHandler.deleteByUser
(UserContext uc, String username, boolean force, Attachment... attachments) AttachmentHandler.updateByUser
(UserContext uc, String username, String oldFileName, Attachment attachment) -
Uses of Attachment in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return AttachmentModifier and TypeMethodDescriptionIAttachmentHandler.createByUser
(UserContext uc, String username, Attachment attachment) IAttachmentHandler.getByName
(UserContext uc, Vorgang vorgang, String name) IAttachmentHandler.getByUUID
(UserContext uc, String uuid) IAttachmentHandler.getByUUID
(UserContext uc, String uuid, Vorgang v) IAttachmentHandler.updateByUser
(UserContext uc, String username, String oldFileName, Attachment attachment) Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type AttachmentModifier and TypeMethodDescriptionIAttachmentHandler.getAllBy
(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid) IAttachmentHandler.mergeAllByUser
(UserContext uc, String username, List<AttachmentPersistData> attachmentData) Creates or updates a list of attachments.Methods in de.xima.fc.handler.interfaces.entity with parameters of type AttachmentModifier and TypeMethodDescriptionIVorgangHandler.addAttachment
(UserContext uc, Vorgang vorgang, Attachment attachment) IAttachmentHandler.createByUser
(UserContext uc, String username, Attachment attachment) boolean
IAttachmentHandler.deleteByUser
(UserContext uc, String username, boolean force, Attachment... attachments) IAttachmentHandler.updateByUser
(UserContext uc, String username, String oldFileName, Attachment attachment) -
Uses of Attachment in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type AttachmentModifier and TypeMethodDescriptionstatic int
HashHelper.getAttachmentHashKey
(Attachment att, String sessionId) -
Uses of Attachment in de.xima.fc.interfaces.file
Methods in de.xima.fc.interfaces.file that return types with arguments of type AttachmentModifier and TypeMethodDescriptionIConsumingFileHandler.getAttachmentsFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.Same asIConsumingFileHandler.getAttachmentsFromUploadElements(List, Aktion)
, but takes the arguments from the givenIUploadConsuming
belonging to the given action.IConsumingFileHandler.getAttachmentsFromUploadElements
(List<String> uploadElements, Aktion action) Deprecated.Returns a list of all attachments for the given upload elements. -
Uses of Attachment in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type AttachmentMethod parameters in de.xima.fc.interfaces.form with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
IFormRenderContext.setFormUploadList
(List<Attachment> formUploadList) -
Uses of Attachment in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type AttachmentModifier and TypeMethodDescriptiondefault List<Attachment>
IWorkflowFileHandler.attachFilesToFormRecord
(File... files) Attaches the given files to the current form record for which the workflow is executed.IWorkflowFileHandler.attachFilesToFormRecord
(Iterable<File> files) Attaches the given files to the current form record for which the workflow is executed.IWorkflowFileHandler.getAttachmentsFromPreviousNode
(WorkflowNode previousNode) Returns all attachments from given node.default List<Attachment>
IWorkflowFileHandler.getAttachmentsFromPreviousNodes
(WorkflowNode... previousNodes) Returns all attachments from the given previous nodes.IWorkflowFileHandler.getAttachmentsFromPreviousNodes
(Iterable<WorkflowNode> previousNode) Returns all attachments from given nodes.IWorkflowFileHandler.getAttachmentsFromUploadElements
(List<String> uploadElements, Vorgang formRecord, IFormDataAdapter formDataAdapter) Determines the upload attachments from the specified form record. -
Uses of Attachment in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type AttachmentModifier and TypeMethodDescriptiondefault TBuilder
ICompletionResultBuilder.attachment
(Attachment... attachments) Sets (replaces) the attachments created by the plugin when it was executed.Method parameters in de.xima.fc.interfaces.workflow.params with type arguments of type AttachmentModifier and TypeMethodDescriptiondefault TBuilder
ICompletionResultBuilder.attachment
(Iterable<Attachment> attachments) Sets (replaces) the attachments created by the plugin when it was executed. -
Uses of Attachment in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return Attachment -
Uses of Attachment in de.xima.fc.mdl.attachment
Methods in de.xima.fc.mdl.attachment that return AttachmentMethods in de.xima.fc.mdl.attachment that return types with arguments of type AttachmentMethods in de.xima.fc.mdl.attachment with parameters of type AttachmentModifier and TypeMethodDescriptionstatic AttachmentPersistData
AttachmentPersistData.forExistingAttachment
(Attachment attachment, String oldFileName) static AttachmentPersistData
AttachmentPersistData.forNewAttachment
(Attachment attachment) static AttachmentPersistData
AttachmentPersistData.forUnchangedAttachment
(Attachment attachment, String oldFileName) -
Uses of Attachment in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type AttachmentMethod parameters in de.xima.fc.mdl.form with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
FormRenderData.setFormUploadList
(List<Attachment> formUploadList) -
Uses of Attachment in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return AttachmentModifier and TypeMethodDescriptionprotected 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) Methods in de.xima.fc.ms.test.workflow that return types with arguments of type AttachmentModifier and TypeMethodDescriptionprotected List<Attachment>
AWorkflowEngineTest.getFormRecordAttachments
(EAttachmentSource source) protected List<Attachment>
AWorkflowEngineTest.getFormRecordAttachments
(EAttachmentSource source, Predicate<String> nameFilter) Methods in de.xima.fc.ms.test.workflow with parameters of type AttachmentModifier and TypeMethodDescriptionprotected void
AWorkflowEngineTest.assertAttachmentContentZippedString
(Map<String, String> expectedFiles, Attachment attachment) protected byte[]
AWorkflowEngineTest.getAttachmentContentData
(Attachment attachment) protected String
AWorkflowEngineTest.getAttachmentContentString
(Attachment attachment) Method parameters in de.xima.fc.ms.test.workflow with type arguments of type AttachmentModifier and TypeMethodDescriptionprotected void
AWorkflowEngineTest.assertAttachmentsContentString
(List<Attachment> attachments, String... values) -
Uses of Attachment in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return AttachmentModifier and TypeMethodDescriptionstatic Attachment
EntityDummyFactory.dummyAttachmentEmpty
(String filename, Vorgang process) -
Uses of Attachment in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return AttachmentConstructors in de.xima.fc.workflow.processor.model with parameters of type AttachmentModifierConstructorDescriptionResolvedAttachment
(Attachment attachment, IResolvedAttachmentSourceDetails sourceDetails) Creates a new POJO with the given data.
AttachmentHelper.createAttachment(UserContext, Mandant, IUser, Vorgang, String, EAttachmentSource, InputStream)
instead.