com.filenet.wcm.apps.server.util.webdav.util
Class WebDAVStatus
java.lang.Object
com.filenet.wcm.apps.server.util.webdav.util.WebDAVStatus
- public class WebDAVStatus
- extends java.lang.Object
Method Summary |
static java.lang.String |
getState(int key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAV_STATUS_OK
public static final int DAV_STATUS_OK
- See Also:
- Constant Field Values
DAV_STATUS_BAD_REQUEST
public static final int DAV_STATUS_BAD_REQUEST
- See Also:
- Constant Field Values
DAV_STATUS_ACCEPTED
public static final int DAV_STATUS_ACCEPTED
- See Also:
- Constant Field Values
DAV_STATUS_CREATED
public static final int DAV_STATUS_CREATED
- See Also:
- Constant Field Values
DAV_STATUS_NON_AUTHORITATIVE_INFORMATION
public static final int DAV_STATUS_NON_AUTHORITATIVE_INFORMATION
- See Also:
- Constant Field Values
DAV_STATUS_NO_CONTENT
public static final int DAV_STATUS_NO_CONTENT
- See Also:
- Constant Field Values
DAV_STATUS_RESET_CONTENT
public static final int DAV_STATUS_RESET_CONTENT
- See Also:
- Constant Field Values
DAV_STATUS_PARTIAL_CONTENT
public static final int DAV_STATUS_PARTIAL_CONTENT
- See Also:
- Constant Field Values
DAV_MULTI_STATUS
public static final int DAV_MULTI_STATUS
- See Also:
- Constant Field Values
DAV_STATUS_UNAUTHORIZED
public static final int DAV_STATUS_UNAUTHORIZED
- See Also:
- Constant Field Values
DAV_STATUS_NOT_FOUND
public static final int DAV_STATUS_NOT_FOUND
- See Also:
- Constant Field Values
DAV_STATUS_FORBIDDEN
public static final int DAV_STATUS_FORBIDDEN
- See Also:
- Constant Field Values
DAV_STATUS_PRECONDITION_FAILED
public static final int DAV_STATUS_PRECONDITION_FAILED
- See Also:
- Constant Field Values
DAV_STATUS_LOCKED
public static final int DAV_STATUS_LOCKED
- See Also:
- Constant Field Values
DAV_STATUS_CONFLICT
public static final int DAV_STATUS_CONFLICT
- See Also:
- Constant Field Values
DAV_STATUS_BAD_GATEWAY
public static final int DAV_STATUS_BAD_GATEWAY
- See Also:
- Constant Field Values
DAV_STATUS_METHOD_NOT_ALLOWED
public static final int DAV_STATUS_METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
DAV_STATUS_PROCESSING
public static final int DAV_STATUS_PROCESSING
- See Also:
- Constant Field Values
DAV_STATUS_NOT_IMPLEMENTED
public static final int DAV_STATUS_NOT_IMPLEMENTED
- See Also:
- Constant Field Values
DAV_STATUS_INTERNAL_SERVER_ERROR
public static final int DAV_STATUS_INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
WebDAVStatus
public WebDAVStatus()
getState
public static java.lang.String getState(int key)
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.