protected static class Entry.EntryState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
canEdit
{code true} if the entry can be modified by a client.
|
Service |
service
Service.
|
java.lang.String |
versionId
Version ID.
|
Modifier | Constructor and Description |
---|---|
protected |
Entry.EntryState() |
public java.lang.String versionId
This property is only used for services to communicate the current version ID back to the servlet. It is NOT set when entries are parsed (either from requests or from arbitrary XML).
public Service service
public boolean canEdit