com.plumtree.portalpages.browsing.directory.rest
Class DirRESTConstants

java.lang.Object
  extended by com.plumtree.portalpages.browsing.directory.rest.DirRESTConstants

public class DirRESTConstants
extends java.lang.Object

This class contains constants for the KD Rest API. These can be used in both the JSON format and the XML format. Each constant is marked with input and/or output depending on whether it can be used as an input to the API, an output, or both.


Field Summary
static java.lang.String DOCUMENT_CONTENT_URL
          The key for the document content url member.
static java.lang.String DOCUMENT_DATA_SOURCE_ID
          The key for the document data source ID member.
static java.lang.String DOCUMENT_DESCRIPTION
          The key for the document description member.
static java.lang.String DOCUMENT_DOC_ID
          The key for the document doc ID member.
static java.lang.String DOCUMENT_FOLDER_ID
          The key for the document folder ID member.
static java.lang.String DOCUMENT_FOLDER_PATH
          The key for the document folder path member.
static java.lang.String DOCUMENT_FORMAT_NAME
          The name of the document object in the format (i.e.
static java.lang.String DOCUMENT_NAME
          The key for the document name member.
static java.lang.String DOCUMENT_OBJECT_ID
          The key for the document object ID member.
static java.lang.String DOCUMENT_SERVER_ID
          The key for the document server ID member.
static java.lang.String DOCUMENT_TYPE
          The key for the document type member.
 
Constructor Summary
DirRESTConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_FORMAT_NAME

public static final java.lang.String DOCUMENT_FORMAT_NAME
The name of the document object in the format (i.e. the object itself, not a member of the object). input/output

See Also:
Constant Field Values

DOCUMENT_NAME

public static final java.lang.String DOCUMENT_NAME
The key for the document name member. input/output

See Also:
Constant Field Values

DOCUMENT_DESCRIPTION

public static final java.lang.String DOCUMENT_DESCRIPTION
The key for the document description member. input

See Also:
Constant Field Values

DOCUMENT_DATA_SOURCE_ID

public static final java.lang.String DOCUMENT_DATA_SOURCE_ID
The key for the document data source ID member. input

See Also:
Constant Field Values

DOCUMENT_CONTENT_URL

public static final java.lang.String DOCUMENT_CONTENT_URL
The key for the document content url member. input

See Also:
Constant Field Values

DOCUMENT_TYPE

public static final java.lang.String DOCUMENT_TYPE
The key for the document type member. input

See Also:
Constant Field Values

DOCUMENT_DOC_ID

public static final java.lang.String DOCUMENT_DOC_ID
The key for the document doc ID member. input

See Also:
Constant Field Values

DOCUMENT_SERVER_ID

public static final java.lang.String DOCUMENT_SERVER_ID
The key for the document server ID member. input

See Also:
Constant Field Values

DOCUMENT_OBJECT_ID

public static final java.lang.String DOCUMENT_OBJECT_ID
The key for the document object ID member. output

See Also:
Constant Field Values

DOCUMENT_FOLDER_ID

public static final java.lang.String DOCUMENT_FOLDER_ID
The key for the document folder ID member. output

See Also:
Constant Field Values

DOCUMENT_FOLDER_PATH

public static final java.lang.String DOCUMENT_FOLDER_PATH
The key for the document folder path member. output

See Also:
Constant Field Values
Constructor Detail

DirRESTConstants

public DirRESTConstants()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.