public interface ActivityResource extends DeltaVResource
RFC 3253 defines the following required live properties for an Activity resource.
DAV:activity-version-set
DAV:activity-checkout-set
DAV:subactivity-set
DAV:current-workspace-set
DAV:resourcetype
property returned by an Activity resource must be
DAV:activity
The Activity resource must support all methods defined for a
DeltaV-compliant resource
. Since no additional methods
are required for an activity this interface mainly acts as marker.
Please refer to RFC 3253 Section 13 for a complete description of this resource type.
Modifier and Type | Field and Description |
---|---|
static DavPropertyName |
ACTIVITY_CHECKOUT_SET
The computed DAV:activity-checkout-set property identifies each
checked-out resource whose DAV:activity-set identifies this activity.
|
static DavPropertyName |
ACTIVITY_VERSION_SET
The computed DAV:activity-version-set property identifies each version
whose DAV:activity-set property identifies this activity.
|
static DavPropertyName |
CURRENT_WORKSPACE_SET
The computed DAV:current-workspace-set property identifies identifies
each workspace whose DAV:current-activity-set identifies this activity.
|
static DavPropertyName |
SUBACTIVITY_SET
The DAV:subactivity-set property identifies each activity that forms a
part of the logical change being captured by this activity.
|
METHODS, METHODS_INCL_MKWORKSPACE
addWorkspace, getOptionResponse, getReferenceResources, getReport
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
static final DavPropertyName ACTIVITY_VERSION_SET
Note that the DAV:activity-version-set represents a
HrefProperty
static final DavPropertyName ACTIVITY_CHECKOUT_SET
Note that the DAV:activity-checkout-set represents a
HrefProperty
static final DavPropertyName SUBACTIVITY_SET
A server MAY reject attempts to modify the DAV:subactivity-set of an activity.
Note that the DAV:subactivity-set represents a
HrefProperty
static final DavPropertyName CURRENT_WORKSPACE_SET
Note that the DAV:current-workspace-set represents a
HrefProperty
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.