|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchange.Change
public class Change
Change entity represents filesystem and group changes (updates).
Field Summary | |
---|---|
String |
changeDetails
Details regarding the change: what was performed/modified that led to it. |
File |
changedFile
File change: created, modified, removed. |
Folder |
changedFolder
If a folder is created or removed only one change object is made (there are no change objects created for each file in the removed folder). |
Group |
changedGroup
Group change: user add/remove, ownership transfer, groups settings change. |
Date |
timestamp
The device's local time when the change was made. |
ChangeType |
type
The type of change: group, folder or file-related. |
Constructor Summary | |
---|---|
Change()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Date timestamp
public ChangeType type
public File changedFile
public Group changedGroup
public Folder changedFolder
public String changeDetails
Constructor Detail |
---|
public Change()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |