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 Attachment
AttachmentAPI. createByUser(UserContext uc, String username, Attachment attachment)
Attachment
AttachmentAPI. getAttachment(UserContext uc, String prozessId, String sessionId, int hash)
Method for resolving a hash key to an attachment name.Attachment
AttachmentAPI. getByName(UserContext uc, Vorgang vorgang, String name)
Attachment
AttachmentAPI. getByUUID(UserContext uc, String atid)
Attachment
AttachmentAPI. getByUUID(UserContext uc, String atid, Vorgang v)
Attachment
AttachmentAPI. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)
Attachment
AttachmentAPI. 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 Vorgang
VorgangAPI. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
Method for adding a attachment to aVorgang
.Attachment
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)
Attachment
AttachmentAPI. 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 Attachment
AttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)
Attachment
AttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)
Attachment
AttachmentDao. getByUUID(IEntityContext ec, String uuid)
Attachment
AttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)
Attachment
AttachmentDao. getByUUID(IEntityContext ec, UUID uuid)
Attachment
AttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)
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 Attachment
AttachmentDao. 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)
Attachment
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 Attachment Modifier and Type Method Description Attachment
IAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)
Attachment
IAttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)
Attachment
IAttachmentDao. getByUUID(IEntityContext ec, String uuid)
Attachment
IAttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)
Attachment
IAttachmentDao. getByUUID(IEntityContext ec, UUID uuid)
Returns the attachment with the given UUIDAttachment
IAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)
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.Methods in de.xima.fc.dao.interfaces with parameters of type Attachment Modifier and Type Method Description Attachment
IAttachmentDao. 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)
Attachment
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 Attachment Modifier and Type Method Description Attachment
Attachment. cloneBasics()
Attachment
AttachmentDatei. getBaseEntity()
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()
List<Attachment>
FormRecordMessageUploadRequest. getAttachments()
List<Attachment>
Vorgang. getAttachments()
Methods in de.xima.fc.entities with parameters of type Attachment Modifier and Type Method Description void
FormEingang. addAttachment(Attachment attachment)
Deprecated.void
Vorgang. addAttachment(Attachment attachment)
void
FormEingang. removeAttachment(Attachment attachment)
Deprecated.void
FormRecordMessageUploadRequest. removeAttachment(Attachment attachment)
Removes the given attachment from the list of attachments, if such an attachment exists.void
Vorgang. removeAttachment(Attachment attachment)
void
AttachmentDatei. setBaseEntity(Attachment baseEntity)
Method parameters in de.xima.fc.entities with type arguments of type Attachment Modifier and Type Method Description void
FormEingang. setAttachments(List<Attachment> attachments)
Deprecated.void
FormRecordMessageUploadRequest. setAttachments(List<Attachment> attachments)
void
Vorgang. 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 Attachment
AttachmentHelper. createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)
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 Attachment Modifier and Type Method Description static 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 Attachment Modifier and Type Field Description protected List<Attachment>
FormRenderContext. formUploadList
Methods 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 void
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 Attachment Modifier and Type Method Description Attachment
FormAttachmentModel. getAttachment()
Methods in de.xima.fc.gui.common.model with parameters of type Attachment Modifier and Type Method Description void
FormAttachmentModel. 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 Attachment
AttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)
Attachment
AttachmentHandler. getByName(UserContext uc, Vorgang vorgang, String name)
Attachment
AttachmentHandler. getByUUID(UserContext uc, String uuid)
Attachment
AttachmentHandler. getByUUID(UserContext uc, String uuid, Vorgang v)
Attachment
AttachmentHandler. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)
Attachment
AttachmentHandler. 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 Vorgang
VorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
Attachment
AttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)
boolean
AttachmentHandler. deleteByUser(UserContext uc, String username, boolean force, Attachment... attachments)
Attachment
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 Attachment Modifier and Type Method Description Attachment
IAttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)
Attachment
IAttachmentHandler. getByName(UserContext uc, Vorgang vorgang, String name)
Attachment
IAttachmentHandler. getByUUID(UserContext uc, String uuid)
Attachment
IAttachmentHandler. getByUUID(UserContext uc, String uuid, Vorgang v)
Attachment
IAttachmentHandler. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)
Finds the attachment for the given UUID if the user can access the attachment.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 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 Vorgang
IVorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
Attachment
IAttachmentHandler. createByUser(UserContext uc, String username, Attachment attachment)
boolean
IAttachmentHandler. deleteByUser(UserContext uc, String username, boolean force, Attachment... attachments)
Attachment
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 Attachment Modifier and Type Method Description static int
HashHelper. 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 Attachment
UploadResponseViewModel. getAttachment()
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 givenIUploadConsuming
belonging 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 void
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 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 Builder
ICompletionResultBuilder. 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 Builder
ICompletionResultBuilder. 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 Attachment
IResolvedAttachment. 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 Attachment
AttachmentPersistData. 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 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 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 void
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 Attachment Modifier and Type Method Description 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. createFormRecordResource(String attachmentFilename, EAttachmentSource attachmentSource, String resourceData)
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 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 void
AWorkflowEngineTest. assertAttachmentContentZippedString(Map<String,String> expectedFiles, Attachment attachment)
protected byte[]
AWorkflowEngineTest. getAttachmentContentData(Attachment attachment)
protected com.alibaba.fastjson.JSONObject
AWorkflowEngineTest. getAttachmentContentJsonObject(Attachment attachment)
protected String
AWorkflowEngineTest. getAttachmentContentString(Attachment attachment)
Method parameters in de.xima.fc.ms.test.workflow with type arguments of type Attachment Modifier and Type Method Description protected void
AWorkflowEngineTest. assertAttachmentsAccessibleByEndUsers(List<Attachment> attachments, boolean... values)
protected void
AWorkflowEngineTest. assertAttachmentsContentJsonObject(List<Attachment> attachments, Object... values)
protected void
AWorkflowEngineTest. assertAttachmentsContentString(List<Attachment> attachments, String... values)
protected void
AWorkflowEngineTest. 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 Attachment
EntityDummyFactory. dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName)
static Attachment
EntityDummyFactory. dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName, EAttachmentSource source)
static Attachment
EntityDummyFactory. dummyAttachment(String filename, String text, Vorgang process, IUser user, String elementName, EAttachmentSource source)
static Attachment
EntityDummyFactory. dummyAttachmentEmpty(String filename, Vorgang process)
Methods in de.xima.fc.testhelper with parameters of type Attachment Modifier and Type Method Description static FormRecordMessageUploadRequest
EntityDummyFactory. 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 FormRecordMessageUploadRequest
EntityDummyFactory. 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 Attachment
ResolvedAttachment. 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.Builder
AttachmentDescriptor. valueAttachment(Attachment attachment)
Creates a value that conforms to theAttachmentDescriptor
value descriptor.
-