public class LogEntry extends Entity
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
comment |
protected String |
docLifeCycle |
protected String |
docPath |
protected String |
docType |
protected String |
docUUID |
protected String |
eventDate |
protected String |
eventId |
protected Map<String,Object> |
extended |
protected int |
id |
protected String |
logDate |
protected String |
principalName |
protected String |
repositoryId |
entityType| Constructor and Description |
|---|
LogEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getComment() |
String |
getDocLifeCycle() |
String |
getDocPath() |
String |
getDocType() |
String |
getDocUUID() |
String |
getEventDate() |
String |
getEventId() |
Map<String,Object> |
getExtended() |
int |
getId() |
String |
getLogDate() |
String |
getPrincipalName() |
String |
getRepositoryId() |
getEntityTypeprotected int id
protected String category
protected String principalName
protected String comment
protected String docLifeCycle
protected String docPath
protected String docType
protected String docUUID
protected String eventId
protected String repositoryId
protected String eventDate
protected String logDate
public int getId()
public String getCategory()
public String getPrincipalName()
public String getComment()
public String getDocLifeCycle()
public String getDocPath()
public String getDocType()
public String getDocUUID()
public String getEventId()
public String getRepositoryId()
public String getEventDate()
public String getLogDate()
Copyright © 2018 Nuxeo. All rights reserved.