Class PendingChangesLog.Type
java.lang.Object
org.exoplatform.services.jcr.ext.backup.impl.PendingChangesLog.Type
- Enclosing class:
- PendingChangesLog
The definition of ChangesLog types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCHANGESLOG_WITH_STREAM.static final intCHANGESLOG_WITHOUT_STREAM. -
Method Summary
-
Field Details
-
CHANGESLOG_WITHOUT_STREAM
public static final int CHANGESLOG_WITHOUT_STREAMCHANGESLOG_WITHOUT_STREAM. The the type fore ChangesLog without streams.- See Also:
-
CHANGESLOG_WITH_STREAM
public static final int CHANGESLOG_WITH_STREAMCHANGESLOG_WITH_STREAM. The the type fore ChangesLog with streams.- See Also:
-