public interface PlainChangesLog
extends org.exoplatform.services.jcr.dataflow.ItemStateChangesLog
Modifier and Type | Method and Description |
---|---|
PlainChangesLog |
add(org.exoplatform.services.jcr.dataflow.ItemState state)
Adds an item state object to the bottom of this log.
|
PlainChangesLog |
addAll(List<org.exoplatform.services.jcr.dataflow.ItemState> states)
Adds list of states object to the bottom of this log.
|
int |
getEventType()
Return this log event type.
|
String |
getPairId()
Return pair Id of system and non-system logs.
|
ExtendedSession |
getSession()
Returns session instance is present
|
String |
getSessionId()
Return Sesion Id.
|
String getSessionId()
String getPairId()
int getEventType()
ExtendedEventType
PlainChangesLog add(org.exoplatform.services.jcr.dataflow.ItemState state)
state
- ItemStatePlainChangesLog addAll(List<org.exoplatform.services.jcr.dataflow.ItemState> states)
states
- List of ItemStateExtendedSession getSession()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.