Package org.nuxeo.audit.api
Class LogEntryBuilder
java.lang.Object
org.nuxeo.audit.api.LogEntryBuilder
- Since:
- 2025.0
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LogEntryBuilder
(String eventId, Date eventDate) LogEntryBuilder
(LogEntry logEntry) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
docLifeCycle
(String docLifeCycle) docUUID
(DocumentRef documentRef) eventId()
Sets theid
.Sets thelog date
.principalName
(String principalName) principalName
(NuxeoPrincipal principal) repositoryId
(String repositoryId)
-
Field Details
-
eventId
-
eventDate
-
extended
-
id
-
principalName
-
logDate
-
docUUID
-
docPath
-
docType
-
category
-
comment
-
docLifeCycle
-
repositoryId
-
-
Constructor Details
-
LogEntryBuilder
-
LogEntryBuilder
-
-
Method Details
-
eventId
-
id
Sets theid
.CAUTION: The value won't be taken into account when storing the log entry. The method exists for technical needs such as un-marshalling.
-
principalName
-
principalName
-
logDate
Sets thelog date
.CAUTION: The value won't be taken into account when storing the log entry. The method exists for technical needs such as un-marshalling.
-
docUUID
-
docUUID
-
docPath
-
docType
-
category
-
comment
-
docLifeCycle
-
repositoryId
-
extended
-
extended
-
build
-