org.apache.chemistry.opencmis.commons.impl
Class Constants

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.Constants

public final class Constants
extends Object

Constants for CMIS server and client.

Author:
Florian Müller

Field Summary
static String COLLECTION_CHECKEDOUT
           
static String COLLECTION_QUERY
           
static String COLLECTION_ROOT
           
static String COLLECTION_TYPES
           
static String COLLECTION_UNFILED
           
static String MEDIATYPE_ACL
           
static String MEDIATYPE_ALLOWABLEACTION
           
static String MEDIATYPE_CHILDREN
           
static String MEDIATYPE_CMISATOM
           
static String MEDIATYPE_DESCENDANTS
           
static String MEDIATYPE_ENTRY
           
static String MEDIATYPE_FEED
           
static String MEDIATYPE_OCTETSTREAM
           
static String MEDIATYPE_QUERY
           
static String MEDIATYPE_SERVICE
           
static String NAMESPACE_APP
           
static String NAMESPACE_ATOM
           
static String NAMESPACE_CMIS
           
static String NAMESPACE_RESTATOM
           
static String NAMESPACE_XSI
           
static String PARAM_ACL
           
static String PARAM_ACL_PROPAGATION
           
static String PARAM_ALL_VERSIONS
           
static String PARAM_ALLOWABLE_ACTIONS
           
static String PARAM_CHANGE_LOG_TOKEN
           
static String PARAM_CHANGE_TOKEN
           
static String PARAM_CHECK_IN
           
static String PARAM_CHECKIN_COMMENT
           
static String PARAM_CHILD_TYPES
           
static String PARAM_CONTINUE_ON_FAILURE
           
static String PARAM_DEPTH
           
static String PARAM_FILTER
           
static String PARAM_FOLDER_ID
           
static String PARAM_ID
           
static String PARAM_MAJOR
           
static String PARAM_MAX_ITEMS
           
static String PARAM_OBJECT_ID
           
static String PARAM_ONLY_BASIC_PERMISSIONS
           
static String PARAM_ORDER_BY
           
static String PARAM_OVERWRITE_FLAG
           
static String PARAM_PATH
           
static String PARAM_PATH_SEGMENT
           
static String PARAM_POLICY_ID
           
static String PARAM_POLICY_IDS
           
static String PARAM_PROPERTIES
           
static String PARAM_PROPERTY_DEFINITIONS
           
static String PARAM_Q
           
static String PARAM_RELATIONSHIP_DIRECTION
           
static String PARAM_RELATIONSHIPS
           
static String PARAM_RELATIVE_PATH_SEGMENT
           
static String PARAM_REMOVE_FROM
           
static String PARAM_RENDITION_FILTER
           
static String PARAM_REPOSITORY_ID
           
static String PARAM_RETURN_VERSION
           
static String PARAM_ROPERTY_DEFINITIONS
           
static String PARAM_SEARCH_ALL_VERSIONS
           
static String PARAM_SKIP_COUNT
           
static String PARAM_SOURCE_FOLDER_ID
           
static String PARAM_STREAM_ID
           
static String PARAM_SUB_RELATIONSHIP_TYPES
           
static String PARAM_TYPE_ID
           
static String PARAM_UNFILE_OBJECTS
           
static String PARAM_VERSIONIG_STATE
           
static String REL_ACL
           
static String REL_ALLOWABLEACTIONS
           
static String REL_ALTERNATE
           
static String REL_CURRENTVERSION
           
static String REL_DESCRIBEDBY
           
static String REL_DOWN
           
static String REL_EDIT
           
static String REL_EDITMEDIA
           
static String REL_ENCLOSURE
           
static String REL_FIRST
           
static String REL_FOLDERTREE
           
static String REL_LAST
           
static String REL_NEXT
           
static String REL_POLICIES
           
static String REL_PREV
           
static String REL_RELATIONSHIPS
           
static String REL_SELF
           
static String REL_SERVICE
           
static String REL_SOURCE
           
static String REL_TARGET
           
static String REL_UP
           
static String REL_VERSIONHISTORY
           
static String REL_VIA
           
static String REL_WORKINGCOPY
           
static String RENDITION_NONE
           
static String REP_REL_CHANGES
           
static String REP_REL_FOLDERTREE
           
static String REP_REL_ROOTDESC
           
static String REP_REL_TYPEDESC
           
static String TEMPLATE_OBJECT_BY_ID
           
static String TEMPLATE_OBJECT_BY_PATH
           
static String TEMPLATE_QUERY
           
static String TEMPLATE_TYPE_BY_ID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_CMIS

public static final String NAMESPACE_CMIS
See Also:
Constant Field Values

NAMESPACE_ATOM

public static final String NAMESPACE_ATOM
See Also:
Constant Field Values

NAMESPACE_APP

public static final String NAMESPACE_APP
See Also:
Constant Field Values

NAMESPACE_RESTATOM

public static final String NAMESPACE_RESTATOM
See Also:
Constant Field Values

NAMESPACE_XSI

public static final String NAMESPACE_XSI
See Also:
Constant Field Values

MEDIATYPE_SERVICE

public static final String MEDIATYPE_SERVICE
See Also:
Constant Field Values

MEDIATYPE_FEED

public static final String MEDIATYPE_FEED
See Also:
Constant Field Values

MEDIATYPE_ENTRY

public static final String MEDIATYPE_ENTRY
See Also:
Constant Field Values

MEDIATYPE_CHILDREN

public static final String MEDIATYPE_CHILDREN
See Also:
Constant Field Values

MEDIATYPE_DESCENDANTS

public static final String MEDIATYPE_DESCENDANTS
See Also:
Constant Field Values

MEDIATYPE_QUERY

public static final String MEDIATYPE_QUERY
See Also:
Constant Field Values

MEDIATYPE_ALLOWABLEACTION

public static final String MEDIATYPE_ALLOWABLEACTION
See Also:
Constant Field Values

MEDIATYPE_ACL

public static final String MEDIATYPE_ACL
See Also:
Constant Field Values

MEDIATYPE_CMISATOM

public static final String MEDIATYPE_CMISATOM
See Also:
Constant Field Values

MEDIATYPE_OCTETSTREAM

public static final String MEDIATYPE_OCTETSTREAM
See Also:
Constant Field Values

COLLECTION_ROOT

public static final String COLLECTION_ROOT
See Also:
Constant Field Values

COLLECTION_TYPES

public static final String COLLECTION_TYPES
See Also:
Constant Field Values

COLLECTION_QUERY

public static final String COLLECTION_QUERY
See Also:
Constant Field Values

COLLECTION_CHECKEDOUT

public static final String COLLECTION_CHECKEDOUT
See Also:
Constant Field Values

COLLECTION_UNFILED

public static final String COLLECTION_UNFILED
See Also:
Constant Field Values

TEMPLATE_OBJECT_BY_ID

public static final String TEMPLATE_OBJECT_BY_ID
See Also:
Constant Field Values

TEMPLATE_OBJECT_BY_PATH

public static final String TEMPLATE_OBJECT_BY_PATH
See Also:
Constant Field Values

TEMPLATE_TYPE_BY_ID

public static final String TEMPLATE_TYPE_BY_ID
See Also:
Constant Field Values

TEMPLATE_QUERY

public static final String TEMPLATE_QUERY
See Also:
Constant Field Values

REL_SELF

public static final String REL_SELF
See Also:
Constant Field Values

REL_ENCLOSURE

public static final String REL_ENCLOSURE
See Also:
Constant Field Values

REL_SERVICE

public static final String REL_SERVICE
See Also:
Constant Field Values

REL_DESCRIBEDBY

public static final String REL_DESCRIBEDBY
See Also:
Constant Field Values

REL_ALTERNATE

public static final String REL_ALTERNATE
See Also:
Constant Field Values

REL_DOWN

public static final String REL_DOWN
See Also:
Constant Field Values

REL_UP

public static final String REL_UP
See Also:
Constant Field Values

REL_FIRST

public static final String REL_FIRST
See Also:
Constant Field Values

REL_LAST

public static final String REL_LAST
See Also:
Constant Field Values

REL_PREV

public static final String REL_PREV
See Also:
Constant Field Values

REL_NEXT

public static final String REL_NEXT
See Also:
Constant Field Values

REL_VIA

public static final String REL_VIA
See Also:
Constant Field Values

REL_EDIT

public static final String REL_EDIT
See Also:
Constant Field Values

REL_EDITMEDIA

public static final String REL_EDITMEDIA
See Also:
Constant Field Values

REL_VERSIONHISTORY

public static final String REL_VERSIONHISTORY
See Also:
Constant Field Values

REL_CURRENTVERSION

public static final String REL_CURRENTVERSION
See Also:
Constant Field Values

REL_WORKINGCOPY

public static final String REL_WORKINGCOPY
See Also:
Constant Field Values

REL_FOLDERTREE

public static final String REL_FOLDERTREE
See Also:
Constant Field Values

REL_ALLOWABLEACTIONS

public static final String REL_ALLOWABLEACTIONS
See Also:
Constant Field Values

REL_ACL

public static final String REL_ACL
See Also:
Constant Field Values

REL_SOURCE

public static final String REL_SOURCE
See Also:
Constant Field Values

REL_TARGET

public static final String REL_TARGET
See Also:
Constant Field Values

REL_RELATIONSHIPS

public static final String REL_RELATIONSHIPS
See Also:
Constant Field Values

REL_POLICIES

public static final String REL_POLICIES
See Also:
Constant Field Values

REP_REL_TYPEDESC

public static final String REP_REL_TYPEDESC
See Also:
Constant Field Values

REP_REL_FOLDERTREE

public static final String REP_REL_FOLDERTREE
See Also:
Constant Field Values

REP_REL_ROOTDESC

public static final String REP_REL_ROOTDESC
See Also:
Constant Field Values

REP_REL_CHANGES

public static final String REP_REL_CHANGES
See Also:
Constant Field Values

PARAM_ACL

public static final String PARAM_ACL
See Also:
Constant Field Values

PARAM_ALLOWABLE_ACTIONS

public static final String PARAM_ALLOWABLE_ACTIONS
See Also:
Constant Field Values

PARAM_ALL_VERSIONS

public static final String PARAM_ALL_VERSIONS
See Also:
Constant Field Values

PARAM_CHANGE_LOG_TOKEN

public static final String PARAM_CHANGE_LOG_TOKEN
See Also:
Constant Field Values

PARAM_CHANGE_TOKEN

public static final String PARAM_CHANGE_TOKEN
See Also:
Constant Field Values

PARAM_CHECKIN_COMMENT

public static final String PARAM_CHECKIN_COMMENT
See Also:
Constant Field Values

PARAM_CHECK_IN

public static final String PARAM_CHECK_IN
See Also:
Constant Field Values

PARAM_CHILD_TYPES

public static final String PARAM_CHILD_TYPES
See Also:
Constant Field Values

PARAM_CONTINUE_ON_FAILURE

public static final String PARAM_CONTINUE_ON_FAILURE
See Also:
Constant Field Values

PARAM_DEPTH

public static final String PARAM_DEPTH
See Also:
Constant Field Values

PARAM_FILTER

public static final String PARAM_FILTER
See Also:
Constant Field Values

PARAM_FOLDER_ID

public static final String PARAM_FOLDER_ID
See Also:
Constant Field Values

PARAM_ID

public static final String PARAM_ID
See Also:
Constant Field Values

PARAM_MAJOR

public static final String PARAM_MAJOR
See Also:
Constant Field Values

PARAM_MAX_ITEMS

public static final String PARAM_MAX_ITEMS
See Also:
Constant Field Values

PARAM_OBJECT_ID

public static final String PARAM_OBJECT_ID
See Also:
Constant Field Values

PARAM_ONLY_BASIC_PERMISSIONS

public static final String PARAM_ONLY_BASIC_PERMISSIONS
See Also:
Constant Field Values

PARAM_ORDER_BY

public static final String PARAM_ORDER_BY
See Also:
Constant Field Values

PARAM_OVERWRITE_FLAG

public static final String PARAM_OVERWRITE_FLAG
See Also:
Constant Field Values

PARAM_PATH

public static final String PARAM_PATH
See Also:
Constant Field Values

PARAM_PATH_SEGMENT

public static final String PARAM_PATH_SEGMENT
See Also:
Constant Field Values

PARAM_POLICY_ID

public static final String PARAM_POLICY_ID
See Also:
Constant Field Values

PARAM_POLICY_IDS

public static final String PARAM_POLICY_IDS
See Also:
Constant Field Values

PARAM_PROPERTIES

public static final String PARAM_PROPERTIES
See Also:
Constant Field Values

PARAM_PROPERTY_DEFINITIONS

public static final String PARAM_PROPERTY_DEFINITIONS
See Also:
Constant Field Values

PARAM_RELATIONSHIPS

public static final String PARAM_RELATIONSHIPS
See Also:
Constant Field Values

PARAM_RELATIONSHIP_DIRECTION

public static final String PARAM_RELATIONSHIP_DIRECTION
See Also:
Constant Field Values

PARAM_RELATIVE_PATH_SEGMENT

public static final String PARAM_RELATIVE_PATH_SEGMENT
See Also:
Constant Field Values

PARAM_REMOVE_FROM

public static final String PARAM_REMOVE_FROM
See Also:
Constant Field Values

PARAM_RENDITION_FILTER

public static final String PARAM_RENDITION_FILTER
See Also:
Constant Field Values

PARAM_REPOSITORY_ID

public static final String PARAM_REPOSITORY_ID
See Also:
Constant Field Values

PARAM_RETURN_VERSION

public static final String PARAM_RETURN_VERSION
See Also:
Constant Field Values

PARAM_ROPERTY_DEFINITIONS

public static final String PARAM_ROPERTY_DEFINITIONS
See Also:
Constant Field Values

PARAM_SKIP_COUNT

public static final String PARAM_SKIP_COUNT
See Also:
Constant Field Values

PARAM_SOURCE_FOLDER_ID

public static final String PARAM_SOURCE_FOLDER_ID
See Also:
Constant Field Values

PARAM_STREAM_ID

public static final String PARAM_STREAM_ID
See Also:
Constant Field Values

PARAM_SUB_RELATIONSHIP_TYPES

public static final String PARAM_SUB_RELATIONSHIP_TYPES
See Also:
Constant Field Values

PARAM_TYPE_ID

public static final String PARAM_TYPE_ID
See Also:
Constant Field Values

PARAM_UNFILE_OBJECTS

public static final String PARAM_UNFILE_OBJECTS
See Also:
Constant Field Values

PARAM_VERSIONIG_STATE

public static final String PARAM_VERSIONIG_STATE
See Also:
Constant Field Values

PARAM_Q

public static final String PARAM_Q
See Also:
Constant Field Values

PARAM_SEARCH_ALL_VERSIONS

public static final String PARAM_SEARCH_ALL_VERSIONS
See Also:
Constant Field Values

PARAM_ACL_PROPAGATION

public static final String PARAM_ACL_PROPAGATION
See Also:
Constant Field Values

RENDITION_NONE

public static final String RENDITION_NONE
See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.