com.ibm.webdav |
|
Java Source File Name | Type | Comment |
ActiveLock.java | Class | ActiveLock contains information about locks on this resourece. |
Activity.java | Class | An activity represents a named set of revisions to versioned
resources. |
Baseline.java | Class | A Baseline represents a persistent, named set of specific
revisions of versioned resources. |
ClientException.java | Class | Represents exceptions that can happen on the Client as the
result of a client error. |
Collection.java | Class | A Collection is a Resource that contains other
resources including other Collections. |
CollectionMember.java | Class | A CollectionMember encapsulates a Resource in a collection along with
a number of live properties that might be useful to client applications. |
Condition.java | Class | A Condition represents some state configuration of a particular resource that must be
satisfied in order for the associated request to be valid. |
ConditionFactor.java | Class | A ConditionFactor represents some state of a resource that must be
satisfied in order for the associated request to be valid. |
ConditionTerm.java | Class | A ConditionTerm represents some state configuration of a resource that must be
satisfied in order for the associated request to be valid. |
EntityTag.java | Class | An EntityTag is a ConditionFactor describing some state of a resource represented
as an opaque string. |
HTTPHeaders.java | Class | A HTTPHeaders represents additional information about the resource
that may effect how a method is executed, or reflect information that
is returned from a method execution. |
InvalidPropertyNameException.java | Class | When thrown, this class signals that the property name
string provided was not legal based on the definition
provided in the documentation of the PropertyName(String)
constructor. |
InvalidSearchConditionException.java | Class | |
LabelSelector.java | Class | A target selector can be a label name, version name, working resource id,
or an indicator that the VersionedResource itself should be selected. |
MethodResponse.java | Class | A MethodResponse describes the effect of a method on a resource. |
MultiStatus.java | Class | A MultiStatus contains multiple Response instances resulting from the
invocation of a method on a resource. |
Precondition.java | Class | A Precondition represents some condition or collection of conditions
representing states of a resource. |
PropertyDefinition.java | Interface | |
PropertyName.java | Class | This class represents the universal name for a
property. |
PropertyResponse.java | Class | A PropertyResponse describes the properties returned as the
result of a method send on a resource, e.g., getProperties(). |
PropertyValue.java | Class | A PropertyValue represents the value of a property of a resource and
it's status. |
RedirectionException.java | Class | Represents exceptions that require further action by the user agent
in order to fulfill the request. |
Resource.java | Class | A Resource implements a client proxy of the Resource interface locally where
possible, and by delegating the methods that must be implemented by the server
to another proxy stub as specified by the protocol given
in the resource URL. |
ResourceContext.java | Class | A ResourceContext represents additional information about the resource
that may effect how a method is executed, or reflect information that
is returned from a method execution. |
ResourceFactory.java | Class | A ResourceFactory is used to construct Resources or their subclasses
based on the desired communication protocol, http:, rmi:, or iiop: as
specified in the resource URL. |
Response.java | Class | A Response describes the effect of a method on a resource and/or
its properties. |
SchemaResponse.java | Class | |
SearchCondition.java | Class | |
SearchConditionTerm.java | Class | |
SearchPropertyConditionTerm.java | Class | |
SearchRequest.java | Interface | SearchRequest provides a standard interface to an underlying
search implementation which can then be used in the DAV4J
to support the DASL spec. |
SearchRequestFactory.java | Class | |
SearchSchema.java | Interface | SearchSchema represents a schema which can be built and then published
as XML as a response to a DASL request for the supported search schema. |
ServerException.java | Class | Represents exceptions that can happen on the server as the
result of a server error. |
SimpleISO8601DateFormat.java | Class | SimpleISO8601DateFormat is a concrete class for formatting and
parsing ISO 8601 format dates. |
SimpleRFC1123DateFormat.java | Class | SimpleRFC1123DateFormat is a concrete class for formatting and
parsing RFC 1123 format dates. |
StateToken.java | Class | A StateToken is a ConditionFactor describing some state of a resource represented
as a URI. |
TargetSelector.java | Class | A target selector can be a label name, label id, working resource id,
or an indicator that the VersionedResource itself should be selected. |
VersionedResource.java | Class | A versioned resource represents all revisions of a
particular resource. |
VersionedResourceSelector.java | Class | A target selector can be a label name, version name, working resource id,
or an indicator that the VersionedResource itself should be selected. |
VersionSelector.java | Class | A target selector can be a label name, label id, working resource id,
or an indicator that the VersionedResource itself should be selected. |
WebDAVException.java | Class | This is the superclass of all WebDAV exceptions. |
WebDAVStatus.java | Class | |
WorkingResourceSelector.java | Class | A target selector can be a label name, version name, working resource id,
or an indicator that the VersionedResource itself should be selected. |
Workspace.java | Class | A workspace is a resource that provides a means to map
versioned resources to particular versions. |
XMLUtility.java | Class | Utility class for serialising DOM nodes. |