public interface IAttachmentHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
boolean |
delete(UserContext uc,
Attachment... attachments) |
boolean |
deleteByUser(UserContext uc,
String username,
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) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
boolean delete(UserContext uc, Attachment... attachments)
boolean deleteByUser(UserContext uc, String username, Attachment... attachments)
byte[] getAllZipped(UserContext uc, String prozessID) throws IOException
IOException
Attachment 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)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.