public static class Journal.Entry
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static byte |
OP_ADD
add file operation
|
static byte |
OP_DELETE
delete file operation
|
static byte |
OP_RENAME
rename file operation
|
static byte |
OP_UPDATE
update file operation
|
static byte |
OP_UPDATE_MODIFIED
update file last modified time operation
|
| Modifier and Type | Method and Description |
|---|---|
atg.vfs.VirtualPath |
getNewVirtualPath()
Get property
newVirtualPath. |
byte |
getOperation()
Get property
operation. |
long |
getTime()
Get property
time. |
atg.vfs.VirtualPath |
getVirtualPath()
Get property
virtualPath. |
void |
setTime(long pTime)
Set property
time. |
java.lang.String |
toString()
Get a string representation of this entry
|
public static final byte OP_ADD
public static final byte OP_UPDATE
public static final byte OP_UPDATE_MODIFIED
public static final byte OP_DELETE
public static final byte OP_RENAME
public byte getOperation()
operation. This is the operation of this
entry, one of: OP_ADD, OP_UPDATE, OP_UPDATE_MODIFIED, or OP_DELETE.operationpublic atg.vfs.VirtualPath getVirtualPath()
virtualPath. This is
the virtual path of the filevirtualPathpublic atg.vfs.VirtualPath getNewVirtualPath()
newVirtualPath. This is the new virtual path
for rename operations. This property is null unless the
operation property is OP_RENAME.newVirtualPathpublic void setTime(long pTime)
time. This is
the time this entry was created in millis.pTime - new value to setpublic long getTime()
time. This is
the time this entry was created in millis.timepublic java.lang.String toString()
toString in class java.lang.Object