public class AtomStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
canRead
Indicating if the content of this atom can be read.
|
boolean |
canWrite
Indicating if the content of this atom can be written.
|
boolean |
isBinary
Indicating if the atom is defined as binary.
|
boolean |
isEmpty
Indicating if the atom is empty or not.
|
long |
lastModified
Indicating the time when the atom was modified the last time.
|
java.lang.String |
md5
Indicating a MD5 hash of the primary content of the atom.
|
long |
size
Indicating the size in byte of the primary form of the content.
|
| Constructor and Description |
|---|
AtomStatus() |
public boolean isEmpty
ContentElement.isEmpty()public long lastModified
public boolean isBinary
Atom.isBinary()public long size
public java.lang.String md5
null.
(not used yet)public boolean canRead
public boolean canWrite