Class EventImpl

java.lang.Object
org.alfresco.repo.rawevents.types.EventImpl
All Implemented Interfaces:
Event
Direct Known Subclasses:
OnContentUpdatePolicyEvent

public class EventImpl extends Object implements Event
  • Constructor Details

    • EventImpl

      public EventImpl()
    • EventImpl

      public EventImpl(String type, long timestamp)
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface Event
    • setId

      public void setId(String id)
    • getType

      public String getType()
      Specified by:
      getType in interface Event
    • setType

      public void setType(String type)
    • getAuthenticatedUser

      public String getAuthenticatedUser()
      Specified by:
      getAuthenticatedUser in interface Event
    • setAuthenticatedUser

      public void setAuthenticatedUser(String authenticatedUser)
    • getExecutingUser

      public String getExecutingUser()
      Specified by:
      getExecutingUser in interface Event
    • setExecutingUser

      public void setExecutingUser(String executingUser)
    • getTimestamp

      public Long getTimestamp()
      Specified by:
      getTimestamp in interface Event
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • getSchema

      public int getSchema()
      Specified by:
      getSchema in interface Event
    • setSchema

      public void setSchema(int schema)