Package | Description |
---|---|
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.jcr.version |
Contains JCR specific implementations for the following interfaces:
VersionableResource
VersionControlledResource
VersionResource
VersionHistoryResource
|
org.apache.jackrabbit.webdav.simple | |
org.apache.jackrabbit.webdav.version |
Interfaces and classes used to cover functionality defined by
RFC 3253: Versioning Extensions to WebDAV.
|
org.apache.jackrabbit.webdav.version.report |
Report interface and inplementation for default reports defined by RFC 3253.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultItemCollection
DefaultItemCollection represents a JCR node item. |
class |
DefaultItemResource
DefaultItemResource represents JCR property item. |
class |
EventJournalResourceImpl
Implements a JCR
EventJournal in terms of an RFC 4287 Atom feed. |
class |
RootCollection
RootCollection represent the WebDAV root resource that does not
represent any repository item. |
class |
VersionControlledItemCollection
VersionControlledItemCollection represents a JCR node item and
covers all functionality related to versioning of Node s. |
class |
WorkspaceResourceImpl
WorkspaceResourceImpl ... |
Modifier and Type | Class and Description |
---|---|
class |
VersionHistoryItemCollection
VersionHistoryItemCollection represents a JCR version history. |
class |
VersionItemCollection
VersionItemCollection represents a JCR version. |
Modifier and Type | Class and Description |
---|---|
class |
DeltaVResourceImpl
The
DeltaVResourceImpl encapsulates the functionality common to all
DeltaV compliant resources. |
class |
VersionControlledResourceImpl
VersionControlledResourceImpl represents a JCR node item and
covers all functionality related to versioning of Node s. |
class |
VersionHistoryResourceImpl
VersionHistoryResourceImpl represents a JCR version history. |
class |
VersionResourceImpl
VersionResourceImpl represents a JCR version. |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityResource
An activity is a resource that selects a set of versions that are on a single
"line of descent", where a line of descent is a sequence of versions connected
by successor relationships.
|
interface |
BaselineResource
BaselineResource represents the 'version' of a configuration
which is represented by a 'version-controlled-configuration' (VCC) resource. |
interface |
VersionableResource
VersionableResource represents an extension to the basic
DeltaVResource , that allows to adding version-control support. |
interface |
VersionControlledResource
The
VersionControlledResource represents in contrast to the
VersionableResource a resource, that has already been put
under version-control. |
interface |
VersionHistoryResource
VersionHistoryResource represents a collection that has
all versions of a given version-controlled resource as members. |
interface |
VersionResource
VersionResource is a resource that contains a copy of a particular
state of a version-controlled resource. |
interface |
WorkspaceResource
A workspace resource is a collection whose members are related
version-controlled and non-version-controlled resources.
|
Modifier and Type | Method and Description |
---|---|
Report |
ReportType.createReport(DeltaVResource resource,
ReportInfo info)
Creates a new
Report with this type. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.