Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.audit.ws
Class EventDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.audit.ws.EventDescriptor
All Implemented Interfaces:
Serializable

public class EventDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EventDescriptor()
           
EventDescriptor(LogEntry logEntry)
           
EventDescriptor(String eventId, Date eventDate, String docPath, String docUUID, String lifeCycle)
          Deprecated. since 5.4.2, use the other constructor
 
Method Summary
 String getDocPath()
           
 String getDocUUID()
           
 String getEventDate()
           
 String getEventId()
           
 String getLifeCycle()
           
 String getRepositoryId()
           
 void setDocPath(String docPath)
           
 void setDocUUID(String docUUID)
           
 void setEventDate(String eventDate)
           
 void setEventId(String eventId)
           
 void setLifeCycle(String lifeCycle)
           
 void setRepositoryId(String repoId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDescriptor

public EventDescriptor()

EventDescriptor

public EventDescriptor(LogEntry logEntry)

EventDescriptor

@Deprecated
public EventDescriptor(String eventId,
                                  Date eventDate,
                                  String docPath,
                                  String docUUID,
                                  String lifeCycle)
Deprecated. since 5.4.2, use the other constructor

Method Detail

getEventId

public String getEventId()

getEventDate

public String getEventDate()

getDocPath

public String getDocPath()

getDocUUID

public String getDocUUID()

setEventId

public void setEventId(String eventId)

setEventDate

public void setEventDate(String eventDate)

setDocPath

public void setDocPath(String docPath)

setDocUUID

public void setDocUUID(String docUUID)

getLifeCycle

public String getLifeCycle()

setLifeCycle

public void setLifeCycle(String lifeCycle)

getRepositoryId

public String getRepositoryId()

setRepositoryId

public void setRepositoryId(String repoId)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.