Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

Ace - Interface in org.apache.chemistry.opencmis.commons.data
Access Control Entry (ACE).
Acl - Interface in org.apache.chemistry.opencmis.commons.data
Access Control List (ACL).
AclCapabilities - Interface in org.apache.chemistry.opencmis.commons.data
Acl Capabilities.
AclPropagation - Enum in org.apache.chemistry.opencmis.commons.enums
ACL Propagation Enum.
AclService - Interface in org.apache.chemistry.opencmis.commons.spi
ACL Service interface.
Action - Enum in org.apache.chemistry.opencmis.commons.enums
 
ADD_NAME_ON_CHECK_IN - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
addObjectInfo(ObjectInfo) - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler
 
addObjectToFolder(String, String, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.MultiFilingService
Adds an existing fileable non-folder object to a folder.
addProperty(PropertyData<?>) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableProperties
Adds a property to the end of the property list.
addPropertyDefinition(PropertyDefinition<?>) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
Adds or replaces a property definition.
afterServiceCall() - Method in interface org.apache.chemistry.opencmis.commons.server.ProgressControlCmisService
Called by the server framework after the requested service method has been called.
ALL - Static variable in class org.apache.chemistry.opencmis.commons.BasicPermissions
CMIS all permission cmis:all.
AllowableActions - Interface in org.apache.chemistry.opencmis.commons.data
Allowable Actions.
ALLOWED_CHILD_OBJECT_TYPE_IDS - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS folder property cmis:allowedChildObjectTypeIds (multivalue): IDs of the types that can be filed in the folder.
appendContentStream(String, Holder<String>, Holder<String>, ContentStream, boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Appends the content stream to the content of the document.
applyAcl(String, String, Acl, AclPropagation) - Method in interface org.apache.chemistry.opencmis.commons.server.CmisService
Applies a new ACL to an object.
applyAcl(String, String, Acl, Acl, AclPropagation, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.AclService
Adds or removes the given ACEs to or from the ACL of the object.
applyPolicy(String, String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.PolicyService
Applies a specified policy to an object.
ATOMPUB_URL - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
URL of the AtomPub service document.
AUTH_BASIC - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_CERT - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_FORM - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_HTTP_BASIC - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Toggle for HTTP basic authentication.
AUTH_HTTP_BASIC_CHARSET - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
AUTH_KERBEROS - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_LTPA - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_NONE - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_NTLM - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_OAUTH - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_OAUTH_BEARER - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Toggle for OAuth Bearer token authentication.
AUTH_OIDC - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_SAML - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTH_SOAP_USERNAMETOKEN - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Toggle for WS-Security UsernameToken authentication.
AUTH_USERNAME_TOKEN - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
AUTHENTICATION_PROVIDER_CLASS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Class name of the authentication provider.
AuthenticationProvider - Interface in org.apache.chemistry.opencmis.commons.spi
Authentication provider interface.

B

BASE_TYPE_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:baseTypeId: ID of the base type of the object.
BaseTypeId - Enum in org.apache.chemistry.opencmis.commons.enums
Base Object Type IDs Enum.
BasicPermissions - Class in org.apache.chemistry.opencmis.commons
CMIS basic permissions constants.
beforeServiceCall() - Method in interface org.apache.chemistry.opencmis.commons.server.ProgressControlCmisService
Called by the server framework before the requested service method is called.
BINDING_ATOMPUB - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
BINDING_ATOMPUB - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Binding: AtomPub
BINDING_BROWSER - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
BINDING_BROWSER - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Binding: Browser
BINDING_LOCAL - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Binding: Local
BINDING_SPI_CLASS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Class name of the binding class.
BINDING_TYPE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Predefined binding types (see BindingType).
BINDING_WEBSERVICES - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
BINDING_WEBSERVICES - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Binding: Web Services
BindingsObjectFactory - Interface in org.apache.chemistry.opencmis.commons.spi
Factory for CMIS binding objects.
BindingType - Enum in org.apache.chemistry.opencmis.commons.enums
Binding Type Enum.
BROWSER_DATETIME_FORMAT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
BROWSER_SUCCINCT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
BROWSER_URL - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
URL of the Browser Binding entry point.
BulkUpdateObjectIdAndChangeToken - Interface in org.apache.chemistry.opencmis.commons.data
Holder for bulkUpdateObject data.
bulkUpdateProperties(String, List<BulkUpdateObjectIdAndChangeToken>, Properties, List<String>, List<String>, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Updates properties and secondary types of one or more objects.

C

CACHE_CLASS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_PATH_OMIT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_SIZE_LINKS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_SIZE_LINKS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameterDefaults
 
CACHE_SIZE_OBJECTS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_SIZE_OBJECTS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameterDefaults
 
CACHE_SIZE_PATHTOID - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_SIZE_PATHTOID - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameterDefaults
 
CACHE_SIZE_REPOSITORIES - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_SIZE_REPOSITORIES - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameterDefaults
 
CACHE_SIZE_TYPES - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_SIZE_TYPES - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameterDefaults
 
CACHE_TTL_OBJECTS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_TTL_OBJECTS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameterDefaults
 
CACHE_TTL_PATHTOID - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CACHE_TTL_PATHTOID - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameterDefaults
 
CacheHeaderContentStream - Interface in org.apache.chemistry.opencmis.commons.data
Content stream with HTTP cache headers.
CallContext - Interface in org.apache.chemistry.opencmis.commons.server
An object implementing this interface holds context data of the current call.
CAN_ADD_POLICY_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_ADD_POLICY_POLICY - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_ADD_TO_FOLDER_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_ADD_TO_FOLDER_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_APPLY_ACL_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CANCEL_CHECKOUT_DOCUMENT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CHECKIN_DOCUMENT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CHECKOUT_DOCUMENT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CREATE_DOCUMENT_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CREATE_FOLDER_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CREATE_POLICY_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CREATE_RELATIONSHIP_SOURCE - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_CREATE_RELATIONSHIP_TARGET - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_DELETE_CONTENT_DOCUMENT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_DELETE_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_DELETE_TREE_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_ACL_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_ALL_VERSIONS_VERSION_SERIES - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_APPLIED_POLICIES_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_CHILDREN_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_DESCENDENTS_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_FOLDER_PARENT_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_OBJECT_RELATIONSHIPS_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_PARENTS_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_GET_PROPERTIES_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_MOVE_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_MOVE_SOURCE - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_MOVE_TARGET - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_REMOVE_FROM_FOLDER_FOLDER - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_REMOVE_FROM_FOLDER_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_REMOVE_POLICY_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_REMOVE_POLICY_POLICY - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_SET_CONTENT_DOCUMENT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_UPDATE_PROPERTIES_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
CAN_VIEW_CONTENT_OBJECT - Static variable in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
cancelCheckOut(String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.VersioningService
Reverses the effect of a check-out.
canCreate() - Method in interface org.apache.chemistry.opencmis.commons.data.CreatablePropertyTypes
Returns the set of property data types that can used to create or update a type definition.
canCreate() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeMutability
Indicates if a sub type of this type can be created.
canDelete() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeMutability
Indicates if this type can be deleted.
canSetControllableAcl() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "controllableACL" attribute can be set.
canSetControllablePolicy() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "controllablePolicy" attribute can be set.
canSetCreatable() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "creatable" attribute can be set.
canSetDescription() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "description" attribute can be set.
canSetDisplayName() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "displayName" attribute can be set.
canSetFileable() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "fileable" attribute can be set.
canSetFulltextIndexed() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "fulltextIndexed" attribute can be set.
canSetId() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "id" attribute can be set.
canSetIncludedInSupertypeQuery() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "includedInSupertypeQuery" attribute can be set.
canSetLocalName() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "localName" attribute can be set.
canSetLocalNamespace() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "localNamespace" attribute can be set.
canSetQueryable() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "queryable" attribute can be set.
canSetQueryName() - Method in interface org.apache.chemistry.opencmis.commons.data.NewTypeSettableAttributes
Indicates if the "queryName" attribute can be set.
canUpdate() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeMutability
Indicates if this type can be updated.
CapabilityAcl - Enum in org.apache.chemistry.opencmis.commons.enums
Capability Enum: ACL.
CapabilityChanges - Enum in org.apache.chemistry.opencmis.commons.enums
Capability Enum: Changes.
CapabilityContentStreamUpdates - Enum in org.apache.chemistry.opencmis.commons.enums
Capability Enum: Content Stream Updates.
CapabilityJoin - Enum in org.apache.chemistry.opencmis.commons.enums
Capability Enum: Join.
CapabilityOrderBy - Enum in org.apache.chemistry.opencmis.commons.enums
 
CapabilityQuery - Enum in org.apache.chemistry.opencmis.commons.enums
Capability Enum: Query.
CapabilityRenditions - Enum in org.apache.chemistry.opencmis.commons.enums
Capability Enum: Rendition.
Cardinality - Enum in org.apache.chemistry.opencmis.commons.enums
Cardinality Enum.
CHANGE_TOKEN - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:changeToken: change token of the object.
ChangeEventInfo - Interface in org.apache.chemistry.opencmis.commons.data
Basic change event.
ChangeType - Enum in org.apache.chemistry.opencmis.commons.enums
 
checkIn(String, Holder<String>, Boolean, Properties, ContentStream, String, List<String>, Acl, Acl, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.VersioningService
Checks-in the private working copy (PWC) document.
CHECKIN_COMMENT - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:checkinComment: check-in comment for the document version.
checkOut(String, Holder<String>, ExtensionsData, Holder<Boolean>) - Method in interface org.apache.chemistry.opencmis.commons.spi.VersioningService
Create a private working copy of the document.
Choice<T> - Interface in org.apache.chemistry.opencmis.commons.definitions
Choice value interface.
clearAllCaches() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Clears all caches of the current CMIS binding session.
clearRepositoryCache(String) - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Clears all caches of the current CMIS binding session that are related to the given repository.
CLIENT_CERT_KEYFILE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CLIENT_CERT_PASSPHRASE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CLIENT_COMPRESSION - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CLIENT_MANAGED_RETENTION - Static variable in class org.apache.chemistry.opencmis.commons.SecondaryTypeIds
Client managed retention type.
close() - Method in interface org.apache.chemistry.opencmis.commons.server.CmisService
Signals that this object will not be used anymore and resources can released.
close() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Releases all resources assigned to this binding instance.
CMIS_VERSION - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: CMIS version (value is a CmisVersion)
CmisAuthentication - Interface in org.apache.chemistry.opencmis.commons.endpoints
CMIS endpoint authentication information.
CmisBaseException - Exception in org.apache.chemistry.opencmis.commons.exceptions
Base exception class for all CMIS exceptions.
CmisBaseException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Default constructor.
CmisBaseException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBaseException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Constructor.
CmisBinding - Interface in org.apache.chemistry.opencmis.commons.spi
Entry point for all CMIS binding related operations.
CmisConnectionException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS Connection Exception.
CmisConnectionException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Default constructor.
CmisConnectionException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConnectionException(String, int, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
Constructor.
CmisConstraintException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS Constraint Exception.
CmisConstraintException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Default constructor.
CmisConstraintException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisConstraintException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
Constructor.
CmisContentAlreadyExistsException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS ContentAlreadyExists Exception.
CmisContentAlreadyExistsException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Default constructor.
CmisContentAlreadyExistsException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisContentAlreadyExistsException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
Constructor.
CmisEndpoint - Interface in org.apache.chemistry.opencmis.commons.endpoints
CMIS endpoint.
CmisEndpointsDocument - Interface in org.apache.chemistry.opencmis.commons.endpoints
CMIS endpoints document.
CmisExtensionElement - Interface in org.apache.chemistry.opencmis.commons.data
Represents one node in the extension tree.
CmisFilterNotValidException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS FilterNotValid Exception.
CmisFilterNotValidException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Default constructor.
CmisFilterNotValidException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisFilterNotValidException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
Constructor.
CmisInvalidArgumentException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS InvalidArgument Exception.
CmisInvalidArgumentException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Default constructor.
CmisInvalidArgumentException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisInvalidArgumentException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
Constructor.
CmisNameConstraintViolationException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS NameConstraintViolation Exception.
CmisNameConstraintViolationException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Default constructor.
CmisNameConstraintViolationException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNameConstraintViolationException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
Constructor.
CmisNotSupportedException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS NotSupported Exception.
CmisNotSupportedException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Default constructor.
CmisNotSupportedException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisNotSupportedException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
Constructor.
CmisObjectNotFoundException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS ObjectNotFound Exception.
CmisObjectNotFoundException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Default constructor.
CmisObjectNotFoundException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisObjectNotFoundException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
Constructor.
CmisPermissionDeniedException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS PermissionDenied Exception.
CmisPermissionDeniedException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Default constructor.
CmisPermissionDeniedException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisPermissionDeniedException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
Constructor.
CmisProxyAuthenticationException - Exception in org.apache.chemistry.opencmis.commons.exceptions
Proxy authentication exception.
CmisProxyAuthenticationException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Default constructor.
CmisProxyAuthenticationException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisProxyAuthenticationException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
Constructor.
CmisRuntimeException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS Runtime Exception.
CmisRuntimeException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Default constructor.
CmisRuntimeException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisRuntimeException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
Constructor.
CmisService - Interface in org.apache.chemistry.opencmis.commons.server
OpenCMIS server interface.
CmisServiceFactory - Interface in org.apache.chemistry.opencmis.commons.server
Factory for CmisService objects.
CmisServiceUnavailableException - Exception in org.apache.chemistry.opencmis.commons.exceptions
 
CmisServiceUnavailableException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Default constructor.
CmisServiceUnavailableException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisServiceUnavailableException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisServiceUnavailableException
Constructor.
CmisStorageException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS Storage Exception.
CmisStorageException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Default constructor.
CmisStorageException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStorageException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
Constructor.
CmisStreamNotSupportedException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS StreamNotSupported Exception.
CmisStreamNotSupportedException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Default constructor.
CmisStreamNotSupportedException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisStreamNotSupportedException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
Constructor.
CmisTooManyRequestsException - Exception in org.apache.chemistry.opencmis.commons.exceptions
Too Many Requests exception.
CmisTooManyRequestsException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Default constructor.
CmisTooManyRequestsException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisTooManyRequestsException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisTooManyRequestsException
Constructor.
CmisUnauthorizedException - Exception in org.apache.chemistry.opencmis.commons.exceptions
Unauthorized exception.
CmisUnauthorizedException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Default constructor.
CmisUnauthorizedException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUnauthorizedException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
Constructor.
CmisUpdateConflictException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS UpdateConflict Exception.
CmisUpdateConflictException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Default constructor.
CmisUpdateConflictException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisUpdateConflictException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
Constructor.
CmisVersion - Enum in org.apache.chemistry.opencmis.commons.enums
 
CmisVersioningException - Exception in org.apache.chemistry.opencmis.commons.exceptions
CMIS Versioning Exception.
CmisVersioningException() - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Default constructor.
CmisVersioningException(String, BigInteger, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String, BigInteger) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String, BigInteger, String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String, BigInteger, String, Map<String, String>) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String, String, Map<String, String>, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String, String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String, Throwable) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
CmisVersioningException(String) - Constructor for exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
Constructor.
COMPRESSION - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
COMPRESSION_BOTH - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
COMPRESSION_CLIENT - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
COMPRESSION_NONE - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
COMPRESSION_SERVER - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
CONNECT_TIMEOUT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
CONTENT_STREAM_FILE_NAME - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:contentStreamFileName: file name, if the document has content.
CONTENT_STREAM_HASH - Static variable in class org.apache.chemistry.opencmis.commons.ExtensionFeatures
 
CONTENT_STREAM_HASH - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
Content Hash property cmis:contentStreamHash (multivalue): hashes of the content stream
CONTENT_STREAM_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:contentStreamId: content stream ID.
CONTENT_STREAM_LENGTH - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:contentStreamLength: length of the content stream, if the document has content.
CONTENT_STREAM_MIME_TYPE - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:contentStreamMimeType: MIME type of the content stream, if the document has content.
ContentLengthContentStream - Interface in org.apache.chemistry.opencmis.commons.data
Content stream that should not be chunked.
ContentStream - Interface in org.apache.chemistry.opencmis.commons.data
Content stream.
ContentStreamAllowed - Enum in org.apache.chemistry.opencmis.commons.enums
Content Stream Allowed Enum.
ContentStreamHash - Interface in org.apache.chemistry.opencmis.commons.data
Content hash.
COOKIES - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
COOKIES_OPTIONAL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
COOKIES_RECOMMENDED - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
COOKIES_REQUIRED - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
CreatablePropertyTypes - Interface in org.apache.chemistry.opencmis.commons.data
Holds the set of property data types for type creation and update.
create(String, Properties, String, ContentStream, VersioningState, List<String>, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.server.CmisService
Creates a new document, folder, policy, or item.
createAccessControlEntry(String, List<String>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createAccessControlList(List<Ace>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createContentStream(String, BigInteger, String, InputStream) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
CREATED_BY - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:createdBy: creator of the object.
createDocument(String, Properties, String, ContentStream, VersioningState, List<String>, Acl, Acl, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Creates a document object of the specified type (given by the cmis:objectTypeId property) in the (optionally) specified location.
createDocumentFromSource(String, String, Properties, String, VersioningState, List<String>, Acl, Acl, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Creates a document object as a copy of the given source document in the (optionally) specified location.
createFolder(String, Properties, String, List<String>, Acl, Acl, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Creates a folder object of the specified type (given by the cmis:objectTypeId property) in the specified location.
createItem(String, Properties, String, List<String>, Acl, Acl, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Creates an item object of the specified type (given by the cmis:objectTypeId property).
createPolicy(String, Properties, String, List<String>, Acl, Acl, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Creates a policy object of the specified type (given by the cmis:objectTypeId property).
createPropertiesData(List<PropertyData<?>>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyBooleanData(String, List<Boolean>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyBooleanData(String, Boolean) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyData(PropertyDefinition<T>, Object) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyDateTimeData(String, List<GregorianCalendar>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyDateTimeData(String, GregorianCalendar) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyDecimalData(String, List<BigDecimal>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyDecimalData(String, BigDecimal) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyHtmlData(String, List<String>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyHtmlData(String, String) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyIdData(String, List<String>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyIdData(String, String) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyIntegerData(String, List<BigInteger>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyIntegerData(String, BigInteger) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyStringData(String, List<String>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyStringData(String, String) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyUriData(String, List<String>) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createPropertyUriData(String, String) - Method in interface org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
 
createRelationship(String, Properties, List<String>, Acl, Acl, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Creates a relationship object of the specified type (given by the cmis:objectTypeId property).
createType(String, TypeDefinition, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Creates a new type.
CREATION_DATE - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:creationDate: creation date.
CSRF_HEADER - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 

D

DateTimeFormat - Enum in org.apache.chemistry.opencmis.commons.enums
DateTime Format Enum for the browser binding.
DateTimeResolution - Enum in org.apache.chemistry.opencmis.commons.enums
Date Time Resolution Enum.
DecimalPrecision - Enum in org.apache.chemistry.opencmis.commons.enums
Decimal Precision Enum.
deleteContentStream(String, Holder<String>, Holder<String>, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Deletes the content stream for the specified document object.
deleteObject(String, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Deletes the specified object.
deleteObjectOrCancelCheckOut(String, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.server.CmisService
Deletes an object or cancels a check out.
deleteTree(String, String, Boolean, UnfileObject, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Deletes the specified folder object and all of its child- and descendant-objects.
deleteType(String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Deletes a type.
DESCRIPTION - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:description: description of the object.
destroy() - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Cleans up the the factory instance.
destroy(Throwable) - Method in class org.apache.chemistry.opencmis.commons.server.TempStoreOutputStream
This method is called if the stream has to be released before it is fully written or read.
DESTRUCTION_CLIENT_MANAGED_RETENTION - Static variable in class org.apache.chemistry.opencmis.commons.SecondaryTypeIds
Client managed retention type with destruction date.
DESTRUCTION_DATE - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS retention property cmis:rm_destructionDate: destruction date.
DiscoveryService - Interface in org.apache.chemistry.opencmis.commons.spi
Discovery Service interface.
DocumentTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Document Type Definition.

E

ENCRYPT_TEMP_FILE - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: encrypt temp files (values is a Boolean)
encryptTempFiles() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns if temp files should be encrypted.
encryptTempFiles() - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Indicates if temporary files should be encrypted.
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
 
EXCEPTION_NAME - Static variable in exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
 
EXPIRATION_DATE - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS retention property cmis:rm_expirationDate: expiration date.
EXTENDED_DATETIME_FORMAT - Static variable in class org.apache.chemistry.opencmis.commons.ExtensionFeatures
 
ExtendedAclService - Interface in org.apache.chemistry.opencmis.commons.spi
Extended ACL Service interface.
ExtendedHolder<T> - Class in org.apache.chemistry.opencmis.commons.spi
Holder for IN/OUT parameters that can hold extra values.
ExtendedHolder() - Constructor for class org.apache.chemistry.opencmis.commons.spi.ExtendedHolder
Constructs a holder with a null value.
ExtendedHolder(T) - Constructor for class org.apache.chemistry.opencmis.commons.spi.ExtendedHolder
Constructs a holder with the given value.
ExtendedRepositoryService - Interface in org.apache.chemistry.opencmis.commons.spi
Extended Repository Service interface.
ExtensionFeature - Interface in org.apache.chemistry.opencmis.commons.data
Representation of an extension feature.
ExtensionFeatures - Class in org.apache.chemistry.opencmis.commons
 
ExtensionFeatures() - Constructor for class org.apache.chemistry.opencmis.commons.ExtensionFeatures
 
ExtensionLevel - Enum in org.apache.chemistry.opencmis.commons.enums
 
ExtensionsData - Interface in org.apache.chemistry.opencmis.commons.data
Holds extension data either set by the CMIS repository or the client.

F

FailedToDeleteData - Interface in org.apache.chemistry.opencmis.commons.data
Holder for object IDs of objects that could not be deleted.
FolderTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Folder Type Definition.
FORCE_CMIS_VERSION - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Forces OpenCMIS to use the specified CMIS version and ignore the CMIS version reported by the repository.
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.AclPropagation
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.Action
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.BaseTypeId
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.BindingType
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityAcl
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityChanges
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityContentStreamUpdates
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityJoin
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityOrderBy
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityQuery
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityRenditions
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.Cardinality
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.ChangeType
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CmisVersion
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeFormat
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeResolution
 
fromValue(BigInteger) - Static method in enum org.apache.chemistry.opencmis.commons.enums.DecimalPrecision
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.ExtensionLevel
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.IncludeRelationships
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.PropertyType
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.RelationshipDirection
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.SupportedPermissions
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.UnfileObject
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.Updatability
 
fromValue(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.VersioningState
 

G

get(String) - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns context data by key.
getAces() - Method in interface org.apache.chemistry.opencmis.commons.data.Acl
Returns the list of Access Control Entries (ACEs).
getAcl() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the access control list.
getAcl(String, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.AclService
Get the ACL currently applied to the specified object.
getAclCapabilities() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the ACL capabilities.
getAclCapability() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the ACL capability.
getAclPropagation() - Method in interface org.apache.chemistry.opencmis.commons.data.AclCapabilities
 
getAclService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets an ACL Service interface object.
getAclServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getAdditionalData() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Returns additional data, if available.
getAdditionalData(String) - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Returns additional data, if available.
getAdditionalLinks() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the list of additional links related to this object, null is no such links exist.
getAlgorithm() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStreamHash
Returns the hash algorithm.
getAllowableActions() - Method in interface org.apache.chemistry.opencmis.commons.data.AllowableActions
Returns the Allowable Actions that are set.
getAllowableActions() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the allowable actions.
getAllowableActions(String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Gets the list of allowable actions for an object.
getAllowedSourceTypeIds() - Method in interface org.apache.chemistry.opencmis.commons.definitions.RelationshipTypeDefinition
Returns the list of type IDs that are allowed as source objects.
getAllowedTargetTypeIds() - Method in interface org.apache.chemistry.opencmis.commons.definitions.RelationshipTypeDefinition
Returns the list of type IDs that are allowed as target objects.
getAllVersions(String, String, String, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.VersioningService
Returns the list of all document objects in the specified version series, sorted by the property "cmis:creationDate" descending.
getAppliedPolicies(String, String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.PolicyService
Gets the list of policies currently applied to the specified object.
getAtomId() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns an ID for the atom:id tag.
getAttributes() - Method in interface org.apache.chemistry.opencmis.commons.data.CmisExtensionElement
Returns the attributes of the extension.
getAuthenticationProvider() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets the authentication provider.
getAuthentications() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
Returns the list of associated authentication methods.
getAuthenticationsSortedByPreference() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpointsDocument
Returns authentication information sorted by perference.
getBaseType() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the base type.
getBaseTypeId() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the base object type.
getBaseTypeId() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the base object type ID.
getBigHeight() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the height in pixels, if the rendition is an image.
getBigLength() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStream
Returns the length of the stream.
getBigLength() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the size of the rendition in bytes, if available.
getBigWidth() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the width in pixels, if the rendition is an image.
getBinding() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getBinding() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the binding.
getBindingType() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Returns the binding type.
getCacheControl() - Method in interface org.apache.chemistry.opencmis.commons.data.CacheHeaderContentStream
Returns the Cache-Control header.
getCapabilities() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the repository capabilities.
getCardinality() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the cardinality.
getChangeEventInfo() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the change event infos.
getChangesCapability() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Changes capability.
getChangesIncomplete() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Indicates whether the entries in the change log are incomplete or complete.
getChangesOnType() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns which types of objects are considered in the change log.
getChangeTime() - Method in interface org.apache.chemistry.opencmis.commons.data.ChangeEventInfo
Returns when the change took place.
getChangeToken() - Method in interface org.apache.chemistry.opencmis.commons.data.BulkUpdateObjectIdAndChangeToken
Returns the change token of the object.
getChangeType() - Method in interface org.apache.chemistry.opencmis.commons.data.ChangeEventInfo
Returns the change event type.
getCheckedOutDocs(String, String, String, String, Boolean, IncludeRelationships, String, BigInteger, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.NavigationService
Gets the list of documents that are checked out that the user has access to.
getChildren() - Method in interface org.apache.chemistry.opencmis.commons.data.CmisExtensionElement
Returns the children of this extension.
getChildren() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer
Returns the object containers of the next level.
getChildren() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionContainer
Returns direct children of the type definition at this level.
getChildren(String, String, String, String, Boolean, IncludeRelationships, String, Boolean, BigInteger, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.NavigationService
Gets the list of child objects contained in the specified folder.
getChoice() - Method in interface org.apache.chemistry.opencmis.commons.definitions.Choice
Returns sub-choice if there is a hierarchy of choices.
getChoices() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the choices for this property.
getCmisVersion() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the CMIS version supported by this repository as a CmisVersion enum.
getCmisVersion() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getCmisVersion() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the CMIS version.
getCmisVersionSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the CMIS version supported by this repository as a string.
getCode() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Returns the error code sent by the CMIS repository (Web Services binding only).
getCommonName() - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionFeature
Returns a human-readable name for the feature.
getCompression() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getContentChanges(String, Holder<String>, Boolean, String, Boolean, Boolean, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.DiscoveryService
Gets a list of content changes.
getContentStream(String, String, String, BigInteger, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Gets the content stream for the specified document object, or gets a rendition stream for a specified rendition of a document or folder object.
getContentStreamAllowed() - Method in interface org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinition
Returns if a content stream must be set.
getContentStreamUpdatesCapability() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Content Stream Updates capability.
getContentType() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the content type of the content if the object is a document and has content, null otherwise.
getContenType() - Method in interface org.apache.chemistry.opencmis.commons.server.RenditionInfo
Return the content type of the rendition.
getCookies() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getCreatablePropertyTypes() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Creatable Property Types capability.
getCreatedBy() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the creator.
getCreationDate() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the creation date.
getCsrfHeader() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getCsrfParameter() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getDateTimeResolution() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDateTimeDefinition
Returns which datetime resolution is supported by this property.
getDefaultValue() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the default value.
getDescendants(String, String, BigInteger, String, Boolean, IncludeRelationships, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.NavigationService
Gets the set of descendant objects contained in the specified folder or any of its child folders.
getDescription() - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionFeature
Returns a human-readable description of the feature.
getDescription() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the repository description.
getDescription() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PermissionDefinition
Returns a human readable description of the permission.
getDescription() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the property description.
getDescription() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the property description.
getDiscoveryService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a Discovery Service interface object.
getDiscoveryServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getDisplayName() - Method in interface org.apache.chemistry.opencmis.commons.data.PropertyData
Returns the display name.
getDisplayName() - Method in interface org.apache.chemistry.opencmis.commons.definitions.Choice
Return the display name of the choice value.
getDisplayName() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the display name.
getDisplayName() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the display name.
getDisplayName() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
getDisplayName() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getDocumentationUrl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
getEndpoint() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
Returns the associated CMIS endpoint.
getEndpoints() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpointsDocument
Returns a list of CMIS endpoints.
getErrorContent() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Returns the content of the error page sent by the web server.
getETag() - Method in interface org.apache.chemistry.opencmis.commons.data.CacheHeaderContentStream
Returns the ETag header.
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Returns the name of the exception as defined in the CMIS specification.
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException
 
getExceptionName() - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException
 
getExpires() - Method in interface org.apache.chemistry.opencmis.commons.data.CacheHeaderContentStream
Returns the Expires header.
getExtensionFeatures() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the list of CMIS extension features supported by this repository.
getExtensions() - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
Returns the list of top-level extension elements.
getExtraValue(String) - Method in class org.apache.chemistry.opencmis.commons.spi.ExtendedHolder
Gets an extra value,
getFeatureData() - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionFeature
Returns extra feature data.
getFileName() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStream
Returns the file name of the stream.
getFileName() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the file name of the content if the object is a document and has content, null otherwise.
getFirstValue() - Method in interface org.apache.chemistry.opencmis.commons.data.PropertyData
Returns the first entry of the list of values.
getFolderParent(String, String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.NavigationService
Gets the parent folder object for the specified folder object.
getFolderTree(String, String, BigInteger, String, Boolean, IncludeRelationships, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.NavigationService
Gets the set of descendant folder objects contained in the specified folder.
getHandlerResolver() - Method in interface org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
Returns a HandlerResolver object that provides a list of SOAP handlers.
getHash() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStreamHash
Returns the hash value.
getHostnameVerifier() - Method in interface org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
Returns the Hostname Verifier for HTTPS connections.
getHref() - Method in interface org.apache.chemistry.opencmis.commons.server.LinkInfo
Returns the link href attribute.
getHTTPHeaders(String) - Method in interface org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
Returns a set of HTTP headers (key-value pairs) that should be added to a HTTP call.
getId() - Method in interface org.apache.chemistry.opencmis.commons.data.BulkUpdateObjectIdAndChangeToken
Returns the object ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionFeature
Returns the unique feature ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the object ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.data.Principal
Returns the principal ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.data.PropertyData
Returns the property ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the repository ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PermissionDefinition
Returns the permission ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the property definition ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the type ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.server.LinkInfo
Returns the link id attribute.
getId() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the object ID.
getId() - Method in interface org.apache.chemistry.opencmis.commons.server.RenditionInfo
Return the ID of the rendition.
getIds() - Method in interface org.apache.chemistry.opencmis.commons.data.FailedToDeleteData
Returns the list of object IDs of the objects that haven't been deleted.
getInputStream() - Method in class org.apache.chemistry.opencmis.commons.server.TempStoreOutputStream
Returns an InputStream that serves the content that has been provided to this TempStoreOutputStream instance.
getJoinCapability() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Join capability.
getKey() - Method in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
getKind() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the kind of the rendition.
getKind() - Method in interface org.apache.chemistry.opencmis.commons.server.RenditionInfo
Return the kind of the rendition.
getLastModificationDate() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the last modification date.
getLastModified() - Method in interface org.apache.chemistry.opencmis.commons.data.LastModifiedContentStream
Returns the last modified date of this content.
getLatestChangeLogToken() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the latest change log token.
getLength() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStream
Returns the length of the stream.
getLength() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the content length.
getLength() - Method in interface org.apache.chemistry.opencmis.commons.server.RenditionInfo
Return the size of the rendition in bytes.
getLength() - Method in class org.apache.chemistry.opencmis.commons.server.TempStoreOutputStream
Returns the length of the stream in bytes.
getList() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList
Returns the list of type definitions.
getLocale() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the locale.
getLocalName() - Method in interface org.apache.chemistry.opencmis.commons.data.PropertyData
Returns the local name.
getLocalName() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the local name.
getLocalName() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the local name.
getLocalNamespace() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the local namespace.
getLocalNamespace() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the local namespace.
getLocation() - Method in interface org.apache.chemistry.opencmis.commons.data.RedirectingContentStream
Returns the location to redirect to.
getMaxContentSize() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the max size of content.
getMaxContentSize() - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Returns the maximal content size in bytes.
getMaxLength() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyStringDefinition
Returns the max length of the string.
getMaxValue() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDecimalDefinition
Returns the max value of this decimal.
getMaxValue() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyIntegerDefinition
Returns the max value of this integer.
getMemoryThreshold() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the memory threshold.
getMemoryThreshold() - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Returns up to which size content should be kept in memory.
getMimeType() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStream
Returns the MIME type of the stream.
getMimeType() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the MIME type of the rendition.
getMinValue() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDecimalDefinition
Returns the min value of this decimal.
getMinValue() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyIntegerDefinition
Returns the min value of this integer.
getMultiFilingService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a Multifiling Service interface object.
getMultifilingServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getName() - Method in interface org.apache.chemistry.opencmis.commons.data.CmisExtensionElement
Returns the name of the extension.
getName() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the repository name.
getName() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the object name.
getNamespace() - Method in interface org.apache.chemistry.opencmis.commons.data.CmisExtensionElement
Returns the namespace of the extension.
getNamespaces() - Method in interface org.apache.chemistry.opencmis.commons.server.NamespaceDefinitions
Returns the namespaces.
getNavigationService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a Navigation Service interface object.
getNavigationServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getNewId() - Method in interface org.apache.chemistry.opencmis.commons.data.BulkUpdateObjectIdAndChangeToken
Returns the new object ID if the repository created a new object during the update.
getNewTypeSettableAttributes() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the New Type Settable Attributes capability.
getNumItems() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectInFolderList
Returns the total number of the objects in the folder.
getNumItems() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectList
Returns the total number of the objects.
getNumItems() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList
Returns the total number of type definitions.
getObject() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer
Returns the object at this level.
getObject() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectInFolderData
Returns the object.
getObject() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectParentData
Returns the parent object.
getObject() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the full object.
getObject(String, String, String, Boolean, IncludeRelationships, String, Boolean, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Gets the specified information for the object specified by id.
getObjectByPath(String, String, String, Boolean, IncludeRelationships, String, Boolean, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Gets the specified information for the object specified by path.
getObjectFactory() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a factory for CMIS binding specific objects.
getObjectInfo(String, String) - Method in interface org.apache.chemistry.opencmis.commons.server.CmisService
Returns the ObjectInfo of the given object id or null if no object info exists.
getObjectInfo(String, String) - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler
 
getObjectOfLatestVersion(String, String, String, Boolean, String, Boolean, IncludeRelationships, String, Boolean, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.VersioningService
Get the latest document object in the version series.
getObjectParents(String, String, String, Boolean, IncludeRelationships, String, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.NavigationService
Gets the parent folder(s) for the specified non-folder, fileable object.
getObjectRelationships(String, String, Boolean, RelationshipDirection, String, String, Boolean, BigInteger, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RelationshipService
Gets all or a subset of relationships associated with an independent object.
getObjects() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectInFolderList
Returns the objects in the folder.
getObjects() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectList
Returns the list of objects.
getObjectService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets an Object Service interface object.
getObjectServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getOffset() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the content offset.
getOrderByCapability() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Order By capability.
getParentTypeId() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the parent type ID.
getPassword() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the password.
getPathSegment() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectInFolderData
Returns the path segment of the object in the folder.
getPermissionMapping() - Method in interface org.apache.chemistry.opencmis.commons.data.AclCapabilities
 
getPermissions() - Method in interface org.apache.chemistry.opencmis.commons.data.Ace
Returns the permissions granted to the principal.
getPermissions() - Method in interface org.apache.chemistry.opencmis.commons.data.AclCapabilities
 
getPermissions() - Method in interface org.apache.chemistry.opencmis.commons.data.PermissionMapping
 
getPolicyIds() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the IDs of the applied policies.
getPolicyIds() - Method in interface org.apache.chemistry.opencmis.commons.data.PolicyIdList
Returns the list policy IDs.
getPolicyService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a Policy Service interface object.
getPolicyServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getPrecision() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDecimalDefinition
Returns the precision this decimal.
getPreference() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
getPrincipal() - Method in interface org.apache.chemistry.opencmis.commons.data.Ace
Returns the ACE principal.
getPrincipalId() - Method in interface org.apache.chemistry.opencmis.commons.data.Ace
Returns the ACE principal ID.
getPrincipalIdAnonymous() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns principal ID for an anonymous user (any authenticated user).
getPrincipalIdAnyone() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns principal ID for unauthenticated user (guest user).
getProductName() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the repository product name.
getProductVersion() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the repository product version.
getProperties() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the object properties.
getProperties() - Method in interface org.apache.chemistry.opencmis.commons.data.Properties
Returns a map of properties (property ID => property).
getProperties(String, String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Gets the list of properties for an object.
getPropertiesOfLatestVersion(String, String, String, Boolean, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.VersioningService
Get a subset of the properties for the latest document object in the version series.
getPropertyDefinition() - Method in interface org.apache.chemistry.opencmis.commons.data.PropertyDataWithDefinition
 
getPropertyDefinitions() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the property definitions of this type.
getPropertyList() - Method in interface org.apache.chemistry.opencmis.commons.data.Properties
Returns the list of properties.
getPropertyType() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the property type.
getPropertyValue() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStreamHash
Returns the content hash property value (cmis:contentStreamHash).
getQueryCapability() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Query capability.
getQueryName() - Method in interface org.apache.chemistry.opencmis.commons.data.PropertyData
Returns the query name.
getQueryName() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the query name
getQueryName() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns the query name
getRel() - Method in interface org.apache.chemistry.opencmis.commons.server.LinkInfo
Returns the link rel attribute.
getRelationships() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the relationships from and to this object.
getRelationshipService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a Relationship Service interface object.
getRelationshipServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getRelationshipSourceIds() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the list of IDs of the relationships that originate from this object, null is no such relationships exist.
getRelationshipTargetIds() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the list of IDs of the relationships that point to this object, null is no such relationships exist.
getRelativePathSegment() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectParentData
Returns the relative path segment of the child object relative to the parent object.
getRenditionDocumentId() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the object id of the rendition document if the rendition is a stand-alone document.
getRenditionInfos() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns rendition information if the object has renditions, null otherwise.
getRenditions() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns the renditions of this object.
getRenditions(String, String, String, BigInteger, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Gets the list of associated renditions for the specified object.
getRenditionsCapability() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns Rendition capability.
getRepositoryId() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the repository ID.
getRepositoryInfo(String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Returns information about the CMIS repository, the optional capabilities it supports and its access control information if applicable.
getRepositoryInfos(ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Returns a list of CMIS repository information available from this CMIS service endpoint.
getRepositoryService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a Repository Service interface object.
getRepositoryServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getRootFolderId() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the object ID of the root folder.
getService(CallContext) - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Returns a CmisService object for the given CallContext.
getSessionId() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Returns the client session id.
getSOAPHeaders(Object) - Method in interface org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
Returns a SOAP header that should be added to a Web Services call.
getSoapVersion() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getSSLSocketFactory() - Method in interface org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
Returns the SSL Socket Factory to be used when creating sockets for HTTPS connections.
getStatus() - Method in interface org.apache.chemistry.opencmis.commons.data.RedirectingContentStream
Returns the HTTP status code, for example 301 (moved permanently) or 307 (temporary redirect).
getStream() - Method in interface org.apache.chemistry.opencmis.commons.data.ContentStream
Returns the stream.
getStreamId() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the stream ID of the rendition.
getSupportedPermissions() - Method in interface org.apache.chemistry.opencmis.commons.data.AclCapabilities
 
getTempDirectory() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the temp directory.
getTempDirectory() - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Returns the absolute path of the directory that should be used for temporary files.
getTempFileOutputStream(String) - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Returns a TempStoreOutputStream object for the given repository ID.
getThinClientUri() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the URL of a web interface for this repository, if available.
getTitle() - Method in interface org.apache.chemistry.opencmis.commons.data.RenditionData
Returns the title of the rendition.
getTitle() - Method in interface org.apache.chemistry.opencmis.commons.server.RenditionInfo
Return the title of the rendition.
getType() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
getType() - Method in interface org.apache.chemistry.opencmis.commons.server.LinkInfo
Returns the link type attribute.
getTypeChildren(String, String, Boolean, BigInteger, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Returns the list of object types defined for the repository that are children of the specified type.
getTypeDefinition() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionContainer
Returns the type definition at this level.
getTypeDefinition(String, String, ExtensionsData, boolean) - Method in interface org.apache.chemistry.opencmis.commons.spi.ExtendedRepositoryService
Gets the definition of the specified object type.
getTypeDefinition(String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Gets the definition of the specified object type.
getTypeDescendants(String, String, BigInteger, Boolean, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Returns the set of descendant object type defined for the repository under the specified type.
getTypeId() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the type ID.
getTypeMutability() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns type mutability flags.
getUpdatability() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns the updatability.
getUrl() - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionFeature
Returns a URL that provides more information about the feature.
getUrl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getUsername() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns the user name.
getValue() - Method in interface org.apache.chemistry.opencmis.commons.data.CmisExtensionElement
Returns the value of the extension as a String.
getValue() - Method in interface org.apache.chemistry.opencmis.commons.definitions.Choice
Return the value of the choice value.
getValue() - Method in class org.apache.chemistry.opencmis.commons.spi.Holder
Returns the value.
getValues() - Method in interface org.apache.chemistry.opencmis.commons.data.PropertyData
Returns the list of values of this property.
getVendorName() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
Returns the repository vendor name.
getVersioningService() - Method in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
Gets a Versioning Service interface object.
getVersioningServiceWdsl() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
getVersionLabel() - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionFeature
Returns a feature version label.
getVersionSeriesId() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the version series ID if the object is a document and it is versionable, null otherwise.
getWorkingCopyId() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the working copy ID if the object is a document and a working copy exists, null otherwise.
getWorkingCopyOriginalId() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns the original ID of the working copy if the object is a document and a working copy, null otherwise.

H

hasAcl() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object has an ACL, false otherwise.
hasContent() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object is a document and has content, false otherwise.
hasMoreItems() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectInFolderList
Indicates if there are more objects in the folder.
hasMoreItems() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectList
Indicates if there are more objects.
hasMoreItems() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList
Returns whether there more type definitions or not.
hasParent() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object has at least one parent, false otherwise.
HEADER - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
HOLD - Static variable in class org.apache.chemistry.opencmis.commons.SecondaryTypeIds
Legal hold type.
HOLD_IDS - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS retention property cmis:rm_holdIds (multivalue): IDs of the holds that are applied.
Holder<T> - Class in org.apache.chemistry.opencmis.commons.spi
Holder for IN/OUT parameters.
Holder() - Constructor for class org.apache.chemistry.opencmis.commons.spi.Holder
Constructs a holder with a null value.
Holder(T) - Constructor for class org.apache.chemistry.opencmis.commons.spi.Holder
Constructs a holder with the given value.
HTTP_INVOKER_CLASS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
HTTP_SERVLET_REQUEST - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: servlet request (value is a HttpServletRequest)
HTTP_SERVLET_RESPONSE - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: servlet response (value is a HttpServletResponse)

I

INCLUDE_OBJECTID_URL_PARAM_ON_CHECKOUT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
INCLUDE_OBJECTID_URL_PARAM_ON_MOVE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
IncludeRelationships - Enum in org.apache.chemistry.opencmis.commons.enums
Include Relationships Enum.
init(Map<String, String>) - Method in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Initializes the factory instance.
IS_IMMUTABLE - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:isImmutable: flag the indicates if the document is immutable.
IS_LATEST_MAJOR_VERSION - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:isLatestMajorVersion: flag the indicates if the document is the latest major version.
IS_LATEST_VERSION - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:isLatestVersion: flag the indicates if the document is the latest version.
IS_MAJOR_VERSION - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:isMajorVersion: flag the indicates if the document is a major version.
IS_PRIVATE_WORKING_COPY - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:isPrivateWorkingCopy: flag the indicates if the document is a PWC.
IS_VERSION_SERIES_CHECKED_OUT - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:isVersionSeriesCheckedOut: flag the indicates if the document is checked out.
isAllVersionsSearchableSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the All Versions Searchable capability.
isControllableAcl() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns if objects of this type are controllable by ACLs.
isControllablePolicy() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns if objects of this type are controllable by policies.
isCreatable() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns if an object of this type can be created.
isCurrentVersion() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object is a document and if it is the current version or it is not versionable, false otherwise.
isDirect() - Method in interface org.apache.chemistry.opencmis.commons.data.Ace
Indicates if the ACE was directly applied to the object or has been inherited from another object (for example from the folder it resides in).
isExact() - Method in interface org.apache.chemistry.opencmis.commons.data.Acl
Indicates whether this ACL expresses all permissions of the object.
isExactAcl() - Method in interface org.apache.chemistry.opencmis.commons.data.ObjectData
Returns if the access control list reflects the exact permission set in the repository.
isFileable() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns if an object of this type can be filed.
isFulltextIndexed() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns if this type is full text indexed.
isGetDescendantsSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Get Descendants capability.
isGetFolderTreeSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns Get Folder Tree capability.
isIncludedInSupertypeQuery() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns if this type is included in queries that query the super type.
isInherited() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns if the property is inherited by a parent type.
isMultifilingSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Multifiling capability.
isObjectInfoRequired() - Method in interface org.apache.chemistry.opencmis.commons.server.CallContext
Returns if true object infos can improve the performance.
isOpenChoice() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns if the property supports open choice.
isOrderable() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns if the property is Orderable.
isPwcSearchableSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the PWC Searchable capability.
isPwcUpdatableSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the PWC Updatable capability.
isQueryable() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns if the property is queryable.
isQueryable() - Method in interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Returns if this type is queryable.
isRequired() - Method in interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
Returns if the property is required.
isUnfilingSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Unfiling capability.
isVersionable() - Method in interface org.apache.chemistry.opencmis.commons.definitions.DocumentTypeDefinition
Returns whether objects of this type are versionable or not.
isVersionSpecificFilingSupported() - Method in interface org.apache.chemistry.opencmis.commons.data.RepositoryCapabilities
Returns the Version Specific Filing capability.
ItemTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Item Type Definition.

K

KEY_ACL_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_AUTHENTICATION - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_BINDING - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_CMIS_VERSION - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_COMPRESSION - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_COOKIES - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_CSRF_HEADER - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_CSRF_PARAMETER - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_DISCOVERY_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_DISPLAY_NAME - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
KEY_DISPLAY_NAME - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_DOCUMENTATION_URL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
KEY_ENDPOINTS - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpointsDocument
 
KEY_MULTIFILING_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_NAVIGATION_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_OBJECT_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_POLICY_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_PREFERENCE - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
KEY_RELATIONSHIP_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_REPOSITORY_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_SOAP_VERSION - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_TYPE - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
 
KEY_URL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
KEY_VERSIONING_SERVICE_WSDL - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 

L

LAST_MODIFICATION_DATE - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:lastModificationDate: last modification date.
LAST_MODIFIED_BY - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:lastModifiedBy: last modifier of the object.
LastModifiedContentStream - Interface in org.apache.chemistry.opencmis.commons.data
Content stream with last modified date.
LATEST_ACCESSIBLE_STATE - Static variable in class org.apache.chemistry.opencmis.commons.ExtensionFeatures
 
LATEST_ACCESSIBLE_STATE_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
Latest accessible state property cmis:latestAccessibleStateId: ID of the latest accessible version of a document
LATEST_VERSION_WITH_VERSION_SERIES_ID - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
LENGTH - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: length (value is a BigInteger)
LinkInfo - Interface in org.apache.chemistry.opencmis.commons.server
This class contains information about an arbitrary Atom link.
LOCAL_FACTORY - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Factory class name for the local binding.
LOCALE - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: local
LOCALE_ISO3166_COUNTRY - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
 
LOCALE_ISO3166_COUNTRY - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
LOCALE_ISO639_LANGUAGE - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
 
LOCALE_ISO639_LANGUAGE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
LOCALE_VARIANT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 

M

MAX_CONTENT_SIZE - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: max content size (values is a Long)
MEMORY_THRESHOLD - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: memory threshold (values is an Integer)
moveObject(String, Holder<String>, String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Moves the specified file-able object from one folder to another.
MultiFilingService - Interface in org.apache.chemistry.opencmis.commons.spi
MultiFiling Service interface.
MutableAce - Interface in org.apache.chemistry.opencmis.commons.data
Mutable Access Control Entry (ACE).
MutableAcl - Interface in org.apache.chemistry.opencmis.commons.data
Mutable Access Control List (ACL).
MutableCallContext - Interface in org.apache.chemistry.opencmis.commons.server
Mutable CallContext.
MutableContentStream - Interface in org.apache.chemistry.opencmis.commons.data
Mutable ContentStream.
MutableDocumentTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Mutable Document Type Definition.
MutableFolderTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Mutable Folder Type Definition.
MutableItemTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Mutable Item Type Definition.
MutableObjectData - Interface in org.apache.chemistry.opencmis.commons.data
Mutable ObjectData.
MutablePolicyTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Mutable Policy Type Definition.
MutablePrincipal - Interface in org.apache.chemistry.opencmis.commons.data
 
MutableProperties - Interface in org.apache.chemistry.opencmis.commons.data
Mutable Properties.
MutablePropertyBoolean - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyBooleanDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutablePropertyData<T> - Interface in org.apache.chemistry.opencmis.commons.data
Mutable PropertyData.
MutablePropertyDateTime - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyDateTimeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutablePropertyDecimal - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyDecimalDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutablePropertyDefinition<T> - Interface in org.apache.chemistry.opencmis.commons.definitions
Mutable base property definition interface.
MutablePropertyHtml - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyHtmlDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutablePropertyId - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyIdDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutablePropertyInteger - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyIntegerDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutablePropertyString - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyStringDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutablePropertyUri - Interface in org.apache.chemistry.opencmis.commons.data
 
MutablePropertyUriDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 
MutableRelationshipTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Mutable Relationship Type Definition.
MutableSecondaryTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Mutable Secondary Type Definition.
MutableTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
 

N

NAME - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:name: name of the object.
NamespaceDefinitions - Interface in org.apache.chemistry.opencmis.commons.server
Defines a set of namespaces that are added to the root tag of AtomPub XML responses.
NavigationService - Interface in org.apache.chemistry.opencmis.commons.spi
Navigation Service interface.
NewTypeSettableAttributes - Interface in org.apache.chemistry.opencmis.commons.data
A collection of flags that indicate which type attributes can be set at type creation.

O

OAUTH_ACCESS_TOKEN - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_CLIENT_ID - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_CLIENT_SECRET - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_CODE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_DEFAULT_TOKEN_LIFETIME - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_EXPIRATION_TIMESTAMP - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_REDIRECT_URI - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_REFRESH_TOKEN - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OAUTH_TOKEN_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OBJECT_FACTORY_CLASS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
OBJECT_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:objectId: ID of the object.
OBJECT_TYPE_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:objectTypeId: ID of primary type of the object.
ObjectData - Interface in org.apache.chemistry.opencmis.commons.data
Base object for CMIS documents, folders, relationships, policies, and items.
ObjectInfo - Interface in org.apache.chemistry.opencmis.commons.server
This class contains information about an object.
ObjectInfoHandler - Interface in org.apache.chemistry.opencmis.commons.server
 
ObjectInFolderContainer - Interface in org.apache.chemistry.opencmis.commons.data
Container used for trees that represent objects in a folder hierarchy.
ObjectInFolderData - Interface in org.apache.chemistry.opencmis.commons.data
Represents an object in a folder.
ObjectInFolderList - Interface in org.apache.chemistry.opencmis.commons.data
Represents the objects in a folder.
ObjectList - Interface in org.apache.chemistry.opencmis.commons.data
Represents a list of objects.
ObjectParentData - Interface in org.apache.chemistry.opencmis.commons.data
Represents a parent of object of a child object.
ObjectService - Interface in org.apache.chemistry.opencmis.commons.spi
Object Service interface.
OFFSET - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: offset (value is a BigInteger)
OMIT_CHANGE_TOKENS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
org.apache.chemistry.opencmis.commons - package org.apache.chemistry.opencmis.commons
Contains interfaces, classes, exceptions, and constants shared by the client and server implementations.
org.apache.chemistry.opencmis.commons.data - package org.apache.chemistry.opencmis.commons.data
OpenCMIS data interfaces.
org.apache.chemistry.opencmis.commons.definitions - package org.apache.chemistry.opencmis.commons.definitions
OpenCMIS type and property definition interfaces.
org.apache.chemistry.opencmis.commons.endpoints - package org.apache.chemistry.opencmis.commons.endpoints
 
org.apache.chemistry.opencmis.commons.enums - package org.apache.chemistry.opencmis.commons.enums
OpenCMIS enums.
org.apache.chemistry.opencmis.commons.exceptions - package org.apache.chemistry.opencmis.commons.exceptions
Contains all exceptions used by OpenCMIS.
org.apache.chemistry.opencmis.commons.server - package org.apache.chemistry.opencmis.commons.server
OpenCMIS server interfaces.
org.apache.chemistry.opencmis.commons.spi - package org.apache.chemistry.opencmis.commons.spi
OpenCMIS client and server binding services.

P

PARENT_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS folder property cmis:parentId: ID of the parent folder.
PartialContentStream - Interface in org.apache.chemistry.opencmis.commons.data
Content stream that indicates that this stream may not represent the complete document content.
PASSWORD - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: password
PASSWORD - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
PATH - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS folder property cmis:path: folder path.
PermissionDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Permission definition.
PermissionMapping - Interface in org.apache.chemistry.opencmis.commons.data
 
POLICY_TEXT - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS policy property cmis:policyText: policy text.
PolicyIdList - Interface in org.apache.chemistry.opencmis.commons.data
List of policy IDs.
PolicyService - Interface in org.apache.chemistry.opencmis.commons.spi
Policy Service interface.
PolicyTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Policy Type Definition.
Principal - Interface in org.apache.chemistry.opencmis.commons.data
ACE Principal.
ProgressControlCmisService - Interface in org.apache.chemistry.opencmis.commons.server
CmisService classes that implement this interface can control whether the server framework continues or stops processing of the request.
ProgressControlCmisService.Progress - Enum in org.apache.chemistry.opencmis.commons.server
 
Properties - Interface in org.apache.chemistry.opencmis.commons.data
Represents a set of properties.
PropertyBoolean - Interface in org.apache.chemistry.opencmis.commons.data
Boolean property.
PropertyBooleanDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of a boolean property.
PropertyData<T> - Interface in org.apache.chemistry.opencmis.commons.data
Base property interface.
PropertyDataWithDefinition<T> - Interface in org.apache.chemistry.opencmis.commons.data
PropertyData objects implementing this interface also may provide the property definition.
PropertyDateTime - Interface in org.apache.chemistry.opencmis.commons.data
DateTime property.
PropertyDateTimeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of a datetime property.
PropertyDecimal - Interface in org.apache.chemistry.opencmis.commons.data
Decimal property.
PropertyDecimalDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of a decimal property.
PropertyDefinition<T> - Interface in org.apache.chemistry.opencmis.commons.definitions
Base property definition interface.
PropertyHtml - Interface in org.apache.chemistry.opencmis.commons.data
HTML property.
PropertyHtmlDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of a HTML property.
PropertyId - Interface in org.apache.chemistry.opencmis.commons.data
Id property.
PropertyIdDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of an ID property.
PropertyIds - Class in org.apache.chemistry.opencmis.commons
CMIS property id constants.
PropertyInteger - Interface in org.apache.chemistry.opencmis.commons.data
Integer property.
PropertyIntegerDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of an integer property.
PropertyString - Interface in org.apache.chemistry.opencmis.commons.data
String property.
PropertyStringDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of a string property.
PropertyType - Enum in org.apache.chemistry.opencmis.commons.enums
Property Type Enum.
PropertyUri - Interface in org.apache.chemistry.opencmis.commons.data
URI property.
PropertyUriDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Property definition of a URI property.
PROXY_PASSWORD - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
PROXY_USER - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
put(String, Object) - Method in interface org.apache.chemistry.opencmis.commons.server.MutableCallContext
Adds or replaces an entry
putResponseHeaders(String, int, Map<String, List<String>>) - Method in interface org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
Receives the HTTP headers after a call.

Q

query(String, String, Boolean, Boolean, IncludeRelationships, String, BigInteger, BigInteger, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.DiscoveryService
Executes a CMIS query statement against the contents of the repository.

R

READ - Static variable in class org.apache.chemistry.opencmis.commons.BasicPermissions
CMIS read permission cmis:read.
READ_TIMEOUT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
RedirectingContentStream - Interface in org.apache.chemistry.opencmis.commons.data
Content stream redirecting to another location.
RelationshipDirection - Enum in org.apache.chemistry.opencmis.commons.enums
Relationship Direction Enum.
RelationshipService - Interface in org.apache.chemistry.opencmis.commons.spi
Relationship Service interface.
RelationshipTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Relationship Type Definition.
remove(String) - Method in interface org.apache.chemistry.opencmis.commons.server.MutableCallContext
Removes a parameter.
removeAllPropertyDefinitions() - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
Removes all property definitions.
removeObjectFromFolder(String, String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.MultiFilingService
Removes an existing fileable non-folder object from a folder.
removePolicy(String, String, String, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.PolicyService
Removes a specified policy from an object.
removeProperty(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableProperties
Removes a property.
removePropertyDefinition(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
Removes a property definition.
RenditionData - Interface in org.apache.chemistry.opencmis.commons.data
Represents a rendition.
RenditionInfo - Interface in org.apache.chemistry.opencmis.commons.server
Contains information about a rendition of an object.
replaceProperty(PropertyData<?>) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableProperties
Replaces a property.
REPOSITORY_ID - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: repository id
REPOSITORY_ID - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
REPOSITORY_MANAGED_RETENTION - Static variable in class org.apache.chemistry.opencmis.commons.SecondaryTypeIds
Repository managed retention type.
RepositoryCapabilities - Interface in org.apache.chemistry.opencmis.commons.data
 
RepositoryInfo - Interface in org.apache.chemistry.opencmis.commons.data
Repository Info.
RepositoryService - Interface in org.apache.chemistry.opencmis.commons.spi
Repository Service interface.
requiresCookies() - Method in interface org.apache.chemistry.opencmis.commons.endpoints.CmisAuthentication
Returns if this authentication method requires cookies.

S

SECONDARY_OBJECT_TYPE_IDS - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS property cmis:secondaryObjectTypeIds (multivalue): list of IDs of the secondary types of the object.
SecondaryTypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Secondary Type Definition.
SecondaryTypeIds - Class in org.apache.chemistry.opencmis.commons
Secondary type IDs that are defined in the CMIS specification.
SERVLET_CONTEXT - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: servlet context (value is a ServletContext)
SessionParameter - Class in org.apache.chemistry.opencmis.commons
Session parameter constants.
SessionParameterDefaults - Class in org.apache.chemistry.opencmis.commons
 
setAces(List<Ace>) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableAcl
Sets the list of ACEs.
setAcl(Acl) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets the access control list.
setAcl(String, String, Acl) - Method in interface org.apache.chemistry.opencmis.commons.spi.ExtendedAclService
Removes the direct ACEs of an object and sets the provided ACEs.
setAdditionalData(Map<String, String>) - Method in exception org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
Sets additional data.
setAllowableActions(AllowableActions) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets the Allowable Actions.
setAllowedSourceTypes(List<String>) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableRelationshipTypeDefinition
 
setAllowedTargetTypes(List<String>) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableRelationshipTypeDefinition
 
setBaseTypeId(BaseTypeId) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setCardinality(Cardinality) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setChangeEventInfo(ChangeEventInfo) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets the change event info.
setChoices(List<Choice<T>>) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setContentStream(String, Holder<String>, Boolean, Holder<String>, ContentStream, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Sets the content stream for the specified document object.
setContentStreamAllowed(ContentStreamAllowed) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableDocumentTypeDefinition
 
setDateTimeResolution(DateTimeResolution) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDateTimeDefinition
 
setDefaultValue(List<T>) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setDescription(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setDescription(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setDirect(boolean) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableAce
Sets whether this ACE is a direct ACE or not.
setDisplayName(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutablePropertyData
Set the display name.
setDisplayName(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setDisplayName(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setExact(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableAcl
Sets whether this ACL expresses all permissions of the object.
setExtensions(List<CmisExtensionElement>) - Method in interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
Sets the list of top-level extension elements.
setExtraValue(String, Object) - Method in class org.apache.chemistry.opencmis.commons.spi.ExtendedHolder
Sets an extra value.
setFileName(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableContentStream
Sets the file name.
setFileName(String) - Method in class org.apache.chemistry.opencmis.commons.server.TempStoreOutputStream
Sets the file name.
setId(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutablePrincipal
Sets the principal ID.
setId(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutablePropertyData
Sets the property ID.
setId(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setId(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsControllableAcl(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsControllablePolicy(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsCreatable(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsExactAcl(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets if the access control list reflects the exact permission set in the repository.
setIsFileable(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsFulltextIndexed(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsIncludedInSupertypeQuery(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsInherited(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setIsOpenChoice(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setIsOrderable(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setIsQueryable(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setIsQueryable(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setIsRequired(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setIsVersionable(Boolean) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableDocumentTypeDefinition
 
setLength(BigInteger) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableContentStream
Sets the length of the stream.
setLocalName(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutablePropertyData
Set the local name.
setLocalName(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setLocalName(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setLocalNamespace(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setLocalNamespace(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setMaxLength(BigInteger) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyStringDefinition
 
setMaxValue(BigDecimal) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDecimalDefinition
 
setMaxValue(BigInteger) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyIntegerDefinition
 
setMimeType(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableContentStream
Sets the MIME type of the stream.
setMimeType(String) - Method in class org.apache.chemistry.opencmis.commons.server.TempStoreOutputStream
Sets the MIME type of the stream.
setMinValue(BigDecimal) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDecimalDefinition
 
setMinValue(BigInteger) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyIntegerDefinition
 
setParentTypeId(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setPermissions(List<String>) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableAce
Sets the permissions granted to the principal.
setPolicyIds(PolicyIdList) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets the policy IDs.
setPrecision(DecimalPrecision) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDecimalDefinition
 
setPrincipal(Principal) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableAce
Sets the ACE principal.
setProperties(Properties) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets the properties.
setPropertyType(PropertyType) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setQueryName(String) - Method in interface org.apache.chemistry.opencmis.commons.data.MutablePropertyData
Set the query name.
setQueryName(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setQueryName(String) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setRelationships(List<ObjectData>) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets the relationships.
setRenditions(List<RenditionData>) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableObjectData
Sets the renditions.
setStream(InputStream) - Method in interface org.apache.chemistry.opencmis.commons.data.MutableContentStream
Sets the stream.
setTypeMutability(TypeMutability) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition
 
setUpdatability(Updatability) - Method in interface org.apache.chemistry.opencmis.commons.definitions.MutablePropertyDefinition
 
setValue(T) - Method in interface org.apache.chemistry.opencmis.commons.data.MutablePropertyData
Sets a property value.
setValue(T) - Method in class org.apache.chemistry.opencmis.commons.spi.Holder
Sets a new value of the holder.
setValues(List<T>) - Method in interface org.apache.chemistry.opencmis.commons.data.MutablePropertyData
Sets the property value.
SOAP_VERSION_1_1 - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
SOAP_VERSION_1_2 - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
SOURCE_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS relationship property cmis:sourceId: ID of the source object.
START_OF_RETENTION - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS retention property cmis:rm_startOfRetention: start date.
STREAM_FACTORY - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: factory for threshold streams (value is a TempStoreOutputStreamFactory)
SupportedPermissions - Enum in org.apache.chemistry.opencmis.commons.enums
ACL Capability Enum: Supported Permissions.
supportsDescendants() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object is a folder and supports getDescendants, false otherwise.
supportsFolderTree() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object is a folder and supports getFolderTree, false otherwise.
supportsPolicies() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object supports policies even if no policies are applied, false otherwise.
supportsRelationships() - Method in interface org.apache.chemistry.opencmis.commons.server.ObjectInfo
Returns true if the object supports relationships even if no relationships exist, false otherwise.

T

TARGET_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS relationship property cmis:targetId: ID of the target object.
TEMP_DIR - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: temp directory
TempStoreOutputStream - Class in org.apache.chemistry.opencmis.commons.server
Subclasses of this class are used to store document content for a short period of time.
TempStoreOutputStream() - Constructor for class org.apache.chemistry.opencmis.commons.server.TempStoreOutputStream
 
toString() - Method in class org.apache.chemistry.opencmis.commons.spi.ExtendedHolder
 
toString() - Method in class org.apache.chemistry.opencmis.commons.spi.Holder
 
TYPE_DEFINITION_CACHE_CLASS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
TypeDefinition - Interface in org.apache.chemistry.opencmis.commons.definitions
Base type definition interface.
TypeDefinitionContainer - Interface in org.apache.chemistry.opencmis.commons.definitions
Type Definition Container.
TypeDefinitionList - Interface in org.apache.chemistry.opencmis.commons.definitions
List of type definitions.
TypeMutability - Interface in org.apache.chemistry.opencmis.commons.definitions
Type mutability flags.

U

UnfileObject - Enum in org.apache.chemistry.opencmis.commons.enums
Unfile Object Enum.
Updatability - Enum in org.apache.chemistry.opencmis.commons.enums
Updatability Enum.
updateProperties(String, Holder<String>, Holder<String>, Properties, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.ObjectService
Updates properties of the specified object.
updateType(String, TypeDefinition, ExtensionsData) - Method in interface org.apache.chemistry.opencmis.commons.spi.RepositoryService
Updates a type.
USER - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
USER_AGENT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
USERNAME - Static variable in interface org.apache.chemistry.opencmis.commons.server.CallContext
Key: username

V

value() - Method in enum org.apache.chemistry.opencmis.commons.enums.AclPropagation
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.Action
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.BaseTypeId
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.BindingType
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityAcl
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityChanges
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityContentStreamUpdates
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityJoin
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityOrderBy
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityQuery
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityRenditions
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.Cardinality
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.ChangeType
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.CmisVersion
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeFormat
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeResolution
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.DecimalPrecision
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.ExtensionLevel
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.IncludeRelationships
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.PropertyType
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.RelationshipDirection
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.SupportedPermissions
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.UnfileObject
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.Updatability
 
value() - Method in enum org.apache.chemistry.opencmis.commons.enums.VersioningState
 
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.AclPropagation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.BaseTypeId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.BindingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityAcl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityChanges
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityContentStreamUpdates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityJoin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityOrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityRenditions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.CmisVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.DecimalPrecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.ExtensionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.IncludeRelationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.SupportedPermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.UnfileObject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.Updatability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.enums.VersioningState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.chemistry.opencmis.commons.server.ProgressControlCmisService.Progress
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.AclPropagation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.BaseTypeId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.BindingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityAcl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityChanges
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityContentStreamUpdates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityJoin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityOrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CapabilityRenditions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.CmisVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.DateTimeResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.DecimalPrecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.ExtensionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.IncludeRelationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.SupportedPermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.UnfileObject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.Updatability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.enums.VersioningState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.chemistry.opencmis.commons.server.ProgressControlCmisService.Progress
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_1_0 - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
VERSION_1_1 - Static variable in interface org.apache.chemistry.opencmis.commons.endpoints.CmisEndpoint
 
VERSION_LABEL - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:versionLabel: version label of the document.
VERSION_SERIES_CHECKED_OUT_BY - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:versionSeriesCheckedOutBy: user who checked out the document, if the document is checked out.
VERSION_SERIES_CHECKED_OUT_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:versionSeriesCheckedOutId: ID of the PWC, if the document is checked out.
VERSION_SERIES_ID - Static variable in class org.apache.chemistry.opencmis.commons.PropertyIds
CMIS document property cmis:versionSeriesId: ID of the version series.
VersioningService - Interface in org.apache.chemistry.opencmis.commons.spi
Versioning Service interface.
VersioningState - Enum in org.apache.chemistry.opencmis.commons.enums
VersioningState Enum.

W

WEBSERVICES_ACL_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_ACL_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_DISCOVERY_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_DISCOVERY_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_JAXWS_IMPL - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_MEMORY_THRESHOLD - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_MULTIFILING_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_MULTIFILING_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_NAVIGATION_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_NAVIGATION_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_OBJECT_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_OBJECT_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_POLICY_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_POLICY_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_PORT_PROVIDER_CLASS - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_RELATIONSHIP_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_RELATIONSHIP_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_REPOSITORY_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
WSDL URLs for Web Services.
WEBSERVICES_REPOSITORY_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
Endpoint URLs for Web Services.
WEBSERVICES_REPSONSE_MEMORY_THRESHOLD - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_TEMP_DIRECTORY - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_TEMP_ENCRYPT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_VERSIONING_SERVICE - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WEBSERVICES_VERSIONING_SERVICE_ENDPOINT - Static variable in class org.apache.chemistry.opencmis.commons.SessionParameter
 
WRITE - Static variable in class org.apache.chemistry.opencmis.commons.BasicPermissions
CMIS write permission cmis:write.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.