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
Subclasses with type arguments of type Attachment in de.xima.fc.api.entityMethods 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 providedHashKey) Method for resolving a providedHashKey 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.getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user) 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.getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize) 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) booleanAttachmentAPI.deleteByUser(UserContext uc, String username, boolean force, Attachment... attachments) booleanAttachmentAPI.deleteByUser(UserContext uc, String username, Attachment... attachments) AttachmentAPI.updateByUser(UserContext uc, String username, String oldFileName, Attachment attachment) -
Uses of Attachment in de.xima.fc.api.rest.pub.common.uri
Methods in de.xima.fc.api.rest.pub.common.uri with parameters of type AttachmentModifier and TypeMethodDescriptionstatic StringPublicRestUriHelper.getAttachmentResourcePath(Attachment attachment) Returns the path for an attachment resource. -
Uses of Attachment in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment
Subclasses with type arguments of type Attachment in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachmentModifier and TypeClassDescriptionclassBase resource of aform record attachmentfor returning when collections of attachments are requested.Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment that return types with arguments of type AttachmentModifier and TypeMethodDescriptionstatic BiFunction<PagedResult<Attachment>, Locale, IResourcePage<?>> FormRecordAttachmentResourcePage.pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) Constructors in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment with parameters of type AttachmentModifierConstructorDescriptionBaseFormRecordAttachmentResource(Attachment entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale) DetailedFormRecordAttachmentResource(Attachment entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale) -
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.common.form_record.update
Methods in de.xima.fc.common.form_record.update that return types with arguments of type AttachmentModifier and TypeMethodDescriptionIFormDataUpdateUploadResponse.attachments()The new attachments of the upload element.IFormDataUpdateUploadResponse.oldAttachments()The old attachments of the upload element, if old attachments should not be deleted. -
Uses of Attachment in de.xima.fc.dao.form_record
Methods in de.xima.fc.dao.form_record that return types with arguments of type AttachmentModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<String, List<Attachment>> IFormRecordMessageUploadRequestResolver.resolveNameAndPreviousAttachment(FormRecordMessageUploadRequest uploadRequest, Locale locale) Resolves the name and the previous attachment of the given upload request. -
Uses of Attachment in de.xima.fc.dao.form_record.dto
Constructors in de.xima.fc.dao.form_record.dto with parameters of type Attachment -
Uses of Attachment in de.xima.fc.dao.impl
Subclasses with type arguments of type Attachment in de.xima.fc.dao.implMethods in de.xima.fc.dao.impl that return AttachmentModifier and TypeMethodDescriptionAttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment) AttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) 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) AttachmentDao.updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) 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) AttachmentDao.getByRecordAndUser(IEntityContext ec, UUID formRecordUuid, IUser user, int page, int pageSize) protected IFCDaoActionHook<Attachment> AttachmentDao.getPreActionHook()AttachmentDao.getUploadElementAttachments(IEntityContext ec, Vorgang formRecord) Methods in de.xima.fc.dao.impl with parameters of type AttachmentModifier and TypeMethodDescriptionintAttachmentDao.clearOriginalAttachmentReferences(IEntityContext ec, Attachment... attachments) AttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment) AttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) voidAttachmentDao.deleteByUser(IEntityContext ec, String username, boolean force, Attachment... attachments) voidAttachmentDao.deleteByUser(IEntityContext ec, String username, Attachment... attachments) AttachmentDao.updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment) AttachmentDao.updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) -
Uses of Attachment in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type Attachment in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return AttachmentModifier and TypeMethodDescriptionIAttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment) IAttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) 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) IAttachmentDao.updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) 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) IAttachmentDao.getByRecordAndUser(IEntityContext ec, UUID formRecordUuid, IUser user, int page, int pageSize) Finds the attachments of the form record given by its UUID if the given user can access the form record and the attachments itself.IAttachmentDao.getUploadElementAttachments(IEntityContext ec, Vorgang formRecord) Returns all attachments of the given form record that are associated with an upload element.Methods in de.xima.fc.dao.interfaces with parameters of type AttachmentModifier and TypeMethodDescriptionintIAttachmentDao.clearOriginalAttachmentReferences(IEntityContext ec, Attachment... attachments) Finds and resets 'original attachment' references to the provided attachments.IAttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment) IAttachmentDao.createByUser(IEntityContext ec, String username, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) voidIAttachmentDao.deleteByUser(IEntityContext ec, String username, boolean force, Attachment... attachments) voidIAttachmentDao.deleteByUser(IEntityContext ec, String username, Attachment... attachments) IAttachmentDao.updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment) IAttachmentDao.updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) -
Uses of Attachment in de.xima.fc.entities
Subclasses with type arguments of type Attachment in de.xima.fc.entitiesMethods in de.xima.fc.entities that return AttachmentModifier and TypeMethodDescriptionAttachment.cloneBasics()AttachmentDatei.getBaseEntity()Attachment.getOriginalAttachment()Methods in de.xima.fc.entities that return types with arguments of type AttachmentModifier and TypeMethodDescriptionFormEingang.getAttachments()Deprecated.FormRecordMessage.getAttachments()Gets the list of attachments that are linked with this message.FormRecordMessageUploadRequest.getAttachments()Vorgang.getAttachments()FormRecordMessage.getUploadRequestAttachments()Methods in de.xima.fc.entities with parameters of type AttachmentModifier and TypeMethodDescriptionvoidFormEingang.addAttachment(Attachment attachment) Deprecated.voidVorgang.addAttachment(Attachment attachment) voidFormEingang.removeAttachment(Attachment attachment) Deprecated.voidFormRecordMessageUploadRequest.removeAttachment(Attachment attachment) Removes the given attachment from the list of attachments, if such an attachment exists.voidVorgang.removeAttachment(Attachment attachment) voidAttachmentDatei.setBaseEntity(Attachment baseEntity) voidAttachment.setOriginalAttachment(Attachment originalAttachment) Method parameters in de.xima.fc.entities with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidFormEingang.setAttachments(List<Attachment> attachments) Deprecated.voidFormRecordMessage.setAttachments(List<Attachment> attachments) Sets the list of attachments that are linked with this message.voidFormRecordMessageUploadRequest.setAttachments(List<Attachment> attachments) voidVorgang.setAttachments(List<Attachment> attachments) -
Uses of Attachment in de.xima.fc.form_record
Methods in de.xima.fc.form_record that return types with arguments of type AttachmentModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<String, List<Attachment>> CachingFormRecordMessageUploadRequestResolver.resolveNameAndPreviousAttachment(FormRecordMessageUploadRequest uploadRequest, Locale locale) -
Uses of Attachment in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) Deprecated.static AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, org.apache.commons.fileupload.FileItem item, EAttachmentSource attachmentSource) static AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) static AttachmentAttachmentHelper.createAttachmentBody(byte[] daten, String userName, String filename, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource) static AttachmentAttachmentHelper.createAttachmentBody(byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource) static AttachmentAttachmentHelper.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 AttachmentAttachmentHelper.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 AttachmentModifier and TypeMethodDescriptionFormRenderContext.getFormUploadList()FormRenderContextWrapper.getFormUploadList()Method parameters in de.xima.fc.form.render with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidFormRenderContext.setFormUploadList(List<Attachment> formUploadList) voidFormRenderContextWrapper.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.getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user) 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.getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize) 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) booleanAttachmentHandler.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.getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user) Finds the attachment for the given UUID if the user can access the attachment.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.getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize) Finds the attachments of the form record given by its UUID if the given user can access the form record and the attachment.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) booleanIAttachmentHandler.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 intHashHelper.getAttachmentHashKey(Attachment att, String sessionId) -
Uses of Attachment in de.xima.fc.inbox.model.messages
Methods in de.xima.fc.inbox.model.messages that return AttachmentMethod parameters in de.xima.fc.inbox.model.messages with type arguments of type AttachmentModifier and TypeMethodDescriptionstatic List<MessageAttachmentViewModel> MessageAttachmentViewModel.toMessageAttachmentViewModels(List<Attachment> attachments) -
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 givenIUploadConsumingbelonging 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 TypeMethodDescriptionvoidIFormRenderContext.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.default List<Attachment> IWorkflowFileHandler.attachFilesToFormRecord(Iterable<File> files) Attaches the given files to the current form record for which the workflow is executed.IWorkflowFileHandler.attachFilesToFormRecord(Iterable<File> files, IAttachFilesToFormRecordOptions options) Attaches the given files to the current form record for which the workflow is executed.default List<Attachment> IWorkflowFileHandler.getAttachmentsFromCurrentNodes(WorkflowNode... currentNodes) Returns all attachments from the given nodes.IWorkflowFileHandler.getAttachmentsFromCurrentNodes(Iterable<WorkflowNode> currentNodes) Returns all attachments from the given nodes.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.default List<Attachment> IWorkflowFileHandler.getAttachmentsFromPreviousOrCurrentNodes(WorkflowNode... nodes) Returns all attachments from the given previous and current nodes (= node that either are currently being executed or that have finished execution).default List<Attachment> IWorkflowFileHandler.getAttachmentsFromPreviousOrCurrentNodes(Iterable<WorkflowNode> nodes) Returns all attachments from the given previous and current nodes (= node that either are currently being executed or that have finished execution).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 BuilderICompletionResultBuilder.attachment(Attachment... attachments) Sets (replaces) the attachments created by the node when it was executed.Method parameters in de.xima.fc.interfaces.workflow.params with type arguments of type AttachmentModifier and TypeMethodDescriptiondefault BuilderICompletionResultBuilder.attachment(Iterable<Attachment> attachments) Sets (replaces) the attachments created by the node when it was executed. -
Uses of Attachment in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return AttachmentMethods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AttachmentModifier and TypeMethodDescriptionIHandleFileProvisionResult.attachments()Gets a list of attachments that were added to the form record. -
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 AttachmentPersistDataAttachmentPersistData.forExistingAttachment(Attachment attachment, String oldFileName) static AttachmentPersistDataAttachmentPersistData.forNewAttachment(Attachment attachment, String originalAttachmentUuid) static AttachmentPersistDataAttachmentPersistData.forUnchangedAttachment(Attachment attachment, String oldFileName) Method parameters in de.xima.fc.mdl.attachment with type arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentPersistBuildData.Builder.formSubmissionUpdater(Function<Attachment, Boolean> formSubmissionUpdater) AttachmentPersistBuildData.Builder.oldAttachmentsSupplier(Supplier<Map<String, List<Attachment>>> oldAttachments) AttachmentPersistBuildData.UploadMergeHandler.process(AttachmentData data, String userName, Map<String, Map<Integer, List<String>>> validationErrors, List<Attachment> oldAttachments) -
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 TypeMethodDescriptionvoidFormRenderData.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 AttachmentAWorkflowEngineTest.createFormRecordResource(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @NotNull byte[] resourceData, Date editDate, String uploadElementName) protected AttachmentAWorkflowEngineTest.createFormRecordResource(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @NotNull String resourceData, Date editDate, String uploadElementName) protected AttachmentAWorkflowEngineTest.createFormRecordResource(String attachmentFilename, EAttachmentSource attachmentSource, String resourceData) protected AttachmentAWorkflowEngineTest.getFormRecordAttachment(EAttachmentSource source) protected AttachmentAWorkflowEngineTest.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 voidAWorkflowEngineTest.assertAttachmentContentZippedString(Map<String, String> expectedFiles, Attachment attachment) protected byte[]AWorkflowEngineTest.getAttachmentContentData(Attachment attachment) protected com.alibaba.fastjson.JSONObjectAWorkflowEngineTest.getAttachmentContentJsonObject(Attachment attachment) protected StringAWorkflowEngineTest.getAttachmentContentString(Attachment attachment) Method parameters in de.xima.fc.ms.test.workflow with type arguments of type AttachmentModifier and TypeMethodDescriptionprotected voidAWorkflowEngineTest.assertAttachmentsAccessibleByEndUsers(List<Attachment> attachments, boolean... values) protected voidAWorkflowEngineTest.assertAttachmentsContentJsonObject(List<Attachment> attachments, Object... values) protected voidAWorkflowEngineTest.assertAttachmentsContentString(List<Attachment> attachments, String... values) protected voidAWorkflowEngineTest.assertAttachmentsFileName(List<Attachment> attachments, String... values) -
Uses of Attachment in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentEntityDummyFactory.dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName) static AttachmentEntityDummyFactory.dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName, EAttachmentSource source) static AttachmentEntityDummyFactory.dummyAttachment(String filename, String text, Vorgang process, IUser user, String elementName, EAttachmentSource source) static AttachmentEntityDummyFactory.dummyAttachmentEmpty(String filename, Vorgang process) static AttachmentEntityDummyFactory.dummyAttachmentEmpty(String filename, Vorgang process, EAttachmentSource source) Methods in de.xima.fc.testhelper with parameters of type AttachmentModifier and TypeMethodDescriptionEntityDummyFactory.dummyFormRecordMessageUploadRequest(FormRecordMessage message, Attachment attachment, String formFieldName) Method parameters in de.xima.fc.testhelper with type arguments of type AttachmentModifier and TypeMethodDescriptionEntityDummyFactory.dummyFormRecordMessageUploadRequest(FormRecordMessage message, List<Attachment> attachments, String formFieldName) -
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. -
Uses of Attachment in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common with parameters of type AttachmentModifier and TypeMethodDescriptionstatic AttachmentDescriptor.BuilderAttachmentDescriptor.valueAttachment(Attachment attachment) Creates a value that conforms to theAttachmentDescriptorvalue descriptor.
AttachmentHelper.createAttachment(UserContext, Mandant, IUser, Vorgang, String, EAttachmentSource, InputStream)instead.