| 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.entities | 
 Package für Datenbankentitäten 
 | 
| de.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 Helperklassen 
 | 
| de.xima.fc.interfaces.file | |
| de.xima.fc.interfaces.form | |
| de.xima.fc.mdl.form | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Vorgang | 
VorgangAPI.addAttachment(UserContext uc,
             Vorgang vorgang,
             Attachment attachment)
Method for adding a attachment to a  
Vorgang. | 
Attachment | 
AttachmentAPI.createByUser(UserContext uc,
            String username,
            Attachment attachment)  | 
boolean | 
AttachmentAPI.deleteByUser(UserContext uc,
            String username,
            Attachment... attachments)  | 
boolean | 
AttachmentAPI.deleteByUser(UserContext uc,
            String username,
            boolean force,
            Attachment... attachments)  | 
Attachment | 
AttachmentAPI.updateByUser(UserContext uc,
            String username,
            String oldFileName,
            Attachment attachment)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
ConsumingFileHandlerImpl.getAttachmentsFromUploadElements(IUploadConsuming consuming,
                                Aktion action)  | 
List<Attachment> | 
ConsumingFileHandlerImpl.getAttachmentsFromUploadElements(List<String> uploadElements,
                                Aktion action)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
AttachmentDao.getAllBy(IEntityContext ec,
        Vorgang vorgang,
        EAttachmentSource source,
        String uuid)  | 
protected IFCDaoActionHook<Attachment> | 
AttachmentDao.getPreActionHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
Attachment | 
AttachmentDao.createByUser(IEntityContext ec,
            String username,
            Attachment attachment)  | 
void | 
AttachmentDao.deleteByUser(IEntityContext ec,
            String username,
            Attachment... attachments)  | 
void | 
AttachmentDao.deleteByUser(IEntityContext ec,
            String username,
            boolean force,
            Attachment... attachments)  | 
Attachment | 
AttachmentDao.updateByUser(IEntityContext ec,
            String username,
            String oldFileName,
            Attachment attachment)  | 
| Modifier and Type | Method and 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 UUID 
 | 
Attachment | 
IAttachmentDao.updateByUser(IEntityContext ec,
            String username,
            String oldFileName,
            Attachment attachment)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
IAttachmentDao.getAllBy(IEntityContext ec,
        Vorgang vorgang,
        EAttachmentSource source,
        String uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
Attachment | 
IAttachmentDao.createByUser(IEntityContext ec,
            String username,
            Attachment attachment)  | 
void | 
IAttachmentDao.deleteByUser(IEntityContext ec,
            String username,
            Attachment... attachments)  | 
void | 
IAttachmentDao.deleteByUser(IEntityContext ec,
            String username,
            boolean force,
            Attachment... attachments)  | 
Attachment | 
IAttachmentDao.updateByUser(IEntityContext ec,
            String username,
            String oldFileName,
            Attachment attachment)  | 
| Modifier and Type | Method and Description | 
|---|---|
Attachment | 
AttachmentDatei.getBaseEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
Vorgang.getAttachments()  | 
List<Attachment> | 
FormEingang.getAttachments()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Vorgang.addAttachment(Attachment attachment)  | 
void | 
FormEingang.addAttachment(Attachment attachment)
Deprecated.  
 | 
void | 
Vorgang.removeAttachment(Attachment attachment)  | 
void | 
FormEingang.removeAttachment(Attachment attachment)
Deprecated.  
 | 
void | 
AttachmentDatei.setBaseEntity(Attachment baseEntity)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Vorgang.setAttachments(List<Attachment> attachments)  | 
void | 
FormEingang.setAttachments(List<Attachment> attachments)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
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,
                Benutzer ben,
                Vorgang vorgang,
                String fileName,
                EAttachmentSource attachmentSource,
                InputStream is)  | 
static Attachment | 
AttachmentHelper.createAttachmentBody(byte[] daten,
                    String userName,
                    org.apache.commons.fileupload.FileItem item,
                    Mandant mandant,
                    Vorgang vorgang,
                    EAttachmentSource attachmentSource)  | 
static Attachment | 
AttachmentHelper.createAttachmentBody(byte[] daten,
                    String userName,
                    String filename,
                    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)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Attachment | 
AttachmentHelper.updateAttachmentBody(UserContext uc,
                    Attachment at,
                    byte[] daten,
                    String userName,
                    org.apache.commons.fileupload.FileItem item,
                    Vorgang vorgang)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<Attachment> | 
FormRenderContext.formUploadList  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
FormRenderContext.getFormUploadList()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormRenderContext.setFormUploadList(List<Attachment> formUploadList)  | 
| Modifier and Type | Method and Description | 
|---|---|
Attachment | 
FormAttachmentModel.getAttachment()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormAttachmentModel.setAttachment(Attachment attachment)  | 
| Constructor and Description | 
|---|
FormAttachmentModel(Attachment attachment)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
AttachmentHandler.getAllBy(UserContext uc,
        Vorgang vorgang,
        EAttachmentSource source,
        String uuid)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
IAttachmentHandler.getAllBy(UserContext uc,
        Vorgang vorgang,
        EAttachmentSource source,
        String uuid)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
HashHelper.getAttachmentHashKey(Attachment att,
                    String sessionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
IConsumingFileHandler.getAttachmentsFromUploadElements(IUploadConsuming consuming,
                                Aktion action)
Same as  
IConsumingFileHandler.getAttachmentsFromUploadElements(List, Aktion), but takes the arguments from the given
 IUploadConsuming belonging to the given action. | 
List<Attachment> | 
IConsumingFileHandler.getAttachmentsFromUploadElements(List<String> uploadElements,
                                Aktion action)
Returns a list of all attachments for the given upload elements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
IFormRenderContext.getFormUploadList()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFormRenderContext.setFormUploadList(List<Attachment> formUploadList)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Attachment> | 
FormRenderData.getFormUploadList()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormRenderData.setFormUploadList(List<Attachment> formUploadList)  | 
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.