|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkspaceResource
A workspace resource is a collection whose members are related version-controlled and non-version-controlled resources.
RFC 3253 defines the following required live properties for an Workspace resource.DAV:workspace-checkout-setDAV:baseline-controlled-collection-set (baseline)DAV:current-activity-set (activity)
| Field Summary | |
|---|---|
static DavPropertyName |
BASELINE_CONTROLLED_COLLECTION_SET
The Baseline feature (section 12) defines the following computed property for a workspace resource: DAV:baseline-controlled-collection-set lists all collections of this workspace, that are under baseline control. |
static DavPropertyName |
CURRENT_ACTIVITY_SET
DAV:current-activity-set is a required property for a workspace resource, if the server supports the activity feature. |
static DavPropertyName |
CUURENT_ACTIVITY_SET
Deprecated. Use CURRENT_ACTIVITY_SET instead. |
static DavPropertyName |
WORKSPACE_CHECKOUT_SET
The DAV:workspace-checkout-set property is the only required property which is additionally added to a workspace resource. |
| Fields inherited from interface org.apache.jackrabbit.webdav.version.DeltaVResource |
|---|
METHODS, METHODS_INCL_MKWORKSPACE |
| Method Summary |
|---|
| Methods inherited from interface org.apache.jackrabbit.webdav.version.DeltaVResource |
|---|
addWorkspace, getOptionResponse, getReferenceResources, getReport |
| Methods inherited from interface org.apache.jackrabbit.webdav.DavResource |
|---|
addLockManager, addMember, alterProperties, copy, exists, getCollection, getComplianceClass, getDisplayName, getFactory, getHref, getLocator, getLock, getLocks, getMembers, getModificationTime, getProperties, getProperty, getPropertyNames, getResourcePath, getSession, getSupportedMethods, hasLock, isCollection, isLockable, lock, move, refreshLock, removeMember, removeProperty, setProperty, spool, unlock |
| Field Detail |
|---|
static final DavPropertyName WORKSPACE_CHECKOUT_SET
HrefProperty.
static final DavPropertyName CUURENT_ACTIVITY_SET
CURRENT_ACTIVITY_SET instead.static final DavPropertyName CURRENT_ACTIVITY_SET
<!ELEMENT current-activity-set (href*)>Note that the DAV:current-activity-set represents a
HrefProperty
static final DavPropertyName BASELINE_CONTROLLED_COLLECTION_SET
<!ELEMENT baseline-controlled-collection-set (href*)>Note that the DAV:baseline-controlled-collection-set represents a
HrefProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||