Uses of Class
de.xima.fc.entities.Attachment
-
-
Uses of Attachment in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Attachment Modifier and Type Method Description AttachmentAttachmentAPI. createByUser(UserContext uc, String username, Attachment attachment)AttachmentAttachmentAPI. getAttachment(UserContext uc, String prozessId, String sessionId, int hash)Method for resolving a hash key to an attachment name.AttachmentAttachmentAPI. getByName(UserContext uc, Vorgang vorgang, String name)AttachmentAttachmentAPI. getByUUID(UserContext uc, String atid)AttachmentAttachmentAPI. getByUUID(UserContext uc, String atid, Vorgang v)AttachmentAttachmentAPI. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)AttachmentAttachmentAPI. updateByUser(UserContext uc, String username, String oldFileName, Attachment attachment)Methods in de.xima.fc.api.entity that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AttachmentAPI. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)List<Attachment>AttachmentAPI. getAttachmentList(UserContext uc, String prozessID)Method for outputting all attachments of a process.List<Attachment>AttachmentAPI. getAttachmentListByType(UserContext uc, String prozessID, EAttachmentSource source)Method for outputting all attachments by type of a process.PagedResult<Attachment>AttachmentAPI. getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)List<Attachment>AttachmentAPI. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)Methods in de.xima.fc.api.entity with parameters of type Attachment Modifier and Type Method Description VorgangVorgangAPI. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)Method for adding a attachment to aVorgang.AttachmentAttachmentAPI. 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)AttachmentAttachmentAPI. updateByUser(UserContext uc, String username, String oldFileName, Attachment attachment) -
Uses of Attachment in de.xima.fc.api.rest.pub.impl.generic.model.response.form
Constructors in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type Attachment Constructor Description FormRecordAttachmentResource(Attachment entity, IUser user, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand) -
Uses of Attachment in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page that return types with arguments of type Attachment Modifier and Type Method Description static BiFunction<PagedResult<Attachment>,Locale,IResourcePage<?>>FormRecordAttachmentResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request) -
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 Attachment Modifier and Type Method Description List<Attachment>ConsumingFileHandlerImpl. getAttachmentsFromUploadElements(IUploadConsuming consuming, Aktion action)Deprecated.List<Attachment>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 Attachment Modifier and Type Method Description List<Attachment>IFormDataUpdateUploadResponse. attachments()The new attachments of the upload element.List<Attachment>IFormDataUpdateUploadResponse. oldAttachments()The old attachments of the upload element, if old attachments should not be deleted. -
Uses of Attachment in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Attachment Modifier and Type Method Description AttachmentAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)AttachmentAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries)AttachmentAttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)AttachmentAttachmentDao. getByUUID(IEntityContext ec, String uuid)AttachmentAttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)AttachmentAttachmentDao. getByUUID(IEntityContext ec, UUID uuid)AttachmentAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)AttachmentAttachmentDao. 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 Attachment Modifier and Type Method Description List<Attachment>AttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)PagedResult<Attachment>AttachmentDao. getByRecordAndUser(IEntityContext ec, UUID formRecordUuid, IUser user, int page, int pageSize)protected IFCDaoActionHook<Attachment>AttachmentDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type Attachment Modifier and Type Method Description intAttachmentDao. clearOriginalAttachmentReferences(IEntityContext ec, Attachment... attachments)AttachmentAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)AttachmentAttachmentDao. 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)AttachmentAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)AttachmentAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) -
Uses of Attachment in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Attachment Modifier and Type Method Description AttachmentIAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)AttachmentIAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries)AttachmentIAttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)AttachmentIAttachmentDao. getByUUID(IEntityContext ec, String uuid)AttachmentIAttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)AttachmentIAttachmentDao. getByUUID(IEntityContext ec, UUID uuid)Returns the attachment with the given UUIDAttachmentIAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)AttachmentIAttachmentDao. 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 Attachment Modifier and Type Method Description List<Attachment>IAttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)PagedResult<Attachment>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.Methods in de.xima.fc.dao.interfaces with parameters of type Attachment Modifier and Type Method Description intIAttachmentDao. clearOriginalAttachmentReferences(IEntityContext ec, Attachment... attachments)Finds and resets 'original attachment' references to the provided attachments.AttachmentIAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)AttachmentIAttachmentDao. 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)AttachmentIAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)AttachmentIAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment, List<ProtocolEntryProcessing> protocolEntries) -
Uses of Attachment in de.xima.fc.entities
Methods in de.xima.fc.entities that return Attachment Modifier and Type Method Description AttachmentAttachment. cloneBasics()AttachmentAttachmentDatei. getBaseEntity()AttachmentAttachment. getOriginalAttachment()Methods in de.xima.fc.entities that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>FormEingang. getAttachments()Deprecated.List<Attachment>FormRecordMessage. getAttachments()Gets the list of attachments that are linked with this message.List<Attachment>FormRecordMessageUploadRequest. getAttachments()List<Attachment>Vorgang. getAttachments()List<Attachment>FormRecordMessage. getUploadRequestAttachments()Methods in de.xima.fc.entities with parameters of type Attachment Modifier and Type Method Description voidFormEingang. 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 Attachment Modifier and Type Method Description voidFormEingang. 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.helper
Methods in de.xima.fc.form.helper that return Attachment Modifier and Type Method Description static AttachmentAttachmentHelper. createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)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 Attachment Modifier and Type Method Description static 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 Attachment Modifier and Type Field Description protected List<Attachment>FormRenderContext. formUploadListMethods in de.xima.fc.form.render that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>FormRenderContext. getFormUploadList()Method parameters in de.xima.fc.form.render with type arguments of type Attachment Modifier and Type Method Description voidFormRenderContext. setFormUploadList(List<Attachment> formUploadList) -
Uses of Attachment in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return Attachment Modifier and Type Method Description AttachmentFormAttachmentModel. getAttachment()Methods in de.xima.fc.gui.common.model with parameters of type Attachment Modifier and Type Method Description voidFormAttachmentModel. setAttachment(Attachment attachment)Constructors in de.xima.fc.gui.common.model with parameters of type Attachment Constructor Description FormAttachmentModel(Attachment attachment) -
Uses of Attachment in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Attachment Modifier and Type Method Description AttachmentAttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)AttachmentAttachmentHandler. getByName(UserContext uc, Vorgang vorgang, String name)AttachmentAttachmentHandler. getByUUID(UserContext uc, String uuid)AttachmentAttachmentHandler. getByUUID(UserContext uc, String uuid, Vorgang v)AttachmentAttachmentHandler. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)AttachmentAttachmentHandler. updateByUser(UserContext uc, String username, String oldFileName, Attachment attachment)Methods in de.xima.fc.handler.entity that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AttachmentHandler. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)PagedResult<Attachment>AttachmentHandler. getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)List<Attachment>AttachmentHandler. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)Methods in de.xima.fc.handler.entity with parameters of type Attachment Modifier and Type Method Description VorgangVorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)AttachmentAttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)booleanAttachmentHandler. deleteByUser(UserContext uc, String username, boolean force, Attachment... attachments)AttachmentAttachmentHandler. 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 Attachment Modifier and Type Method Description AttachmentIAttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)AttachmentIAttachmentHandler. getByName(UserContext uc, Vorgang vorgang, String name)AttachmentIAttachmentHandler. getByUUID(UserContext uc, String uuid)AttachmentIAttachmentHandler. getByUUID(UserContext uc, String uuid, Vorgang v)AttachmentIAttachmentHandler. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)Finds the attachment for the given UUID if the user can access the attachment.AttachmentIAttachmentHandler. updateByUser(UserContext uc, String username, String oldFileName, Attachment attachment)Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>IAttachmentHandler. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)PagedResult<Attachment>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.List<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 Attachment Modifier and Type Method Description VorgangIVorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)AttachmentIAttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)booleanIAttachmentHandler. deleteByUser(UserContext uc, String username, boolean force, Attachment... attachments)AttachmentIAttachmentHandler. 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 Attachment Modifier and Type Method Description static 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 Attachment Modifier and Type Method Description AttachmentUploadResponseViewModel. getAttachment()Method parameters in de.xima.fc.inbox.model.messages with type arguments of type Attachment Modifier and Type Method Description static List<MessageAttachmentViewModel>MessageAttachmentViewModel. createMessageAttachmentViewModels(List<Attachment> attachments)Constructors in de.xima.fc.inbox.model.messages with parameters of type Attachment Constructor Description UploadResponseViewModel(String fileName, String fileSize, Attachment attachment) -
Uses of Attachment in de.xima.fc.interfaces.file
Methods in de.xima.fc.interfaces.file that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>IConsumingFileHandler. getAttachmentsFromUploadElements(IUploadConsuming consuming, Aktion action)Deprecated.Same asIConsumingFileHandler.getAttachmentsFromUploadElements(List, Aktion), but takes the arguments from the givenIUploadConsumingbelonging to the given action.List<Attachment>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 Attachment Modifier and Type Method Description List<Attachment>IFormRenderContext. getFormUploadList()Method parameters in de.xima.fc.interfaces.form with type arguments of type Attachment Modifier and Type Method Description voidIFormRenderContext. 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 Attachment Modifier and Type Method Description default 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.List<Attachment>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.List<Attachment>IWorkflowFileHandler. getAttachmentsFromCurrentNodes(Iterable<WorkflowNode> currentNodes)Returns all attachments from the given nodes.List<List<Attachment>>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.List<Attachment>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).List<Attachment>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 Attachment Modifier and Type Method Description default 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 Attachment Modifier and Type Method Description default 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 Attachment Modifier and Type Method Description AttachmentIResolvedAttachment. getAttachment()Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>IHandleFileProvisionResult. 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 Attachment Modifier and Type Method Description AttachmentAttachmentPersistData. getAttachment()Methods in de.xima.fc.mdl.attachment that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AttachmentPersistBuildData. getToDelete()Methods in de.xima.fc.mdl.attachment with parameters of type Attachment Modifier and Type Method Description static 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 Attachment Modifier and Type Method Description AttachmentPersistBuildData.BuilderAttachmentPersistBuildData.Builder. formSubmissionUpdater(Function<Attachment,Boolean> formSubmissionUpdater)AttachmentPersistBuildData.BuilderAttachmentPersistBuildData.Builder. oldAttachmentsSupplier(Supplier<Map<String,List<Attachment>>> oldAttachments)AttachmentPersistDataAttachmentPersistBuildData.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 Attachment Modifier and Type Method Description List<Attachment>FormRenderData. getFormUploadList()Method parameters in de.xima.fc.mdl.form with type arguments of type Attachment Modifier and Type Method Description voidFormRenderData. setFormUploadList(List<Attachment> formUploadList) -
Uses of Attachment in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return Attachment Modifier and Type Method Description protected AttachmentAWorkflowEngineTest. createFormRecordResource(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @javax.validation.constraints.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 Attachment Modifier and Type Method Description protected 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 Attachment Modifier and Type Method Description protected 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 Attachment Modifier and Type Method Description protected 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 Attachment Modifier and Type Method Description static 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 Attachment Modifier and Type Method Description static FormRecordMessageUploadRequestEntityDummyFactory. dummyFormRecordMessageUploadRequest(FormRecordMessage message, Attachment attachment, String name, String formFieldName)Method parameters in de.xima.fc.testhelper with type arguments of type Attachment Modifier and Type Method Description static FormRecordMessageUploadRequestEntityDummyFactory. dummyFormRecordMessageUploadRequest(FormRecordMessage message, List<Attachment> attachments, String name, String formFieldName) -
Uses of Attachment in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return Attachment Modifier and Type Method Description AttachmentResolvedAttachment. getAttachment()Constructors in de.xima.fc.workflow.processor.model with parameters of type Attachment Constructor Description ResolvedAttachment(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 Attachment Modifier and Type Method Description static AttachmentDescriptor.BuilderAttachmentDescriptor. valueAttachment(Attachment attachment)Creates a value that conforms to theAttachmentDescriptorvalue descriptor.
-