public class AttachmentHandler extends GenericHandler implements IAttachmentHandler
LOG| Constructor and Description |
|---|
AttachmentHandler() |
| 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, serializableList, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, resultTotalCount, update, updategetNamepublic boolean deleteByUser(UserContext uc, String username, boolean force, Attachment... attachments)
deleteByUser in interface IAttachmentHandlerpublic List<Attachment> getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
getAllBy in interface IAttachmentHandlerpublic byte[] getAllZipped(UserContext uc, String prozessID) throws IOException
getAllZipped in interface IAttachmentHandlerIOExceptionpublic Attachment getByUUID(UserContext uc, String uuid)
getByUUID in interface IAttachmentHandlerpublic Attachment getByUUID(UserContext uc, String uuid, Vorgang v)
getByUUID in interface IAttachmentHandlerpublic Attachment getByName(UserContext uc, Vorgang vorgang, String name)
getByName in interface IAttachmentHandlerpublic Attachment createByUser(UserContext uc, String username, Attachment attachment)
createByUser in interface IAttachmentHandlerpublic Attachment updateByUser(UserContext uc, String username, String oldFileName, Attachment attachment)
updateByUser in interface IAttachmentHandlerCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.