|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.webdav.client.AbstractResourceHandle
org.eclipse.webdav.client.CollectionHandle
org.eclipse.webdav.client.WorkspaceHandle
public class WorkspaceHandle
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary |
---|
Fields inherited from class org.eclipse.webdav.client.AbstractResourceHandle |
---|
davClient, locator |
Fields inherited from interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues |
---|
DAV_ACTIVITY_RESOURCE_TYPE, DAV_BASELINE_RESOURCE_TYPE, DAV_COLLECTION_RESOURCE_TYPE, DAV_DISCOURAGED, DAV_FORBIDDEN, DAV_HISTORY_RESOURCE_TYPE, DAV_KEEP_CHECKED_OUT, DAV_LOCKED_UPDATE, DAV_NEW_VERSION, DAV_OK, DAV_OVERWRITE, DAV_UNLOCKED_UPDATE, DAV_VERSION_HISTORY_RESOURCE_TYPE, DAV_WORKSPACE_RESOURCE_TYPE |
Fields inherited from interface org.eclipse.webdav.internal.kernel.WebDAVConstants |
---|
DAV_URI |
Constructor Summary | |
---|---|
WorkspaceHandle(DAVClient davClient,
ILocator locator)
|
Method Summary | |
---|---|
AbstractResourceHandle |
checkOut()
Check out this resource. |
void |
create()
Create a new workspace in the location described by this handle. |
Methods inherited from class org.eclipse.webdav.client.CollectionHandle |
---|
baselineControl, baselineControl, bind, bind, getCollectionHandle, getMember, getMembers, getResourceHandle, getWorkspaceHandle, isWorkspace, mkdirs, mkdirs |
Methods inherited from class org.eclipse.webdav.client.AbstractResourceHandle |
---|
asCollectionHandle, asResourceHandle, canTalkDAV, checkIn, closeResponse, copy, copy, delete, delete, equals, examineMultiStatusResponse, examineResponse, examineStatusCode, exists, extractPropStats, getContent, getDAVClient, getLocator, getLocks, getParent, getProperties, getProperties, getProperty, getPropertyNames, getVersionTree, getWorkspaceCollections, hashCode, head, isCheckedIn, isCheckedOut, isCollection, isLocked, isVersion, isVersionControlled, isWorkingResource, lock, lock, move, move, newContext, newDocument, propertyHasChild, protectedCheckIn, protectedCheckOut, refreshLock, removeProperties, removeProperty, setContent, setContent, setProperties, setProperty, supportsLiveProperty, toString, trace, unlock, update, versionControl |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceHandle(DAVClient davClient, ILocator locator)
Method Detail |
---|
public AbstractResourceHandle checkOut() throws DAVException
checkOut
in class CollectionHandle
CollectionHandle
.
DAVException
- if there is a problem checking out the receiver.public void create() throws DAVException
A new workspace is created using a MKWORKSPACE method call.
create
in class CollectionHandle
DAVException
- if a problem occured creating the workspace
on the WebDAV server.IServer#mkcol(ILocator, IContext, IElement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |