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,
                  Long formRecordMetaID)  | 
List<ProtocolEntrySystem> | 
getSystemProtocol(UserContext uc)  | 
getNamevoid 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, Long formRecordMetaID)
List<ProtocolEntryClient> getClientProtocol(UserContext uc, Long clientId)
List<ProtocolEntrySystem> getSystemProtocol(UserContext uc)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.