public interface IAttachmentHandler extends IGenericHandler
| Modifier and Type | Method and Description |
|---|---|
Attachment |
createByUser(UserContext uc,
String username,
Attachment attachment) |
boolean |
deleteByUser(UserContext uc,
String username,
boolean force,
Attachment... attachments) |
List<Attachment> |
getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
byte[] |
getAllZipped(UserContext uc,
String prozessID) |
Attachment |
getByName(UserContext uc,
Vorgang vorgang,
String name) |
Attachment |
getByUUID(UserContext uc,
String uuid) |
Attachment |
getByUUID(UserContext uc,
String uuid,
Vorgang v) |
Attachment |
updateByUser(UserContext uc,
String username,
String oldFileName,
Attachment attachment) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, resultTotalCount, update, updategetNameboolean deleteByUser(UserContext uc, String username, boolean force, Attachment... attachments)
byte[] getAllZipped(UserContext uc, String prozessID) throws IOException
IOExceptionAttachment getByUUID(UserContext uc, String uuid)
Attachment getByUUID(UserContext uc, String uuid, Vorgang v)
List<Attachment> getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
Attachment getByName(UserContext uc, Vorgang vorgang, String name)
Attachment createByUser(UserContext uc, String username, Attachment attachment)
Attachment updateByUser(UserContext uc, String username, String oldFileName, Attachment attachment)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.