|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoryLogEntry
A read-only History Log Entry
| Method Summary | |
|---|---|
int |
getCode()
Returns an event code for this type of Log Entry |
java.util.Date |
getDate()
Returns the date this Log Entry was created |
java.lang.String |
getDistinguishedName()
Returns the distinguished name of the user associated with this Log Entry |
java.lang.String |
getMessage()
Returns the message associated with this Log Entry |
java.lang.String |
getName()
Returns the display name of the user associated with this Log Entry |
| Method Detail |
|---|
java.util.Date getDate()
java.lang.String getName()
java.lang.String getMessage()
java.lang.String getDistinguishedName()
Returns the distinguished name of the user associated with this Log Entry
Returns null for any HistoryLogEntry
where a distinguished name is not available
null if not availableint getCode()
Returns an event code for this type of Log Entry
Returns for any HistoryLogEntryCodes.UNAVAILABLEHistoryLogEntry
where an event codes is not available
All valid HistoryLogEntry codes are detailed in .
HistoryLogEntryCodes
HistoryLogEntryCodes.UNAVAILABLE if not available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||