Package | Description |
---|---|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
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.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.helper |
Package für konkrete Helperklassen
|
de.xima.fc.interfaces.form | |
de.xima.fc.mdl.form |
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentAPI.getAttachment(UserContext uc,
String prozessId,
String sessionId,
int hash)
Methode zum Auflösen eines Hashkeys zu einem Attachment-Namen
|
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) |
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)
Methode zur Ausgabe aller Attachments eines Prozesses
|
List<Attachment> |
AttachmentAPI.getAttachmentListByType(UserContext uc,
String prozessID,
EAttachmentSource source) |
Modifier and Type | Method and Description |
---|---|
Vorgang |
VorgangAPI.addAttachment(UserContext uc,
Vorgang vorgang,
Attachment attachment)
Methode zum Hinzufügen eines Attachments an einen Vorgang
|
Boolean |
AttachmentAPI.delete(UserContext uc,
Attachment attachment)
Methode zum Löschen eines
Attachment s |
Boolean |
AttachmentAPI.delete(UserContext uc,
Attachment[] attachments)
Methode zum Löschen mehrerer
Attachment s |
Modifier and Type | Method and Description |
---|---|
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) |
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 |
IAttachmentDao.getByName(IEntityContext ec,
Vorgang vorgang,
String name) |
Attachment |
IAttachmentDao.getByUUID(IEntityContext ec,
String uuid) |
Attachment |
IAttachmentDao.getByUUID(IEntityContext ec,
String uuid,
Vorgang v) |
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 |
AttachmentDatei.getAttachment() |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
FormEingang.getAttachments() |
List<Attachment> |
Vorgang.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
FormEingang.addAttachment(Attachment attachment) |
void |
Vorgang.addAttachment(Attachment attachment) |
void |
FormEingang.removeAttachment(Attachment attachment) |
void |
Vorgang.removeAttachment(Attachment attachment) |
void |
AttachmentDatei.setAttachment(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
void |
FormEingang.setAttachments(List<Attachment> attachments) |
void |
Vorgang.setAttachments(List<Attachment> attachments) |
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 |
AttachmentHandler.getByName(UserContext uc,
Vorgang vorgang,
String name) |
Attachment |
AttachmentHandler.getByUUID(UserContext uc,
String uuid) |
Attachment |
AttachmentHandler.getByUUID(UserContext uc,
String uuid,
Vorgang v) |
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) |
boolean |
AttachmentHandler.delete(UserContext uc,
Attachment... attachments)
Diese Methode git
true zurück damit die API-Methode einen boolean liefern kann |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
boolean |
IAttachmentHandler.delete(UserContext uc,
Attachment... attachments) |
Modifier and Type | Method and Description |
---|---|
static int |
HashHelper.getAttachmentHashKey(Attachment att,
String sessionId) |
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 © 2018 XIMA MEDIA GmbH. All rights reserved.