Uses of Class
de.xima.fc.entities.Attachment
-
Packages that use Attachment Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.bl.fdv.file de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.e2e.containerplugin.model de.xima.fc.entities Package für Datenbankentitätende.xima.fc.form.helper de.xima.fc.form.render de.xima.fc.gui.common.model de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.file de.xima.fc.interfaces.form de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.attachment de.xima.fc.mdl.form -
-
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. 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.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.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.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)
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)
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.e2e.containerplugin.model
Methods in de.xima.fc.e2e.containerplugin.model with parameters of type Attachment Modifier and Type Method Description static FormRecordAttachmentInfo
FormRecordAttachmentInfo. forAttachment(IEntityContext ec, Attachment a)
-
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>
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
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
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. 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. 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)
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. 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)
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.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.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. getAttachmentsFromUploadElements(List<String> uploadElements, Vorgang formRecord, IFormDataAdapter formDataAdapter)
Determines the upload attachments from the specified 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)
-
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)
-