public interface IChangeLogProcessor
Modifier and Type | Method and Description |
---|---|
int |
doChangeLog(ChangeLogEntry cle,
lotus.domino.Session sesCurrent,
lotus.domino.Database ndbSource)
Invokes the changeLogging in the ChangeLogProvider
|
List<ChangeLogEntry> |
getAllChangeLogEntries(String strObjectClassName,
String strPK) |
List<ChangeLogEntry> |
getAllChangeLogEntries4Attribute(String strObjectClassName,
String strPK,
String strObjectMember) |
int doChangeLog(ChangeLogEntry cle, lotus.domino.Session sesCurrent, lotus.domino.Database ndbSource)
cle
- - the current changelog entrieList<ChangeLogEntry> getAllChangeLogEntries(String strObjectClassName, String strPK)
List<ChangeLogEntry> getAllChangeLogEntries4Attribute(String strObjectClassName, String strPK, String strObjectMember)
Copyright © 2021. All Rights Reserved.