com.filenet.wcm.apps.server.util.webdav.util
Class WebDAVStatus

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.webdav.util.WebDAVStatus

public class WebDAVStatus
extends java.lang.Object


Field Summary
static int DAV_MULTI_STATUS
           
static int DAV_STATUS_ACCEPTED
           
static int DAV_STATUS_BAD_GATEWAY
           
static int DAV_STATUS_BAD_REQUEST
           
static int DAV_STATUS_CONFLICT
           
static int DAV_STATUS_CREATED
           
static int DAV_STATUS_FORBIDDEN
           
static int DAV_STATUS_INTERNAL_SERVER_ERROR
           
static int DAV_STATUS_LOCKED
           
static int DAV_STATUS_METHOD_NOT_ALLOWED
           
static int DAV_STATUS_NO_CONTENT
           
static int DAV_STATUS_NON_AUTHORITATIVE_INFORMATION
           
static int DAV_STATUS_NOT_FOUND
           
static int DAV_STATUS_NOT_IMPLEMENTED
           
static int DAV_STATUS_OK
           
static int DAV_STATUS_PARTIAL_CONTENT
           
static int DAV_STATUS_PRECONDITION_FAILED
           
static int DAV_STATUS_PROCESSING
           
static int DAV_STATUS_RESET_CONTENT
           
static int DAV_STATUS_UNAUTHORIZED
           
 
Constructor Summary
WebDAVStatus()
           
 
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
 

Field Detail

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
Constructor Detail

WebDAVStatus

public WebDAVStatus()
Method Detail

getState

public static java.lang.String getState(int key)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.