|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object be.re.webdav.View.Rule
public static class View.Rule
Represents one rule.
Field Summary | |
---|---|
String |
activity
An activity is like a version branch. |
String |
checkOutActivity
This is the activity that will be used when a resource is checked out. |
String |
label
A label that can be set on a version of a resource. |
String |
time
An ISO timestamp that can be used to select versions. |
String |
url
A collection starting from which this selection rule applies. |
String |
version
The name of specific version, which can be useful when for some reason a specific version of a resource is required. |
Constructor Summary | |
---|---|
View.Rule(String url,
String activity,
String label,
String version,
String time,
String checkOutActivity)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String activity
public String checkOutActivity
public String label
public String time
public String url
public String version
Constructor Detail |
---|
public View.Rule(String url, String activity, String label, String version, String time, String checkOutActivity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |