| Package | Description |
|---|---|
| de.xima.fc.api.entity |
Package for the API access of the model classes.
|
| 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.handler.entity | |
| de.xima.fc.handler.interfaces.entity | |
| de.xima.fc.inbox.bean | |
| de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
AttachmentAPI.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
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 |
|---|---|
List<Attachment> |
AttachmentDao.getAllBy(IEntityContext ec,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
IAttachmentDao.getAllBy(IEntityContext ec,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
EAttachmentSource |
Attachment.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setSource(EAttachmentSource source) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
AttachmentHandler.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
IAttachmentHandler.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
Map<EAttachmentSource,List<FormAttachmentModel>> |
ProcessAttachmentBean.getFormAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessAttachmentBean.setFormAttachments(Map<EAttachmentSource,List<FormAttachmentModel>> formAttachments) |
| Modifier and Type | Method and Description |
|---|---|
static EAttachmentSource |
EAttachmentSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAttachmentSource[] |
EAttachmentSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.