public interface IProtokollHandler extends IAPIHandler
Modifier and Type | Method and Description |
---|---|
void |
addClientProtocolEntry(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry) |
void |
addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
void |
addProcessProtocolEntry(UserContext uc,
Vorgang vorgang,
ProtocolEntryProcessing entry) |
void |
addSystemProtocolEntry(UserContext uc,
ProtocolEntrySystem entry) |
List<ProtocolEntryClient> |
getClientProtocol(UserContext uc,
Long clientId) |
List<ProtocolEntryProcessing> |
getProcessProtocol(UserContext uc,
String processId) |
List<ProtocolEntrySystem> |
getSystemProtocol(UserContext uc) |
getName
void addProcessProtocolEntry(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
void addClientProtocolEntry(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
void addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
void addSystemProtocolEntry(UserContext uc, ProtocolEntrySystem entry)
List<ProtocolEntryProcessing> getProcessProtocol(UserContext uc, String processId)
List<ProtocolEntryClient> getClientProtocol(UserContext uc, Long clientId)
List<ProtocolEntrySystem> getSystemProtocol(UserContext uc)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.