com.dbxml.db.server.labrador
Class ContentProxy
java.lang.Object
com.dbxml.db.server.labrador.ContentProxy
- public final class ContentProxy
- extends java.lang.Object
ContentProxy is a proxy facade that is used to expose Content
functionality via Labrador.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REST_DEFAULT_METHOD
public static final java.lang.String REST_DEFAULT_METHOD
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
COL_NAME
public static final java.lang.String COL_NAME
- See Also:
- Constant Field Values
CANONICAL_NAME
public static final java.lang.String CANONICAL_NAME
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final java.lang.String CONTENT_TYPE
- See Also:
- Constant Field Values
REST_CONTENT_TYPE_getDocument
public static final java.lang.String REST_CONTENT_TYPE_getDocument
- See Also:
- Constant Field Values
PARAMS_setDocument
public static final java.lang.String[] PARAMS_setDocument
PARAMS_setValue
public static final java.lang.String[] PARAMS_setValue
ContentProxy
public ContentProxy(Collection col,
java.lang.String docName)
getInformation
public java.util.Map getInformation()
throws DBException
- Throws:
DBException
get
public byte[] get()
throws com.dbxml.labrador.http.HTTPException,
DBException
- Throws:
com.dbxml.labrador.http.HTTPException
DBException
getDocument
public java.lang.String getDocument()
throws DBException
- Throws:
DBException
getValue
public byte[] getValue()
throws DBException
- Throws:
DBException
setDocument
public void setDocument(java.lang.String document)
throws DBException
- Throws:
DBException
setValue
public void setValue(byte[] value)
throws DBException
- Throws:
DBException
Copyright (c) 2004 The dbXML Group