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

A

accept(ObjectDataVisitor) - Method in class org.xcmis.spi.basic.BasicObjectData
Accepts an ObjectDataVisitor.
accept(ObjectDataVisitor) - Method in interface org.xcmis.spi.ObjectData
Accepts an ObjectDataVisitor.
accept(String) - Method in class org.xcmis.spi.PropertyFilter
accept(Rendition) - Method in class org.xcmis.spi.RenditionFilter
AccessControlEntry - Class in org.xcmis.spi.model
Describes set user's permission.
AccessControlEntry() - Constructor for class org.xcmis.spi.model.AccessControlEntry
 
AccessControlEntry(String, Set<String>) - Constructor for class org.xcmis.spi.model.AccessControlEntry
 
AccessControlEntry(String, Set<String>, Boolean) - Constructor for class org.xcmis.spi.model.AccessControlEntry
 
AccessControlPropagation - Enum in org.xcmis.spi.model
 
ACL_CAPABILITY_PERMISSION_MAPPING - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
ACL_CAPABILITY_PERMISSIONS - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
ACL_CAPABILITY_PROPAGATION - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
ACLCapability - Class in org.xcmis.spi.model
 
ACLCapability(PermissionMapping, List<Permission>, AccessControlPropagation, SupportedPermissions) - Constructor for class org.xcmis.spi.model.ACLCapability
 
ACLCapability() - Constructor for class org.xcmis.spi.model.ACLCapability
 
addAclToPermissionMap(Map<String, Set<String>>, List<AccessControlEntry>) - Static method in class org.xcmis.spi.utils.CmisUtils
 
addAction(String) - Method in class org.xcmis.spi.model.AllowableActions
Add action in allowed actions list.
addDocumentReader(ComponentPlugin) - Method in class org.xcmis.spi.utils.CmisDocumentReaderService
 
addObject(ObjectData) - Method in interface org.xcmis.spi.FolderData
Add existed fileable object in this folder.
addObjectToFolder(String, String, boolean) - Method in class org.xcmis.spi.Connection
Adds an existing fileable non-folder object to a folder.
addRenditionProvider(String) - Method in class org.xcmis.spi.CmisRegistry
Adds an extra rendition provider .
addRenditionProviders(List<String>) - Method in class org.xcmis.spi.RenditionManager
 
addStorage(StorageProvider) - Method in class org.xcmis.spi.CmisRegistry
Registers StorageProvider
addType(TypeDefinition) - Method in class org.xcmis.spi.basic.BasicStorage
Add new type in repository.
addType(TypeDefinition) - Method in class org.xcmis.spi.basic.BasicTypeManager
Add new type in repository.
addType(TypeDefinition) - Method in class org.xcmis.spi.Connection
Adds the new Object-type.
addType(TypeDefinition) - Method in interface org.xcmis.spi.TypeManager
Add new type in repository.
ALL() - Static method in class org.xcmis.spi.model.AllowableActions
 
ALL - Static variable in class org.xcmis.spi.PropertyFilter
Property filter for all properties.
ALL_FILTER - Static variable in class org.xcmis.spi.PropertyFilter
Property filter for all properties.
AllowableActions - Class in org.xcmis.spi.model
 
AllowableActions() - Constructor for class org.xcmis.spi.model.AllowableActions
 
ALLOWED_CHILD_OBJECT_TYPE_IDS - Static variable in interface org.xcmis.spi.CmisConstants
 
ANY - Static variable in class org.xcmis.spi.RenditionFilter
None filter to include all renditions.
ANY_FILTER - Static variable in class org.xcmis.spi.RenditionFilter
Filter instance with all renditions included.
applyACL(String, List<AccessControlEntry>, List<AccessControlEntry>, AccessControlPropagation) - Method in class org.xcmis.spi.Connection
Adds or(and) removes the given Access Control Entries to(from) the Access Control List of object.
applyPolicy(PolicyData) - Method in class org.xcmis.spi.basic.BasicObjectData
Applied specified policy to the current object.
applyPolicy(String, String) - Method in class org.xcmis.spi.Connection
Applies a specified policy to an object.
applyPolicy(PolicyData) - Method in interface org.xcmis.spi.ObjectData
Applied specified policy to the current object.

B

BASE_TYPE_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
BaseContentStream - Class in org.xcmis.spi
 
BaseContentStream(byte[], String, MimeType) - Constructor for class org.xcmis.spi.BaseContentStream
 
BaseContentStream(InputStream, long, String, MimeType) - Constructor for class org.xcmis.spi.BaseContentStream
 
BaseContentStream(InputStream, String, MimeType) - Constructor for class org.xcmis.spi.BaseContentStream
 
BaseItemsIterator<T> - Class in org.xcmis.spi
 
BaseItemsIterator(Collection<T>) - Constructor for class org.xcmis.spi.BaseItemsIterator
 
BaseProperty<T> - Class in org.xcmis.spi.model.impl
Base implementation of CMIS property.
BaseProperty() - Constructor for class org.xcmis.spi.model.impl.BaseProperty
Default constructor.
BaseProperty(String, String, String, String, T) - Constructor for class org.xcmis.spi.model.impl.BaseProperty
 
BaseProperty(String, String, String, String, List<T>) - Constructor for class org.xcmis.spi.model.impl.BaseProperty
 
BaseType - Enum in org.xcmis.spi.model
Base CMIS types.
BasicConnection - Class in org.xcmis.spi.basic
Empty Connection impl
BasicConnection(Storage) - Constructor for class org.xcmis.spi.basic.BasicConnection
 
BasicObjectData - Class in org.xcmis.spi.basic
Default Object Data impl
BasicObjectData() - Constructor for class org.xcmis.spi.basic.BasicObjectData
 
BasicStorage - Class in org.xcmis.spi.basic
Basic Storage impl
BasicStorage(RepositoryInfo, TypeManager, PermissionService) - Constructor for class org.xcmis.spi.basic.BasicStorage
 
BasicStorageProvider - Class in org.xcmis.spi.basic
Basic Storage Provider
BasicStorageProvider(String, String, String) - Constructor for class org.xcmis.spi.basic.BasicStorageProvider
 
BasicTypeManager - Class in org.xcmis.spi.basic
Basic Type Manager
BasicTypeManager() - Constructor for class org.xcmis.spi.basic.BasicTypeManager
 
BooleanProperty - Class in org.xcmis.spi.model.impl
 
BooleanProperty() - Constructor for class org.xcmis.spi.model.impl.BooleanProperty
Default constructor.
BooleanProperty(String, String, String, String, Boolean) - Constructor for class org.xcmis.spi.model.impl.BooleanProperty
 
BooleanProperty(String, String, String, String, List<Boolean>) - Constructor for class org.xcmis.spi.model.impl.BooleanProperty
 

C

calculateAllowableActions(ObjectData) - Method in class org.xcmis.spi.basic.BasicStorage
Calculates allowable actions for specified object.
calculateAllowableActions(ObjectData, Identity, RepositoryInfo) - Method in class org.xcmis.spi.PermissionService
Calculate allowable actions for specified object.
calculateAllowableActions(ObjectData) - Method in interface org.xcmis.spi.Storage
Calculates allowable actions for specified object.
CAN_ADD_POLICY - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_ADD_POLICY_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_ADD_POLICY_POLICY - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_ADD_TO_FOLDER - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_ADD_TO_FOLDER_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_ADD_TO_FOLDER_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_APPLY_ACL - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_APPLY_ACL_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_CANCEL_CHECKOUT - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_CANCEL_CHECKOUT_DOCUMENT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_CHECKIN - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_CHECKIN_DOCUMENT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_CHECKOUT - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_CHECKOUT_DOCUMENT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_CREATE_DOCUMENT - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_CREATE_DOCUMENT_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_CREATE_FOLDER - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_CREATE_FOLDER_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_CREATE_RELATIONSHIP - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_CREATE_RELATIONSHIP_SOURCE - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_CREATE_RELATIONSHIP_TARGET - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_DELETE - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_DELETE_CONTENT_DOCUMENT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_DELETE_CONTENT_STREAM - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_DELETE_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_DELETE_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_DELETE_TREE - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_DELETE_TREE_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_ACL - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_ACL_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_ALL_VERSIONS - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_ALL_VERSIONS_DOCUMENT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_APPLIED_POLICIES - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_APPLIED_POLICIES_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_CHILDREN - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_CHILDREN_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_CONTENT_STREAM - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_CONTENT_STREAM_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_DESCENDENTS - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_DESCENDENTS_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_FOLDER_PARENT - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_FOLDER_PARENT_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_FOLDER_TREE - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_FOLDER_TREE_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_OBJECT_PARENTS - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_OBJECT_PARENTS_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_OBJECT_RELATIONSHIPS - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_OBJECT_RELATIONSHIPS_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_PROPERTIES - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_PROPERTIES_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_GET_RENDITIONS - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_GET_RENDITIONS_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_MOVE_OBJECT - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_MOVE_OBJECT_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_MOVE_OBJECT_SOURCE - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_MOVE_OBJECT_TARGET - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_REMOVE_OBJECT_FROM_FOLDER - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_REMOVE_OBJECT_FROM_FOLDER_FOLDER - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_REMOVE_OBJECT_FROM_FOLDER_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_REMOVE_POLICY - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_REMOVE_POLICY_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_REMOVE_POLICY_POLICY - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_SET_CONTENT_DOCUMENT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
CAN_SET_CONTENT_STREAM - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_UPDATE_PROPERTIES - Static variable in class org.xcmis.spi.model.AllowableActions
 
CAN_UPDATE_PROPERTIES_OBJECT - Static variable in class org.xcmis.spi.model.PermissionMapping
 
cancelCheckout(String) - Method in class org.xcmis.spi.Connection
Discard the check-out operation.
cancelCheckout() - Method in interface org.xcmis.spi.DocumentData
Discard checkout operation.
CAPABILITY_ACL - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_ALL_VERSIONS_SEARCHABLE - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_CHANGES - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_CONTENT_STREAM_UPDATABLE - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_GET_DESCENDANTS - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_GET_FOLDER_TREE - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_JOIN - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_MULTIFILING - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_PWC_SEARCHABLE - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_PWC_UPDATABLE - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_QUERY - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_RENDITION - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_UNFILING - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CAPABILITY_VERSION_SPECIFIC_FILING - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CapabilityACL - Enum in org.xcmis.spi.model
 
CapabilityChanges - Enum in org.xcmis.spi.model
 
CapabilityContentStreamUpdatable - Enum in org.xcmis.spi.model
 
CapabilityJoin - Enum in org.xcmis.spi.model
 
CapabilityQuery - Enum in org.xcmis.spi.model
 
CapabilityRendition - Enum in org.xcmis.spi.model
 
CHANGE_TOKEN - Static variable in interface org.xcmis.spi.CmisConstants
 
ChangeEvent - Class in org.xcmis.spi.model
Representation of a single action that occurred to an object.
ChangeEvent(String, String, ChangeType, Calendar, List<Property<?>>) - Constructor for class org.xcmis.spi.model.ChangeEvent
 
ChangeInfo - Class in org.xcmis.spi.model
Info about object changes.
ChangeInfo() - Constructor for class org.xcmis.spi.model.ChangeInfo
 
ChangeInfo(Calendar, ChangeType) - Constructor for class org.xcmis.spi.model.ChangeInfo
 
ChangeLogTokenHolder - Class in org.xcmis.spi
Holder for change log token.
ChangeLogTokenHolder() - Constructor for class org.xcmis.spi.ChangeLogTokenHolder
 
CHANGES_INCOMPLETE - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CHANGES_ON_TYPE - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
ChangeTokenHolder - Class in org.xcmis.spi
Holder for change token.
ChangeTokenHolder() - Constructor for class org.xcmis.spi.ChangeTokenHolder
 
ChangeType - Enum in org.xcmis.spi.model
 
CHARSET - Static variable in interface org.xcmis.spi.CmisConstants
 
checkConnection() - Method in class org.xcmis.spi.basic.BasicConnection
Check is connection may be used at the moment, e.g.
checkConnection() - Method in class org.xcmis.spi.Connection
Check is connection may be used at the moment, e.g.
checkin(String, boolean, Map<String, Property<?>>, ContentStream, String, List<AccessControlEntry>, List<AccessControlEntry>, Collection<String>) - Method in class org.xcmis.spi.Connection
Check-in Private Working Copy.
checkin(boolean, String, Map<String, Property<?>>, ContentStream, List<AccessControlEntry>, Collection<PolicyData>) - Method in interface org.xcmis.spi.DocumentData
Set private working copy as latest (current) version of document.
CHECKIN_COMMENT - Static variable in interface org.xcmis.spi.CmisConstants
 
checkout(String) - Method in class org.xcmis.spi.Connection
Check-out document.
checkout() - Method in interface org.xcmis.spi.DocumentData
Create PWC from this document.
Choice<T> - Class in org.xcmis.spi.model
Indicates an explicit ordered set of single values allowed for the property.
Choice() - Constructor for class org.xcmis.spi.model.Choice
 
Choice(T[], String) - Constructor for class org.xcmis.spi.model.Choice
 
close() - Method in class org.xcmis.spi.basic.BasicConnection
Close the connection and release underlying resources.
close() - Method in class org.xcmis.spi.Connection
Close the connection and release underlying resources.
CMIS_NS_URI - Static variable in interface org.xcmis.spi.CmisConstants
 
CMIS_PREFIX - Static variable in interface org.xcmis.spi.CmisConstants
 
CMIS_VERSION_SUPPORTED - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
CmisConstants - Interface in org.xcmis.spi
 
CmisDocumentReaderService - Class in org.xcmis.spi.utils
Implementation of DocumentReaderService with predefined parsers.
CmisDocumentReaderService() - Constructor for class org.xcmis.spi.utils.CmisDocumentReaderService
Instantiates a new cmis document reader sercice.
CmisException - Exception in org.xcmis.spi
Should be used as base class for any CMIS checked exception.
CmisException() - Constructor for exception org.xcmis.spi.CmisException
Construct instance CmisException without message.
CmisException(String) - Constructor for exception org.xcmis.spi.CmisException
Construct instance CmisException with message.
CmisException(String, Throwable) - Constructor for exception org.xcmis.spi.CmisException
Construct instance CmisException with message and cause exception.
CmisException(Throwable) - Constructor for exception org.xcmis.spi.CmisException
Construct instance CmisException with cause exception.
CmisObject - Class in org.xcmis.spi.model
Info about CMISobject that contains properties, allowable actions, relationships of object, etc.
CmisObject() - Constructor for class org.xcmis.spi.model.CmisObject
 
CmisObject(Map<String, Property<?>>, List<AccessControlEntry>, boolean, Set<String>, List<CmisObject>, List<Rendition>, AllowableActions, ChangeInfo, ObjectInfo, String) - Constructor for class org.xcmis.spi.model.CmisObject
 
CmisPDFDocumentReader - Class in org.xcmis.spi.utils
 
CmisPDFDocumentReader() - Constructor for class org.xcmis.spi.utils.CmisPDFDocumentReader
 
CmisRegistry - Class in org.xcmis.spi
xCMIS SPI entry point.
CmisRegistry() - Constructor for class org.xcmis.spi.CmisRegistry
Default constructor
CmisRegistryFactory - Interface in org.xcmis.spi
 
CmisRuntimeException - Exception in org.xcmis.spi
Should be thrown for any others errors that are not expressible by another CMIS exception.
CmisRuntimeException() - Constructor for exception org.xcmis.spi.CmisRuntimeException
Construct instance CmisRuntimeException without message.
CmisRuntimeException(String) - Constructor for exception org.xcmis.spi.CmisRuntimeException
Construct instance CmisRuntimeException with message.
CmisRuntimeException(String, Throwable) - Constructor for exception org.xcmis.spi.CmisRuntimeException
Construct instance CmisRuntimeException with message and cause exception.
CmisRuntimeException(Throwable) - Constructor for exception org.xcmis.spi.CmisRuntimeException
Construct instance CmisRuntimeException with cause exception.
CmisUtils - Class in org.xcmis.spi.utils
 
compareTo(RepositoryShortInfo) - Method in class org.xcmis.spi.model.RepositoryShortInfo
Connection - Class in org.xcmis.spi
Connection to CMIS storage.
Connection(Storage) - Constructor for class org.xcmis.spi.Connection
 
ConstraintException - Exception in org.xcmis.spi
If action fails cause to some constraint.
ConstraintException() - Constructor for exception org.xcmis.spi.ConstraintException
Construct instance ConstraintException without message.
ConstraintException(String) - Constructor for exception org.xcmis.spi.ConstraintException
Construct instance ConstraintException with message.
ConstraintException(String, Throwable) - Constructor for exception org.xcmis.spi.ConstraintException
Construct instance ConstraintException with message and cause exception.
ConstraintException(Throwable) - Constructor for exception org.xcmis.spi.ConstraintException
Construct instance ConstraintException with cause exception.
CONTENT_STREAM_FILE_NAME - Static variable in interface org.xcmis.spi.CmisConstants
 
CONTENT_STREAM_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
CONTENT_STREAM_LENGTH - Static variable in interface org.xcmis.spi.CmisConstants
 
CONTENT_STREAM_MIME_TYPE - Static variable in interface org.xcmis.spi.CmisConstants
 
ContentAlreadyExistsException - Exception in org.xcmis.spi
If caller try add content stream to the Document that already contains content stream without specifying that to override existing content.
ContentAlreadyExistsException() - Constructor for exception org.xcmis.spi.ContentAlreadyExistsException
Construct instance ContentAlreadyExistsException without message.
ContentAlreadyExistsException(String) - Constructor for exception org.xcmis.spi.ContentAlreadyExistsException
Construct instance ContentAlreadyExistsException with message.
ContentAlreadyExistsException(String, Throwable) - Constructor for exception org.xcmis.spi.ContentAlreadyExistsException
Construct instance ContentAlreadyExistsException with message and cause exception.
ContentAlreadyExistsException(Throwable) - Constructor for exception org.xcmis.spi.ContentAlreadyExistsException
Construct instance ContentAlreadyExistsException with cause exception.
ContentStream - Interface in org.xcmis.spi
 
ContentStreamAllowed - Enum in org.xcmis.spi.model
 
copyDocument(DocumentData, FolderData, Map<String, Property<?>>, List<AccessControlEntry>, Collection<PolicyData>, VersioningState) - Method in interface org.xcmis.spi.Storage
Create new document as copy of the given source document and use parent as parent.
CREATE - Static variable in class org.xcmis.spi.Connection
 
createAclFromPermissionMap(Map<String, Set<String>>) - Static method in class org.xcmis.spi.utils.CmisUtils
 
CREATED_BY - Static variable in interface org.xcmis.spi.CmisConstants
 
createDocument(FolderData, TypeDefinition, Map<String, Property<?>>, ContentStream, List<AccessControlEntry>, Collection<PolicyData>, VersioningState) - Method in class org.xcmis.spi.basic.BasicStorage
Create new document with type typeDefinition using parent as parent.
createDocument(String, Map<String, Property<?>>, ContentStream, List<AccessControlEntry>, List<AccessControlEntry>, Collection<String>, VersioningState) - Method in class org.xcmis.spi.Connection
Create a document object.
createDocument(FolderData, TypeDefinition, Map<String, Property<?>>, ContentStream, List<AccessControlEntry>, Collection<PolicyData>, VersioningState) - Method in interface org.xcmis.spi.Storage
Create new document with type typeDefinition using parent as parent.
createDocumentFromSource(String, String, Map<String, Property<?>>, List<AccessControlEntry>, List<AccessControlEntry>, Collection<String>, VersioningState) - Method in class org.xcmis.spi.Connection
Create a document object as a copy of the given source document in the specified parent folder parentId.
createFolder(String, Map<String, Property<?>>, List<AccessControlEntry>, List<AccessControlEntry>, Collection<String>) - Method in class org.xcmis.spi.Connection
Create a folder object.
createFolder(FolderData, TypeDefinition, Map<String, Property<?>>, List<AccessControlEntry>, Collection<PolicyData>) - Method in interface org.xcmis.spi.Storage
Create new folder with type typeDefinition using folder as parent.
createPolicy(FolderData, TypeDefinition, Map<String, Property<?>>, List<AccessControlEntry>, Collection<PolicyData>) - Method in class org.xcmis.spi.basic.BasicStorage
Create new policy with type typeDefinition using parent as parent.
createPolicy(String, Map<String, Property<?>>, List<AccessControlEntry>, List<AccessControlEntry>, Collection<String>) - Method in class org.xcmis.spi.Connection
Create a policy object.
createPolicy(FolderData, TypeDefinition, Map<String, Property<?>>, List<AccessControlEntry>, Collection<PolicyData>) - Method in interface org.xcmis.spi.Storage
Create new policy with type typeDefinition using parent as parent.
createRelationship(ObjectData, ObjectData, TypeDefinition, Map<String, Property<?>>, List<AccessControlEntry>, Collection<PolicyData>) - Method in class org.xcmis.spi.basic.BasicStorage
Create new relationship for specified source and target.
createRelationship(Map<String, Property<?>>, List<AccessControlEntry>, List<AccessControlEntry>, Collection<String>) - Method in class org.xcmis.spi.Connection
Create a relationship object.
createRelationship(ObjectData, ObjectData, TypeDefinition, Map<String, Property<?>>, List<AccessControlEntry>, Collection<PolicyData>) - Method in interface org.xcmis.spi.Storage
Create new relationship for specified source and target.
CREATION_DATE - Static variable in interface org.xcmis.spi.CmisConstants
 

D

DateResolution - Enum in org.xcmis.spi.model
 
DateTimeProperty - Class in org.xcmis.spi.model.impl
 
DateTimeProperty() - Constructor for class org.xcmis.spi.model.impl.DateTimeProperty
Default constructor.
DateTimeProperty(String, String, String, String, Calendar) - Constructor for class org.xcmis.spi.model.impl.DateTimeProperty
 
DateTimeProperty(String, String, String, String, List<Calendar>) - Constructor for class org.xcmis.spi.model.impl.DateTimeProperty
 
DecimalProperty - Class in org.xcmis.spi.model.impl
 
DecimalProperty() - Constructor for class org.xcmis.spi.model.impl.DecimalProperty
Default constructor.
DecimalProperty(String, String, String, String, BigDecimal) - Constructor for class org.xcmis.spi.model.impl.DecimalProperty
 
DecimalProperty(String, String, String, String, List<BigDecimal>) - Constructor for class org.xcmis.spi.model.impl.DecimalProperty
 
DEFAULT - Static variable in class org.xcmis.spi.model.AllowableActions
 
DEFAULT_KEYS - Static variable in class org.xcmis.spi.model.PermissionMapping
 
deleteContentStream(String, ChangeTokenHolder) - Method in class org.xcmis.spi.Connection
Delete the content stream for the specified Document object.
deleteObject(String, Boolean) - Method in class org.xcmis.spi.Connection
Delete the specified object.
deleteObject(ObjectData, boolean) - Method in interface org.xcmis.spi.Storage
Delete specified object.
deleteTree(String, Boolean, UnfileObject, Boolean) - Method in class org.xcmis.spi.Connection
Delete the specified folder object and all of its child- and descendant-objects.
deleteTree(FolderData, boolean, UnfileObject, boolean) - Method in interface org.xcmis.spi.Storage
Delete the specified folder object and all of its child- and descendant-objects.
DEPTH - Static variable in interface org.xcmis.spi.CmisConstants
 
DOCUMENT - Static variable in interface org.xcmis.spi.CmisConstants
 
DocumentData - Interface in org.xcmis.spi
 

E

EMPTY_ITEMS_ITERATOR - Static variable in class org.xcmis.spi.utils.CmisUtils
 
emptyItemsIterator() - Static method in class org.xcmis.spi.utils.CmisUtils
 
equals(Object) - Method in class org.xcmis.spi.utils.MimeType
ExoContainerCmisRegistry - Class in org.xcmis.spi.deploy
 
ExoContainerCmisRegistry(InitParams) - Constructor for class org.xcmis.spi.deploy.ExoContainerCmisRegistry
 

F

fetchNext() - Method in class org.xcmis.spi.LazyIterator
To fetch next item and set it in field next
FilterNotValidException - Exception in org.xcmis.spi
If caller try apply property or rendition filter that is not valid.
FilterNotValidException() - Constructor for exception org.xcmis.spi.FilterNotValidException
Construct instance FilterNotValidException without message.
FilterNotValidException(String) - Constructor for exception org.xcmis.spi.FilterNotValidException
Construct instance FilterNotValidException with message.
FilterNotValidException(String, Throwable) - Constructor for exception org.xcmis.spi.FilterNotValidException
Construct instance FilterNotValidException with message and cause exception.
FilterNotValidException(Throwable) - Constructor for exception org.xcmis.spi.FilterNotValidException
Construct instance FilterNotValidException with cause exception.
FOLDER - Static variable in interface org.xcmis.spi.CmisConstants
 
FolderData - Interface in org.xcmis.spi
 
fromCalendar(Calendar) - Static method in class org.xcmis.spi.utils.CmisUtils
Get XMLGregorianCalendar that is based on Calendar.
fromString(String) - Static method in class org.xcmis.spi.utils.MimeType
Create instance of MimeType from the string.
fromValue(String) - Static method in enum org.xcmis.spi.model.AccessControlPropagation
 
fromValue(String) - Static method in enum org.xcmis.spi.model.BaseType
 
fromValue(String) - Static method in enum org.xcmis.spi.model.CapabilityACL
 
fromValue(String) - Static method in enum org.xcmis.spi.model.CapabilityChanges
 
fromValue(String) - Static method in enum org.xcmis.spi.model.CapabilityContentStreamUpdatable
 
fromValue(String) - Static method in enum org.xcmis.spi.model.CapabilityJoin
 
fromValue(String) - Static method in enum org.xcmis.spi.model.CapabilityQuery
 
fromValue(String) - Static method in enum org.xcmis.spi.model.CapabilityRendition
 
fromValue(String) - Static method in enum org.xcmis.spi.model.ChangeType
 
fromValue(String) - Static method in enum org.xcmis.spi.model.ContentStreamAllowed
 
fromValue(String) - Static method in enum org.xcmis.spi.model.DateResolution
 
fromValue(String) - Static method in enum org.xcmis.spi.model.IncludeRelationships
 
fromValue(String) - Static method in enum org.xcmis.spi.model.Permission.BasicPermissions
 
fromValue(int) - Static method in enum org.xcmis.spi.model.Precision
 
fromValue(String) - Static method in enum org.xcmis.spi.model.PropertyType
 
fromValue(String) - Static method in enum org.xcmis.spi.model.RelationshipDirection
 
fromValue(String) - Static method in enum org.xcmis.spi.model.SupportedPermissions
 
fromValue(String) - Static method in enum org.xcmis.spi.model.UnfileObject
 
fromValue(String) - Static method in enum org.xcmis.spi.model.Updatability
 
fromValue(String) - Static method in enum org.xcmis.spi.model.VersioningState
 

G

getACL(boolean) - Method in class org.xcmis.spi.basic.BasicObjectData
Get ACL currently applied to object.
getACL(String, boolean) - Method in class org.xcmis.spi.Connection
Get the ACL currently applied to the specified object.
getACL() - Method in class org.xcmis.spi.model.CmisObject
 
getACL(boolean) - Method in interface org.xcmis.spi.ObjectData
Get ACL currently applied to object.
getAclCapability() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getAll() - Method in class org.xcmis.spi.model.PermissionMapping
 
getAllowableActions(String) - Method in class org.xcmis.spi.Connection
Get the list of allowable actions for an Object.
getAllowableActions() - Method in class org.xcmis.spi.model.CmisObject
 
getAllowedSourceTypes() - Method in class org.xcmis.spi.model.TypeDefinition
Set of allowed type to be source of relationship.
getAllowedTargetTypes() - Method in class org.xcmis.spi.model.TypeDefinition
Set of allowed type to be target of relationship.
getAllVersions(String) - Method in class org.xcmis.spi.basic.BasicStorage
Collection of all Document in the specified version series, sorted by cmis:creationDate descending.
getAllVersions(String, boolean, boolean, String) - Method in class org.xcmis.spi.Connection
Get all documents in version series.
getAllVersions(String) - Method in interface org.xcmis.spi.Storage
Collection of all Document in the specified version series, sorted by cmis:creationDate descending.
getAppliedPolicies(String, boolean, String) - Method in class org.xcmis.spi.Connection
Gets the list of policies currently applied to the specified object.
getBaseId() - Method in class org.xcmis.spi.model.TypeDefinition
Base type ID.
getBaseType() - Method in class org.xcmis.spi.model.ObjectInfo
Base object type.
getBaseType() - Method in interface org.xcmis.spi.ObjectData
To get object's base type.
getBaseType() - Method in class org.xcmis.spi.utils.MimeType
getCapabilities() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getCapabilityACL() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
getCapabilityChanges() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
getCapabilityContentStreamUpdatable() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
getCapabilityJoin() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
getCapabilityQuery() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
getCapabilityRenditions() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
getChangeInfo() - Method in class org.xcmis.spi.model.CmisObject
 
getChangeLog(String) - Method in class org.xcmis.spi.basic.BasicStorage
Gets content changes.
getChangeLog(String) - Method in interface org.xcmis.spi.Storage
Gets content changes.
getChangesOnType() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getChangeTime() - Method in class org.xcmis.spi.model.ChangeInfo
Get time of change.
getChangeToken() - Method in class org.xcmis.spi.basic.BasicObjectData
Shortcut to 'cmis:changeToken' property.
getChangeToken() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.CHANGE_TOKEN.
getChangeToken() - Method in interface org.xcmis.spi.ObjectData
Shortcut to 'cmis:changeToken' property.
getChangeType() - Method in class org.xcmis.spi.model.ChangeInfo
 
getCheckedOutDocs(String, boolean, IncludeRelationships, boolean, String, String, String, int, int) - Method in class org.xcmis.spi.Connection
Documents that are checked out that the user has access to.
getCheckedOutDocuments(FolderData, String) - Method in class org.xcmis.spi.basic.BasicStorage
Get checkedout objects (private working copies) that user has access to.
getCheckedOutDocuments(FolderData, String) - Method in interface org.xcmis.spi.Storage
Get checkedout objects (private working copies) that user has access to.
getChildren(String, boolean, IncludeRelationships, boolean, boolean, String, String, String, int, int) - Method in class org.xcmis.spi.Connection
Get the list of child objects contained in the specified folder.
getChildren(String) - Method in interface org.xcmis.spi.FolderData
Get children of current folder.
getChildren() - Method in class org.xcmis.spi.ItemsTree
 
getChoices() - Method in class org.xcmis.spi.model.Choice
Sub-choices of current choice.
getChoices() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getCmisObject(ObjectData, boolean, IncludeRelationships, boolean, boolean, boolean, PropertyFilter, RenditionFilter) - Method in class org.xcmis.spi.Connection
 
getCmisVersionSupported() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getConnection(String) - Method in class org.xcmis.spi.CmisRegistry
Create new connection.
getConnection() - Method in interface org.xcmis.spi.StorageProvider
Create new connection for user.
getContainer() - Method in class org.xcmis.spi.ItemsTree
 
getContentAsText(String, InputStream) - Method in class org.xcmis.spi.utils.CmisDocumentReaderService
 
getContentAsText(InputStream) - Method in class org.xcmis.spi.utils.CmisPDFDocumentReader
Returns only a text from pdf file content.
getContentAsText(InputStream, String) - Method in class org.xcmis.spi.utils.CmisPDFDocumentReader
 
getContentChanges(ChangeLogTokenHolder, boolean, String, boolean, boolean, boolean, int) - Method in class org.xcmis.spi.Connection
Gets content changes.
getContentStream(String, String) - Method in class org.xcmis.spi.Connection
Get document's content stream.
getContentStream() - Method in interface org.xcmis.spi.DocumentData
Get document content stream.
getContentStream(String) - Method in interface org.xcmis.spi.ObjectData
Get the content stream with specified id.
getContentStreamAllowed() - Method in class org.xcmis.spi.model.TypeDefinition
Indicates is content stream allowed or not allowed or needed for this type.
getContentStreamMimeType() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:contentStreamMimeType' property.
getContentStreamMimeType() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.CONTENT_STREAM_MIME_TYPE.
getCreatedBy() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.CREATED_BY.
getCreatedBy() - Method in interface org.xcmis.spi.ObjectData
Shortcut to 'cmis:createdBy' property.
getCreationDate() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.CREATION_DATE.
getCreationDate() - Method in interface org.xcmis.spi.ObjectData
Shortcut to 'cmis:creationDate' property.
getDate() - Method in class org.xcmis.spi.model.ChangeEvent
Time of change to the object.
getDateResolution() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getDecimalPrecision() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getDefaultValue() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getDescendants(String, int, boolean, IncludeRelationships, boolean, boolean, String, String) - Method in class org.xcmis.spi.Connection
Get the collection of descendant objects contained in the specified folder and any (according to depth) of its child-folders.
getDescription() - Method in class org.xcmis.spi.model.Permission
 
getDescription() - Method in class org.xcmis.spi.model.PropertyDefinition
Optional property description.
getDescription() - Method in class org.xcmis.spi.model.TypeDefinition
Optional type description.
getDisplayName() - Method in class org.xcmis.spi.model.Choice
Display name of choice.
getDisplayName() - Method in class org.xcmis.spi.model.impl.BaseProperty
getDisplayName() - Method in interface org.xcmis.spi.model.Property
 
getDisplayName() - Method in class org.xcmis.spi.model.PropertyDefinition
Optional property display name.
getDisplayName() - Method in class org.xcmis.spi.model.TypeDefinition
Optional type display name.
getDocumentReader(String) - Method in class org.xcmis.spi.utils.CmisDocumentReaderService
 
getFileName() - Method in class org.xcmis.spi.BaseContentStream
getFileName() - Method in interface org.xcmis.spi.ContentStream
 
getFolderParent(String, boolean, String) - Method in class org.xcmis.spi.Connection
Get parent for specified folder.
getFolderTree(String, int, boolean, IncludeRelationships, boolean, boolean, String, String) - Method in class org.xcmis.spi.Connection
Get the collection of descendant folder objects contained in the specified folder and any (according to depth) of its child-folders.
getHeight() - Method in class org.xcmis.spi.model.Rendition
Typically used for 'image' renditions (expressed as pixels).
getHeight() - Method in class org.xcmis.spi.RenditionContentStream
 
getHeight() - Method in interface org.xcmis.spi.RenditionProvider
Get rendition height.
getId() - Method in class org.xcmis.spi.basic.BasicStorage
Gets storage unique id.
getId() - Method in class org.xcmis.spi.model.impl.BaseProperty
getId() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.OBJECT_ID.
getId() - Method in interface org.xcmis.spi.model.Property
 
getId() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getId() - Method in class org.xcmis.spi.model.TypeDefinition
Type unique identifier.
getId() - Method in interface org.xcmis.spi.Storage
Gets storage unique id.
getInherited() - Method in class org.xcmis.spi.model.PropertyDefinition
Is property inherited from the super type or defined directly for type provides property definition.
getInstance() - Static method in class org.xcmis.spi.CmisRegistry
Singleton method for obtaining "current" CmisRegistry object stored in AtomicReference-ed CmisRegistryFactory.
getInstance() - Static method in class org.xcmis.spi.RenditionManager
 
getItems() - Method in class org.xcmis.spi.ItemsList
 
getKind() - Method in class org.xcmis.spi.model.Rendition
A categorization String associated with the rendition.
getKind() - Method in class org.xcmis.spi.RenditionContentStream
 
getKind() - Method in interface org.xcmis.spi.RenditionProvider
Get rendition kind.
getLastModificationDate() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.LAST_MODIFICATION_DATE.
getLastModificationDate() - Method in interface org.xcmis.spi.ObjectData
Shortcut to 'cmis:lastModificationDate' property.
getLastModifiedBy() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.LAST_MODIFIED_BY.
getLastModifiedBy() - Method in interface org.xcmis.spi.ObjectData
Shortcut to 'cmis:lastModifiedBy' property.
getLatestChangeLogToken() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getLength() - Method in class org.xcmis.spi.model.Rendition
 
getLocalName() - Method in class org.xcmis.spi.model.impl.BaseProperty
getLocalName() - Method in interface org.xcmis.spi.model.Property
 
getLocalName() - Method in class org.xcmis.spi.model.PropertyDefinition
Local (internal) property name.
getLocalName() - Method in class org.xcmis.spi.model.TypeDefinition
Local (internal) type name.
getLocalNamespace() - Method in class org.xcmis.spi.model.PropertyDefinition
Local (internal) name-space for property.
getLocalNamespace() - Method in class org.xcmis.spi.model.TypeDefinition
Local (internal) name-space for type.
getLogToken() - Method in class org.xcmis.spi.model.ChangeEvent
Get change log token.
getMapping() - Method in class org.xcmis.spi.model.ACLCapability
 
getMaxDecimal() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getMaxInteger() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getMaxLength() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getMediaType() - Method in class org.xcmis.spi.BaseContentStream
getMediaType() - Method in interface org.xcmis.spi.ContentStream
 
getMimeType() - Method in class org.xcmis.spi.model.Rendition
The mime-type of the rendition stream.
getMimeTypes() - Method in class org.xcmis.spi.utils.CmisPDFDocumentReader
Get the application/pdf mime type.
getMinDecimal() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getMinInteger() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getName() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.NAME.
getName() - Method in interface org.xcmis.spi.ObjectData
Shortcut to 'cmis:name' property.
getNumItems() - Method in class org.xcmis.spi.ItemsList
 
getObject(String, boolean, IncludeRelationships, boolean, boolean, boolean, String, String) - Method in class org.xcmis.spi.Connection
Get object.
getObject() - Method in class org.xcmis.spi.model.ObjectParent
 
getObjectById(String) - Method in interface org.xcmis.spi.Storage
Get object by unique identifier.
getObjectByPath(String, boolean, IncludeRelationships, boolean, boolean, boolean, String, String) - Method in class org.xcmis.spi.Connection
Get object by specified path.
getObjectByPath(String) - Method in interface org.xcmis.spi.Storage
Get object by path.
getObjectId() - Method in class org.xcmis.spi.model.ChangeEvent
 
getObjectId() - Method in interface org.xcmis.spi.ObjectData
Shortcut to 'cmis:objectId' property.
getObjectId() - Method in interface org.xcmis.spi.query.Result
Query result object's id (Row in result virtual table).
getObjectInfo() - Method in class org.xcmis.spi.model.CmisObject
 
getObjectOfLatestVersion(String, boolean, boolean, IncludeRelationships, boolean, boolean, boolean, String, String) - Method in class org.xcmis.spi.Connection
Get the latest Document object in the version series.
getObjectParents(String, boolean, IncludeRelationships, boolean, boolean, String, String) - Method in class org.xcmis.spi.Connection
Gets the parent folder(s) for the specified object.
getObjectRelationships(String, RelationshipDirection, String, boolean, boolean, boolean, String, int, int) - Method in class org.xcmis.spi.Connection
Get all or a subset of relationships associated with an independent object.
getParameter(String) - Method in class org.xcmis.spi.utils.MimeType
 
getParameters() - Method in class org.xcmis.spi.utils.MimeType
 
getParent() - Method in interface org.xcmis.spi.ObjectData
Get object parent.
getParentId() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.PARENT_ID.
getParentId() - Method in class org.xcmis.spi.model.TypeDefinition
Parent type ID.
getParents() - Method in class org.xcmis.spi.basic.BasicObjectData
Get collections of parent folders.
getParents() - Method in interface org.xcmis.spi.ObjectData
Get collections of parent folders.
getPath() - Method in interface org.xcmis.spi.FolderData
Get absolute path to folder.
getPathSegment() - Method in class org.xcmis.spi.model.CmisObject
 
getPermission() - Method in class org.xcmis.spi.model.Permission
 
getPermissions() - Method in class org.xcmis.spi.model.AccessControlEntry
 
getPermissions() - Method in class org.xcmis.spi.model.ACLCapability
 
getPermissions(String) - Method in class org.xcmis.spi.model.PermissionMapping
 
getPolicies() - Method in class org.xcmis.spi.basic.BasicObjectData
Get policies applied to the current object.
getPolicies() - Method in interface org.xcmis.spi.ObjectData
Get policies applied to the current object.
getPolicyIds() - Method in class org.xcmis.spi.model.CmisObject
 
getPolicyText() - Method in interface org.xcmis.spi.PolicyData
Value of 'cmis:policyText' property.
getPrincipal() - Method in class org.xcmis.spi.model.AccessControlEntry
 
getPrincipalAnonymous() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getPrincipalAnyone() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getProducedMediaType() - Method in interface org.xcmis.spi.RenditionProvider
Get media type of produced rendition content stream
getProductName() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getProductVersion() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getPropagation() - Method in class org.xcmis.spi.model.ACLCapability
 
getProperties(PropertyFilter) - Method in class org.xcmis.spi.basic.BasicObjectData
Get subset of properties accepted by PropertyFilter.
getProperties(String, boolean, String) - Method in class org.xcmis.spi.Connection
Get object's properties.
getProperties() - Method in class org.xcmis.spi.model.ChangeEvent
For events of changeType "updated", list may optionally include the new values of properties on the object.
getProperties() - Method in class org.xcmis.spi.model.CmisObject
 
getProperties() - Method in interface org.xcmis.spi.ObjectData
To get the object's properties.
getProperties(PropertyFilter) - Method in interface org.xcmis.spi.ObjectData
Get subset of properties accepted by PropertyFilter.
getProperties(InputStream) - Method in class org.xcmis.spi.utils.CmisPDFDocumentReader
 
getPropertiesFromInfo(HashMap) - Method in class org.xcmis.spi.utils.CmisPDFDocumentReader
Extracts properties from PDF Info hash set.
getPropertiesFromMetadata(byte[]) - Method in class org.xcmis.spi.utils.CmisPDFDocumentReader
Extract properties from XMP xml.
getPropertiesOfLatestVersion(String, boolean, boolean, String) - Method in class org.xcmis.spi.Connection
Get properties of latest version in version series.
getProperty(String) - Method in class org.xcmis.spi.basic.BasicObjectData
getProperty(String) - Method in interface org.xcmis.spi.ObjectData
 
getPropertyDefinition(String) - Method in class org.xcmis.spi.model.TypeDefinition
Get PropertyDefinition by ID.
getPropertyDefinitions() - Method in class org.xcmis.spi.model.TypeDefinition
 
getPropertyNames() - Method in interface org.xcmis.spi.query.Result
Range of property names (columns) specified in the SELECT clause.
getPropertyType() - Method in class org.xcmis.spi.model.PropertyDefinition
 
getQueryName() - Method in class org.xcmis.spi.model.impl.BaseProperty
getQueryName() - Method in interface org.xcmis.spi.model.Property
 
getQueryName() - Method in class org.xcmis.spi.model.PropertyDefinition
Property Query name.
getQueryName() - Method in class org.xcmis.spi.model.TypeDefinition
Type Query name.
getRegistry() - Method in interface org.xcmis.spi.CmisRegistryFactory
 
getRegistry() - Method in class org.xcmis.spi.deploy.ExoContainerCmisRegistry
 
getRelationship() - Method in class org.xcmis.spi.model.CmisObject
 
getRelationships(RelationshipDirection, TypeDefinition, boolean) - Method in class org.xcmis.spi.basic.BasicObjectData
Objects relationships.
getRelationships(RelationshipDirection, TypeDefinition, boolean) - Method in interface org.xcmis.spi.ObjectData
Objects relationships.
getRelativePathSegment() - Method in class org.xcmis.spi.model.ObjectParent
 
getRenditionDocumentId() - Method in class org.xcmis.spi.model.Rendition
If specified, then the rendition can also be accessed as a document object in the CMIS services.
getRenditions(ObjectData) - Method in class org.xcmis.spi.basic.BasicStorage
Get object renditions.
getRenditions(String, String, int, int) - Method in class org.xcmis.spi.Connection
Get the list of associated Renditions for the specified object.
getRenditions() - Method in class org.xcmis.spi.model.CmisObject
 
getRenditions(MimeType) - Method in class org.xcmis.spi.RenditionManager
Get all renditions using all available RenditionProvider that can provide rendition for specified mime-type.
getRenditions(ObjectData) - Method in class org.xcmis.spi.RenditionManager
Get all renditions of specified entry.
getRenditions(ObjectData) - Method in interface org.xcmis.spi.Storage
Get object renditions.
getRenditionStream(ContentStream) - Method in interface org.xcmis.spi.RenditionProvider
Create content stream of rendition for specified object.
getRepositoryDescription() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getRepositoryId() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getRepositoryId() - Method in class org.xcmis.spi.model.RepositoryShortInfo
 
getRepositoryInfo() - Method in class org.xcmis.spi.basic.BasicStorage
Get description of storage and its capabilities.
getRepositoryInfo() - Method in interface org.xcmis.spi.Storage
Get description of storage and its capabilities.
getRepositoryName() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getRepositoryName() - Method in class org.xcmis.spi.model.RepositoryShortInfo
 
getRootFolderId() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getRootFolderId() - Method in class org.xcmis.spi.model.RepositoryShortInfo
 
getScore() - Method in interface org.xcmis.spi.query.Result
 
getScoreColumnName() - Method in class org.xcmis.spi.query.Score
 
getScoreValue() - Method in class org.xcmis.spi.query.Score
 
getSourceId() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.SOURCE_ID.
getSourceId() - Method in interface org.xcmis.spi.RelationshipData
 
getStatement() - Method in class org.xcmis.spi.query.Query
 
getStorage() - Method in class org.xcmis.spi.Connection
Gets the storage associated to this connection.
getStorageID() - Method in interface org.xcmis.spi.StorageProvider
Get id of storage.
getStorageInfos() - Method in class org.xcmis.spi.CmisRegistry
Get id of all available storages.
getStream() - Method in class org.xcmis.spi.BaseContentStream
getStream() - Method in interface org.xcmis.spi.ContentStream
 
getStream(ContentStream, MimeType) - Method in class org.xcmis.spi.RenditionManager
Get rendition from content stream with known mime-type and use most suitable RenditionProvider.
getStream(ObjectData, String) - Method in class org.xcmis.spi.RenditionManager
Get rendition stream for objects with specified stream id.
getStreamId() - Method in class org.xcmis.spi.model.Rendition
Identifies the rendition stream ID.
getSubType() - Method in class org.xcmis.spi.utils.MimeType
 
getSupportedMediaType() - Method in interface org.xcmis.spi.RenditionProvider
Get a list of source media types supported by this provider.
getSupportedPermissions() - Method in class org.xcmis.spi.model.ACLCapability
 
getTargetId() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.TARGET_ID.
getTargetId() - Method in interface org.xcmis.spi.RelationshipData
 
getThinClientURI() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getTitle() - Method in class org.xcmis.spi.model.Rendition
Optional human readable information about the rendition.
getType() - Method in class org.xcmis.spi.model.ChangeEvent
 
getType() - Method in class org.xcmis.spi.model.impl.BooleanProperty
getType() - Method in class org.xcmis.spi.model.impl.DateTimeProperty
getType() - Method in class org.xcmis.spi.model.impl.DecimalProperty
getType() - Method in class org.xcmis.spi.model.impl.HtmlProperty
getType() - Method in class org.xcmis.spi.model.impl.IdProperty
getType() - Method in class org.xcmis.spi.model.impl.IntegerProperty
getType() - Method in class org.xcmis.spi.model.impl.StringProperty
getType() - Method in class org.xcmis.spi.model.impl.UriProperty
getType() - Method in interface org.xcmis.spi.model.Property
 
getType() - Method in class org.xcmis.spi.utils.MimeType
 
getTypeChildren(String, boolean) - Method in class org.xcmis.spi.basic.BasicStorage
Iterator over object types.
getTypeChildren(String, boolean) - Method in class org.xcmis.spi.basic.BasicTypeManager
Iterator over object types.
getTypeChildren(String, boolean, int, int) - Method in class org.xcmis.spi.Connection
Set of object types.
getTypeChildren(String, boolean) - Method in interface org.xcmis.spi.TypeManager
Iterator over object types.
getTypeDefinition(String, boolean) - Method in class org.xcmis.spi.basic.BasicStorage
Get type definition for type typeId .
getTypeDefinition(String, boolean) - Method in class org.xcmis.spi.basic.BasicTypeManager
Get type definition for type typeId .
getTypeDefinition(String) - Method in class org.xcmis.spi.Connection
Get type definition for type typeId include property definition, see Connection.getTypeDefinition(String, boolean).
getTypeDefinition(String, boolean) - Method in class org.xcmis.spi.Connection
Get type definition for type typeId.
getTypeDefinition() - Method in interface org.xcmis.spi.ObjectData
To get the object's type definition.
getTypeDefinition(String, boolean) - Method in interface org.xcmis.spi.TypeManager
Get type definition for type typeId .
getTypeDescendants(String, int, boolean) - Method in class org.xcmis.spi.Connection
Get all descendants of specified typeId in hierarchy.
getTypeId() - Method in class org.xcmis.spi.model.ObjectInfo
Object type id.
getTypeId() - Method in interface org.xcmis.spi.ObjectData
To get the object's type id.
getUnfiledObjectsId() - Method in class org.xcmis.spi.basic.BasicStorage
Iterator of all unfilled documents identifiers.
getUnfiledObjectsId() - Method in interface org.xcmis.spi.Storage
Iterator of all unfilled documents identifiers.
getUpdatability() - Method in class org.xcmis.spi.model.PropertyDefinition
When property may be updated.
getValue() - Method in enum org.xcmis.spi.model.Precision
 
getValue() - Method in class org.xcmis.spi.TokenHolder
 
getValues() - Method in class org.xcmis.spi.model.Choice
Values of choice.
getValues() - Method in class org.xcmis.spi.model.impl.BaseProperty
getValues() - Method in interface org.xcmis.spi.model.Property
 
getVendorName() - Method in class org.xcmis.spi.model.RepositoryInfo
 
getVersionLabel() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:versionLabel' property.
getVersionLabel() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.VERSION_LABEL.
getVersionSeriesCheckedOutBy() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:versionSeriesCheckedOutBy' property.
getVersionSeriesCheckedOutBy() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.VERSION_SERIES_CHECKED_OUT_BY.
getVersionSeriesCheckedOutId() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:versionSeriesCheckedOutId' property.
getVersionSeriesCheckedOutId() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.VERSION_SERIES_CHECKED_OUT_ID.
getVersionSeriesId() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:versionSeriesId' property.
getVersionSeriesId() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.VERSION_SERIES_ID.
getWidth() - Method in class org.xcmis.spi.model.Rendition
Typically used for 'image' renditions (expressed as pixels).
getWidth() - Method in class org.xcmis.spi.RenditionContentStream
 
getWidth() - Method in interface org.xcmis.spi.RenditionProvider
Get rendition width.

H

hasChildren() - Method in interface org.xcmis.spi.FolderData
 
hasContent() - Method in interface org.xcmis.spi.DocumentData
Check does current document has content or not.
hashCode() - Method in class org.xcmis.spi.utils.MimeType
hasNext() - Method in class org.xcmis.spi.BaseItemsIterator
hasNext() - Method in class org.xcmis.spi.LazyIterator
hasPermission(ObjectData, Collection<String>, Identity, RepositoryInfo) - Method in class org.xcmis.spi.PermissionService
 
HtmlProperty - Class in org.xcmis.spi.model.impl
 
HtmlProperty() - Constructor for class org.xcmis.spi.model.impl.HtmlProperty
Default constructor.
HtmlProperty(String, String, String, String, String) - Constructor for class org.xcmis.spi.model.impl.HtmlProperty
 
HtmlProperty(String, String, String, String, List<String>) - Constructor for class org.xcmis.spi.model.impl.HtmlProperty
 

I

IdProperty - Class in org.xcmis.spi.model.impl
 
IdProperty() - Constructor for class org.xcmis.spi.model.impl.IdProperty
Default constructor.
IdProperty(String, String, String, String, String) - Constructor for class org.xcmis.spi.model.impl.IdProperty
 
IdProperty(String, String, String, String, List<String>) - Constructor for class org.xcmis.spi.model.impl.IdProperty
 
IncludeRelationships - Enum in org.xcmis.spi.model
 
initParams - Variable in class org.xcmis.spi.deploy.ExoContainerCmisRegistry
 
IntegerProperty - Class in org.xcmis.spi.model.impl
 
IntegerProperty() - Constructor for class org.xcmis.spi.model.impl.IntegerProperty
Default constructor.
IntegerProperty(String, String, String, String, BigInteger) - Constructor for class org.xcmis.spi.model.impl.IntegerProperty
 
IntegerProperty(String, String, String, String, List<BigInteger>) - Constructor for class org.xcmis.spi.model.impl.IntegerProperty
 
InvalidArgumentException - Exception in org.xcmis.spi
Should thrown by CMIS service it got not valid argument.
InvalidArgumentException() - Constructor for exception org.xcmis.spi.InvalidArgumentException
Construct instance InvalidArgumentException without message.
InvalidArgumentException(String) - Constructor for exception org.xcmis.spi.InvalidArgumentException
Construct instance InvalidArgumentException with message.
InvalidArgumentException(String, Throwable) - Constructor for exception org.xcmis.spi.InvalidArgumentException
Construct instance InvalidArgumentException with message and cause exception.
InvalidArgumentException(Throwable) - Constructor for exception org.xcmis.spi.InvalidArgumentException
Construct instance InvalidArgumentException with cause exception.
IS_IMMUTABLE - Static variable in interface org.xcmis.spi.CmisConstants
 
IS_LATEST_MAJOR_VERSION - Static variable in interface org.xcmis.spi.CmisConstants
 
IS_LATEST_VERSION - Static variable in interface org.xcmis.spi.CmisConstants
 
IS_MAJOR_VERSION - Static variable in interface org.xcmis.spi.CmisConstants
 
IS_VERSION_SERIES_CHECKED_OUT - Static variable in interface org.xcmis.spi.CmisConstants
 
isActionAllowed(String) - Method in class org.xcmis.spi.model.AllowableActions
Check is action is in allowed actions list.
isAllowedChildType(String) - Method in interface org.xcmis.spi.FolderData
Check is specified type in list of allowed child object types.
isCanAddObjectToFolder() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanApplyACL() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanApplyPolicy() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanCancelCheckOut() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanCheckIn() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanCheckOut() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanCreateDocument() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanCreateFolder() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanCreateRelationship() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanDeleteContentStream() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanDeleteObject() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanDeleteTree() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetACL() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetAllVersions() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetAppliedPolicies() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetChildren() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetContentStream() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetDescendants() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetFolderParent() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetFolderTree() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetObjectParents() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetObjectRelationships() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetProperties() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanGetRenditions() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanMoveObject() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanRemoveObjectFromFolder() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanRemovePolicy() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanSetContentStream() - Method in class org.xcmis.spi.model.AllowableActions
 
isCanUpdateProperties() - Method in class org.xcmis.spi.model.AllowableActions
 
isCapabilityAllVersionsSearchable() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isCapabilityGetDescendants() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isCapabilityGetFolderTree() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isCapabilityMultifiling() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isCapabilityPWCSearchable() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isCapabilityPWCUpdatable() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isCapabilityUnfiling() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isCapabilityVersionSpecificFiling() - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
isChangesIncomplete() - Method in class org.xcmis.spi.model.RepositoryInfo
 
isControllableACL() - Method in class org.xcmis.spi.model.TypeDefinition
Indicates can be CMIS ACL applied to object of this type.
isControllablePolicy() - Method in class org.xcmis.spi.model.TypeDefinition
Indicates can be CMIS policies applied to object of this type.
isCreatable() - Method in class org.xcmis.spi.model.TypeDefinition
Indicates is type creatable or not.
isDirect() - Method in class org.xcmis.spi.model.AccessControlEntry
 
isExactACL() - Method in class org.xcmis.spi.model.CmisObject
 
isFileable() - Method in class org.xcmis.spi.model.TypeDefinition
Indicates is type is fileable or not.
isFulltextIndexed() - Method in class org.xcmis.spi.model.TypeDefinition
Indicates can it be used in fulltext queries via SQL CONTAINS(...) clause.
isHasMoreItems() - Method in class org.xcmis.spi.ItemsList
 
isIncludedInSupertypeQuery() - Method in class org.xcmis.spi.model.TypeDefinition
Indicates is type included in queries of super-types.
isLatestMajorVersion() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:isLatestMajorVersion' property.
isLatestMajorVersion() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.IS_LATEST_MAJOR_VERSION.
isLatestVersion() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:isLatestVersion' property.
isLatestVersion() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.IS_LATEST_VERSION.
isMajorVersion() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:isMajorVersion' property.
isMajorVersion() - Method in class org.xcmis.spi.model.ObjectInfo
Property CmisConstants.IS_MAJOR_VERSION.
isMultivalued() - Method in class org.xcmis.spi.model.PropertyDefinition
Indicates is property id multi-valued or not.
isNone() - Method in class org.xcmis.spi.RenditionFilter
 
isOpenChoice() - Method in class org.xcmis.spi.model.PropertyDefinition
Indicates is choice for property value is open.
isOrderable() - Method in class org.xcmis.spi.model.PropertyDefinition
Is property orderable.
isPWC() - Method in interface org.xcmis.spi.DocumentData
Implementation Compatibility: Optional.
isQueryable() - Method in class org.xcmis.spi.model.PropertyDefinition
Is property queryable.
isQueryable() - Method in class org.xcmis.spi.model.TypeDefinition
Is type queryable.
isRequired() - Method in class org.xcmis.spi.model.PropertyDefinition
Is property required.
isRoot() - Method in interface org.xcmis.spi.FolderData
 
isSearchAllVersions() - Method in class org.xcmis.spi.query.Query
 
isVersionable() - Method in class org.xcmis.spi.model.TypeDefinition
Indicate is this type versionable or not.
isVersionSeriesCheckedOut() - Method in interface org.xcmis.spi.DocumentData
Shortcut to 'cmis:isVersionSeriesCheckedOut' property.
ItemsIterator<T> - Interface in org.xcmis.spi
Common iterator for CMIS items.
ItemsList<T> - Class in org.xcmis.spi
List of CMIS items.
ItemsList() - Constructor for class org.xcmis.spi.ItemsList
Default constructor.
ItemsList(List<T>) - Constructor for class org.xcmis.spi.ItemsList
Constructor.
ItemsTree<T> - Class in org.xcmis.spi
Reflect tree hierarchy of CMIS object.
ItemsTree(T, List<ItemsTree<T>>) - Constructor for class org.xcmis.spi.ItemsTree
 

L

LAST_MODIFICATION_DATE - Static variable in interface org.xcmis.spi.CmisConstants
 
LAST_MODIFIED_BY - Static variable in interface org.xcmis.spi.CmisConstants
 
LATEST_CHANGE_LOG_TOKEN - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
LazyIterator<T> - Class in org.xcmis.spi
 
LazyIterator() - Constructor for class org.xcmis.spi.LazyIterator
 
length() - Method in class org.xcmis.spi.BaseContentStream
length() - Method in interface org.xcmis.spi.ContentStream
 

M

match(MimeType) - Method in class org.xcmis.spi.utils.MimeType
Check is one mime-type compatible to other.
MAX_DECIMAL_VALUE - Static variable in interface org.xcmis.spi.CmisConstants
 
MAX_INTEGER_VALUE - Static variable in interface org.xcmis.spi.CmisConstants
 
MAX_ITEMS - Static variable in interface org.xcmis.spi.CmisConstants
 
MAX_STRING_LENGTH - Static variable in interface org.xcmis.spi.CmisConstants
 
mergeACLs(List<AccessControlEntry>, List<AccessControlEntry>, List<AccessControlEntry>) - Static method in class org.xcmis.spi.utils.CmisUtils
 
MimeType - Class in org.xcmis.spi.utils
 
MimeType() - Constructor for class org.xcmis.spi.utils.MimeType
 
MimeType(String, String) - Constructor for class org.xcmis.spi.utils.MimeType
Create instance of MimeType.
MimeType(String, String, Map<String, String>) - Constructor for class org.xcmis.spi.utils.MimeType
 
MIN_DECIMAL_VALUE - Static variable in interface org.xcmis.spi.CmisConstants
 
MIN_INTEGER_VALUE - Static variable in interface org.xcmis.spi.CmisConstants
 
moveObject(ObjectData, FolderData, FolderData) - Method in class org.xcmis.spi.basic.BasicStorage
Move object from source to target.
moveObject(String, String, String) - Method in class org.xcmis.spi.Connection
Moves the specified file-able object from one folder to another.
moveObject(ObjectData, FolderData, FolderData) - Method in interface org.xcmis.spi.Storage
Move object from source to target.

N

NAME - Static variable in interface org.xcmis.spi.CmisConstants
 
NameConstraintViolationException - Exception in org.xcmis.spi
The repository is not able to store the object that the user is creating/updating due to a name constraint violation.
NameConstraintViolationException() - Constructor for exception org.xcmis.spi.NameConstraintViolationException
Construct instance NameConstraintException without message.
NameConstraintViolationException(String) - Constructor for exception org.xcmis.spi.NameConstraintViolationException
Construct instance NameConstraintException with message.
NameConstraintViolationException(String, Throwable) - Constructor for exception org.xcmis.spi.NameConstraintViolationException
Construct instance NameConstraintException with message and cause exception.
NameConstraintViolationException(Throwable) - Constructor for exception org.xcmis.spi.NameConstraintViolationException
Construct instance NameConstraintException with cause exception.
next() - Method in class org.xcmis.spi.BaseItemsIterator
next - Variable in class org.xcmis.spi.LazyIterator
 
next() - Method in class org.xcmis.spi.LazyIterator
NONE - Static variable in class org.xcmis.spi.RenditionFilter
None filter to exclude all renditions.
NONE_FILTER - Static variable in class org.xcmis.spi.RenditionFilter
Filter instance with none renditions included.
NotSupportedException - Exception in org.xcmis.spi
If requested action requires optional capability that is not supported by repository.
NotSupportedException() - Constructor for exception org.xcmis.spi.NotSupportedException
Construct instance OperationNotSupportedException without message.
NotSupportedException(String) - Constructor for exception org.xcmis.spi.NotSupportedException
Construct instance OperationNotSupportedException with message.

O

OBJECT_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
OBJECT_TYPE_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
ObjectData - Interface in org.xcmis.spi
 
ObjectDataVisitor - Interface in org.xcmis.spi
 
ObjectInfo - Class in org.xcmis.spi.model
This interface is provided methods for object information holder.
ObjectInfo() - Constructor for class org.xcmis.spi.model.ObjectInfo
 
ObjectInfo(BaseType, String, String, String, String, Calendar, String, Calendar, String, String, Boolean, Boolean, Boolean, String, String, String, String, String, String, String) - Constructor for class org.xcmis.spi.model.ObjectInfo
 
ObjectNotFoundException - Exception in org.xcmis.spi
If object not found in CMIS repository.
ObjectNotFoundException() - Constructor for exception org.xcmis.spi.ObjectNotFoundException
Construct instance ObjectNotFoundException without message.
ObjectNotFoundException(String) - Constructor for exception org.xcmis.spi.ObjectNotFoundException
Construct instance ObjectNotFoundException with message.
ObjectParent - Class in org.xcmis.spi.model
Describe CMIS object parent.
ObjectParent(CmisObject, String) - Constructor for class org.xcmis.spi.model.ObjectParent
 
org.xcmis.spi - package org.xcmis.spi
 
org.xcmis.spi.basic - package org.xcmis.spi.basic
 
org.xcmis.spi.deploy - package org.xcmis.spi.deploy
 
org.xcmis.spi.model - package org.xcmis.spi.model
 
org.xcmis.spi.model.impl - package org.xcmis.spi.model.impl
 
org.xcmis.spi.query - package org.xcmis.spi.query
 
org.xcmis.spi.utils - package org.xcmis.spi.utils
 

P

PARENT_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
PATH - Static variable in interface org.xcmis.spi.CmisConstants
 
Permission - Class in org.xcmis.spi.model
 
Permission() - Constructor for class org.xcmis.spi.model.Permission
 
Permission(String, String) - Constructor for class org.xcmis.spi.model.Permission
 
Permission.BasicPermissions - Enum in org.xcmis.spi.model
Basic CMIS permission.
PermissionDeniedException - Exception in org.xcmis.spi
If there is no permission for operation.
PermissionDeniedException() - Constructor for exception org.xcmis.spi.PermissionDeniedException
Construct instance PermissionDeniedException without message.
PermissionDeniedException(String) - Constructor for exception org.xcmis.spi.PermissionDeniedException
Construct instance PermissionDeniedException with message.
PermissionDeniedException(String, Throwable) - Constructor for exception org.xcmis.spi.PermissionDeniedException
Construct instance PermissionDeniedException with message and cause exception.
PermissionDeniedException(Throwable) - Constructor for exception org.xcmis.spi.PermissionDeniedException
Construct instance PermissionDeniedException with cause exception.
PermissionMapping - Class in org.xcmis.spi.model
Mapping of actions that can be performed to required permissions.
PermissionMapping(Map<String, Collection<String>>) - Constructor for class org.xcmis.spi.model.PermissionMapping
 
PermissionMapping() - Constructor for class org.xcmis.spi.model.PermissionMapping
 
permissionService - Variable in class org.xcmis.spi.basic.BasicStorage
 
PermissionService - Class in org.xcmis.spi
Common service for resolve CMIS object permissions.
PermissionService() - Constructor for class org.xcmis.spi.PermissionService
 
POLICY - Static variable in interface org.xcmis.spi.CmisConstants
 
POLICY_TEXT - Static variable in interface org.xcmis.spi.CmisConstants
 
PolicyData - Interface in org.xcmis.spi
2.1.7.
Precision - Enum in org.xcmis.spi.model
Decimal property precision.
PRINCIPAL_ANONYMOUS - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
PRINCIPAL_ANY - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
PRODUCT_NAME - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
PRODUCT_VERSION - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
Property<T> - Interface in org.xcmis.spi.model
CMIS property.
PropertyDefinition<T> - Class in org.xcmis.spi.model
 
PropertyDefinition(String, String, String, String, String, String, PropertyType, Updatability, boolean, boolean, boolean, boolean, Boolean, boolean, List<Choice<T>>, T[]) - Constructor for class org.xcmis.spi.model.PropertyDefinition
 
PropertyDefinition() - Constructor for class org.xcmis.spi.model.PropertyDefinition
 
PropertyFilter - Class in org.xcmis.spi
 
PropertyFilter(String) - Constructor for class org.xcmis.spi.PropertyFilter
Construct new Property Filter.
PropertyFilter() - Constructor for class org.xcmis.spi.PropertyFilter
 
PropertyType - Enum in org.xcmis.spi.model
Supported property types.
put(String, Collection<String>) - Method in class org.xcmis.spi.model.PermissionMapping
 

Q

query(Query) - Method in class org.xcmis.spi.basic.BasicStorage
Handle specified SQL query.
query(String, boolean, boolean, IncludeRelationships, boolean, String, int, int) - Method in class org.xcmis.spi.Connection
Executes a CMIS-SQL query statement against the contents of the CMIS Storage.
Query - Class in org.xcmis.spi.query
Description of SQL query.
Query(String, boolean) - Constructor for class org.xcmis.spi.query.Query
 
query(Query) - Method in interface org.xcmis.spi.Storage
Handle specified SQL query.

R

RELATIONSHIP - Static variable in interface org.xcmis.spi.CmisConstants
 
RelationshipData - Interface in org.xcmis.spi
2.1.6.
RelationshipDirection - Enum in org.xcmis.spi.model
 
remove() - Method in class org.xcmis.spi.BaseItemsIterator
remove() - Method in class org.xcmis.spi.LazyIterator
removeAclFromPermissionMap(Map<String, Set<String>>, List<AccessControlEntry>) - Static method in class org.xcmis.spi.utils.CmisUtils
 
removeAction(String) - Method in class org.xcmis.spi.model.AllowableActions
Remove action from allowed actions list.
removeObject(ObjectData) - Method in interface org.xcmis.spi.FolderData
Remove fileable object from current folder.
removeObjectFromFolder(String, String) - Method in class org.xcmis.spi.Connection
Remove an existing fileable non-folder object from a folder.
removePolicy(PolicyData) - Method in class org.xcmis.spi.basic.BasicObjectData
Remove specified policy from object.
removePolicy(String, String) - Method in class org.xcmis.spi.Connection
Removes a specified policy from an object.
removePolicy(PolicyData) - Method in interface org.xcmis.spi.ObjectData
Remove specified policy from object.
removeType(String) - Method in class org.xcmis.spi.basic.BasicStorage
Remove type definition for type typeId .
removeType(String) - Method in class org.xcmis.spi.basic.BasicTypeManager
Remove type definition for type typeId .
removeType(String) - Method in class org.xcmis.spi.Connection
Remove type definition for type typeId .
removeType(String) - Method in interface org.xcmis.spi.TypeManager
Remove type definition for type typeId .
Rendition - Class in org.xcmis.spi.model
CMIS rendition.
Rendition(String, String, String, long, int, int, String, String) - Constructor for class org.xcmis.spi.model.Rendition
 
Rendition() - Constructor for class org.xcmis.spi.model.Rendition
 
RenditionContentStream - Class in org.xcmis.spi
Rendition ContentStream.
RenditionContentStream(byte[], String, MimeType, String, int, int) - Constructor for class org.xcmis.spi.RenditionContentStream
 
RenditionContentStream(InputStream, long, String, MimeType, String, int, int) - Constructor for class org.xcmis.spi.RenditionContentStream
 
RenditionContentStream(InputStream, String, MimeType, String, int, int) - Constructor for class org.xcmis.spi.RenditionContentStream
 
RenditionContentStream(byte[], String, MimeType, String) - Constructor for class org.xcmis.spi.RenditionContentStream
 
RenditionContentStream(InputStream, long, String, MimeType, String) - Constructor for class org.xcmis.spi.RenditionContentStream
 
RenditionContentStream(InputStream, String, MimeType, String) - Constructor for class org.xcmis.spi.RenditionContentStream
 
RenditionFilter - Class in org.xcmis.spi
 
RenditionFilter(String) - Constructor for class org.xcmis.spi.RenditionFilter
Construct new Rendition Filter.
RenditionFilter() - Constructor for class org.xcmis.spi.RenditionFilter
 
RenditionManager - Class in org.xcmis.spi
Manage object's renditions.
RenditionManager() - Constructor for class org.xcmis.spi.RenditionManager
 
RenditionProvider - Interface in org.xcmis.spi
 
renditionProviders - Variable in class org.xcmis.spi.CmisRegistry
 
renditionProviders - Variable in class org.xcmis.spi.RenditionManager
 
REPOSITORY_DESCRIPTION - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
RepositoryCapabilities - Class in org.xcmis.spi.model
Capabilities of CMIS repository.
RepositoryCapabilities(CapabilityACL, CapabilityChanges, CapabilityContentStreamUpdatable, CapabilityJoin, CapabilityQuery, CapabilityRendition, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.xcmis.spi.model.RepositoryCapabilities
 
RepositoryCapabilities() - Constructor for class org.xcmis.spi.model.RepositoryCapabilities
 
repositoryId - Variable in class org.xcmis.spi.model.RepositoryShortInfo
 
repositoryInfo - Variable in class org.xcmis.spi.basic.BasicStorage
 
repositoryInfo - Variable in class org.xcmis.spi.basic.BasicStorageProvider
 
RepositoryInfo - Class in org.xcmis.spi.model
Information about CMIS repository and its capabilities.
RepositoryInfo(String, String, String, String, RepositoryCapabilities, ACLCapability, String, String, Collection<BaseType>, String, boolean, String, String, String, String, String) - Constructor for class org.xcmis.spi.model.RepositoryInfo
 
RepositoryInfo() - Constructor for class org.xcmis.spi.model.RepositoryInfo
 
repositoryName - Variable in class org.xcmis.spi.model.RepositoryShortInfo
 
RepositoryShortInfo - Class in org.xcmis.spi.model
 
RepositoryShortInfo(String) - Constructor for class org.xcmis.spi.model.RepositoryShortInfo
 
RepositoryShortInfo(String, String) - Constructor for class org.xcmis.spi.model.RepositoryShortInfo
 
Result - Interface in org.xcmis.spi.query
Query result.
ROOT_FOLDER_NAME - Static variable in interface org.xcmis.spi.CmisConstants
 
rootFolderId - Variable in class org.xcmis.spi.model.RepositoryShortInfo
 

S

Score - Class in org.xcmis.spi.query
Provides decimal value in the interval [0,1] .
Score(String, BigDecimal) - Constructor for class org.xcmis.spi.query.Score
 
setACL(List<AccessControlEntry>) - Method in class org.xcmis.spi.basic.BasicObjectData
Set new ACL for object.
setACL(List<AccessControlEntry>) - Method in interface org.xcmis.spi.ObjectData
Set new ACL for object.
setAclCapability(ACLCapability) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setAllowableActions(AllowableActions) - Method in class org.xcmis.spi.model.CmisObject
 
setAllowedSourceTypes(String[]) - Method in class org.xcmis.spi.model.TypeDefinition
 
setAllowedTargetTypes(String[]) - Method in class org.xcmis.spi.model.TypeDefinition
 
setBaseId(BaseType) - Method in class org.xcmis.spi.model.TypeDefinition
 
setBaseType(BaseType) - Method in class org.xcmis.spi.model.ObjectInfo
 
setCanAddObjectToFolder(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanApplyACL(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanApplyPolicy(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanCancelCheckOut(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanCheckIn(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanCheckOut(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanCreateDocument(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanCreateFolder(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanCreateRelationship(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanDeleteContentStream(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanDeleteObject(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanDeleteTree(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetACL(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetAllVersions(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetAppliedPolicies(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetChildren(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetContentStream(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetDescendants(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetFolderParent(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetFolderTree(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetObjectParents(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetObjectRelationships(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetProperties(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanGetRenditions(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanMoveObject(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanRemoveObjectFromFolder(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanRemovePolicy(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanSetContentStream(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCanUpdateProperties(boolean) - Method in class org.xcmis.spi.model.AllowableActions
 
setCapabilities(RepositoryCapabilities) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setCapabilityACL(CapabilityACL) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityAllVersionsSearchable(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityChanges(CapabilityChanges) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityContentStreamUpdatable(CapabilityContentStreamUpdatable) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityGetDescendants(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityGetFolderTree(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityJoin(CapabilityJoin) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityMultifiling(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityPWCSearchable(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityPWCUpdatable(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityQuery(CapabilityQuery) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityRenditions(CapabilityRendition) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityUnfiling(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setCapabilityVersionSpecificFiling(boolean) - Method in class org.xcmis.spi.model.RepositoryCapabilities
 
setChangeInfo(ChangeInfo) - Method in class org.xcmis.spi.model.CmisObject
 
setChangesIncomplete(boolean) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setChangesOnType(Collection<BaseType>) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setChangeTime(Calendar) - Method in class org.xcmis.spi.model.ChangeInfo
Set date of change.
setChangeToken(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setChangeType(ChangeType) - Method in class org.xcmis.spi.model.ChangeInfo
Set type of change.
setChoices(List<Choice<T>>) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setCmisVersionSupported(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setContentStream(String, ContentStream, ChangeTokenHolder, Boolean) - Method in class org.xcmis.spi.Connection
Sets the content stream for the specified Document object.
setContentStream(ContentStream) - Method in interface org.xcmis.spi.DocumentData
Set content stream to document.
setContentStreamAllowed(ContentStreamAllowed) - Method in class org.xcmis.spi.model.TypeDefinition
 
setContentStreamMimeType(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setControllableACL(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setControllablePolicy(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setCreatable(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setCreatedBy(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setCreationDate(Calendar) - Method in class org.xcmis.spi.model.ObjectInfo
 
setDateResolution(DateResolution) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setDecimalPrecision(Precision) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setDefaultValue(T[]) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setDescription(String) - Method in class org.xcmis.spi.model.Permission
 
setDescription(String) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setDescription(String) - Method in class org.xcmis.spi.model.TypeDefinition
 
setDirect(Boolean) - Method in class org.xcmis.spi.model.AccessControlEntry
 
setDisplayName(String) - Method in class org.xcmis.spi.model.Choice
Set choice display name.
setDisplayName(String) - Method in class org.xcmis.spi.model.impl.BaseProperty
Setter for displayName.
setDisplayName(String) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setDisplayName(String) - Method in class org.xcmis.spi.model.TypeDefinition
 
setExactACL(boolean) - Method in class org.xcmis.spi.model.CmisObject
 
setFactory(CmisRegistryFactory) - Static method in class org.xcmis.spi.CmisRegistry
Sets the "current" instance of CmisRegistryFactory
setFileable(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setFulltextIndexed(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setHasMoreItems(boolean) - Method in class org.xcmis.spi.ItemsList
 
setHeight(int) - Method in class org.xcmis.spi.model.Rendition
 
setId(String) - Method in class org.xcmis.spi.model.impl.BaseProperty
Setter for id.
setId(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setId(String) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setId(String) - Method in class org.xcmis.spi.model.TypeDefinition
 
setIncludedInSupertypeQuery(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setInherited(boolean) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setInstance(RenditionManager) - Static method in class org.xcmis.spi.RenditionManager
 
setKind(String) - Method in class org.xcmis.spi.model.Rendition
 
setLastModificationDate(Calendar) - Method in class org.xcmis.spi.model.ObjectInfo
 
setLastModifiedBy(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setLatestChangeLogToken(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setLatestMajorVersion(Boolean) - Method in class org.xcmis.spi.model.ObjectInfo
 
setLatestVersion(Boolean) - Method in class org.xcmis.spi.model.ObjectInfo
 
setLength(long) - Method in class org.xcmis.spi.model.Rendition
 
setLocalName(String) - Method in class org.xcmis.spi.model.impl.BaseProperty
Setter for localName.
setLocalName(String) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setLocalName(String) - Method in class org.xcmis.spi.model.TypeDefinition
 
setLocalNamespace(String) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setLocalNamespace(String) - Method in class org.xcmis.spi.model.TypeDefinition
 
setMajorVersion(Boolean) - Method in class org.xcmis.spi.model.ObjectInfo
 
setMaxDecimal(BigDecimal) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setMaxInteger(BigInteger) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setMaxLength(int) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setMimeType(String) - Method in class org.xcmis.spi.model.Rendition
 
setMinDecimal(BigDecimal) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setMinInteger(BigInteger) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setMultivalued(boolean) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setName(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setNumItems(int) - Method in class org.xcmis.spi.ItemsList
 
setObjectInfo(ObjectInfo) - Method in class org.xcmis.spi.model.CmisObject
 
setOpenChoice(Boolean) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setOrderable(boolean) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setParentId(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setParentId(String) - Method in class org.xcmis.spi.model.TypeDefinition
 
setPathSegment(String) - Method in class org.xcmis.spi.model.CmisObject
 
setPermission(String) - Method in class org.xcmis.spi.model.Permission
 
setPrincipal(String) - Method in class org.xcmis.spi.model.AccessControlEntry
 
setPrincipalAnonymous(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setPrincipalAnyone(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setProductName(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setProductVersion(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setProperties(Map<String, Property<?>>) - Method in interface org.xcmis.spi.ObjectData
Set or add new properties.
setProperty(Property<?>) - Method in interface org.xcmis.spi.ObjectData
Set or update property.
setPropertyDefinitions(Map<String, PropertyDefinition<?>>) - Method in class org.xcmis.spi.model.TypeDefinition
 
setPropertyType(PropertyType) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setQueryable(boolean) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setQueryable(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setQueryName(String) - Method in class org.xcmis.spi.model.impl.BaseProperty
Setter for queryName.
setQueryName(String) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setQueryName(String) - Method in class org.xcmis.spi.model.TypeDefinition
 
setRenditionDocumentId(String) - Method in class org.xcmis.spi.model.Rendition
 
setRepositoryDescription(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setRepositoryId(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setRepositoryName(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setRequired(boolean) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setRootFolderId(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setRootFolderId(String) - Method in class org.xcmis.spi.model.RepositoryShortInfo
 
setSourceId(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setStreamId(String) - Method in class org.xcmis.spi.model.Rendition
 
setTargetId(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setThinClientURI(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setTitle(String) - Method in class org.xcmis.spi.model.Rendition
 
setTypeId(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setUpdatability(Updatability) - Method in class org.xcmis.spi.model.PropertyDefinition
 
setValue(T) - Method in class org.xcmis.spi.TokenHolder
 
setValues(T[]) - Method in class org.xcmis.spi.model.Choice
Set choice values.
setVendorName(String) - Method in class org.xcmis.spi.model.RepositoryInfo
 
setVersionable(boolean) - Method in class org.xcmis.spi.model.TypeDefinition
 
setVersionLabel(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setVersionSeriesCheckedOutBy(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setVersionSeriesCheckedOutId(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setVersionSeriesId(String) - Method in class org.xcmis.spi.model.ObjectInfo
 
setWidth(int) - Method in class org.xcmis.spi.model.Rendition
 
size() - Method in class org.xcmis.spi.BaseItemsIterator
Get total number of items in iterator.
size() - Method in interface org.xcmis.spi.ItemsIterator
Get total number of items in iterator.
skip(int) - Method in class org.xcmis.spi.BaseItemsIterator
Skip specified number of element in collection.
skip(int) - Method in interface org.xcmis.spi.ItemsIterator
Skip specified number of element in collection.
skip(int) - Method in class org.xcmis.spi.LazyIterator
Skip specified number of element in collection.
SKIP_COUNT - Static variable in interface org.xcmis.spi.CmisConstants
 
SOURCE_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
start() - Method in class org.xcmis.spi.deploy.ExoContainerCmisRegistry
stop() - Method in class org.xcmis.spi.deploy.ExoContainerCmisRegistry
storage - Variable in class org.xcmis.spi.Connection
 
Storage - Interface in org.xcmis.spi
 
StorageException - Exception in org.xcmis.spi
If the storage can't save data that user creating or updating.
StorageException() - Constructor for exception org.xcmis.spi.StorageException
Construct instance StorageException without message.
StorageException(String) - Constructor for exception org.xcmis.spi.StorageException
Construct instance StorageException with message.
StorageException(String, Throwable) - Constructor for exception org.xcmis.spi.StorageException
Construct instance StorageException with message and cause exception.
StorageException(Throwable) - Constructor for exception org.xcmis.spi.StorageException
Construct instance StorageException with cause exception.
StorageProvider - Interface in org.xcmis.spi
Provide access to all available CMIS storages.
storageProviders - Variable in class org.xcmis.spi.CmisRegistry
 
StreamNotSupportedException - Exception in org.xcmis.spi
If caller is trying to set content stream to the Document that is not supported.
StreamNotSupportedException() - Constructor for exception org.xcmis.spi.StreamNotSupportedException
Construct instance StreamNotSupportedException without message.
StreamNotSupportedException(String) - Constructor for exception org.xcmis.spi.StreamNotSupportedException
Construct instance StreamNotSupportedException with message.
StringProperty - Class in org.xcmis.spi.model.impl
 
StringProperty() - Constructor for class org.xcmis.spi.model.impl.StringProperty
Default constructor.
StringProperty(String, String, String, String, String) - Constructor for class org.xcmis.spi.model.impl.StringProperty
 
StringProperty(String, String, String, String, List<String>) - Constructor for class org.xcmis.spi.model.impl.StringProperty
 
SUPPORTED_PERMISSIONS - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
SUPPORTED_VERSION - Static variable in interface org.xcmis.spi.CmisConstants
 
SupportedPermissions - Enum in org.xcmis.spi.model
 

T

TARGET_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
THIN_CLIENT_URI - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
THUMBNAIL - Static variable in class org.xcmis.spi.RenditionFilter
None filter to accept only renditions with 'cmis:thumbnail' kind.
THUMBNAIL_FILTER - Static variable in class org.xcmis.spi.RenditionFilter
Filter instance with 'cmis:thumbnail' kind.
TokenHolder<T> - Class in org.xcmis.spi
Holder for context information.
TokenHolder() - Constructor for class org.xcmis.spi.TokenHolder
 
toString() - Method in class org.xcmis.spi.model.AccessControlEntry
 
toString() - Method in enum org.xcmis.spi.model.AccessControlPropagation
 
toString() - Method in enum org.xcmis.spi.model.BaseType
 
toString() - Method in enum org.xcmis.spi.model.CapabilityACL
 
toString() - Method in enum org.xcmis.spi.model.CapabilityChanges
 
toString() - Method in enum org.xcmis.spi.model.CapabilityContentStreamUpdatable
 
toString() - Method in enum org.xcmis.spi.model.CapabilityJoin
 
toString() - Method in enum org.xcmis.spi.model.CapabilityQuery
 
toString() - Method in enum org.xcmis.spi.model.CapabilityRendition
 
toString() - Method in enum org.xcmis.spi.model.ChangeType
 
toString() - Method in enum org.xcmis.spi.model.ContentStreamAllowed
 
toString() - Method in enum org.xcmis.spi.model.DateResolution
 
toString() - Method in enum org.xcmis.spi.model.IncludeRelationships
 
toString() - Method in enum org.xcmis.spi.model.Permission.BasicPermissions
 
toString() - Method in enum org.xcmis.spi.model.Precision
 
toString() - Method in enum org.xcmis.spi.model.PropertyType
 
toString() - Method in enum org.xcmis.spi.model.RelationshipDirection
 
toString() - Method in enum org.xcmis.spi.model.SupportedPermissions
 
toString() - Method in enum org.xcmis.spi.model.UnfileObject
 
toString() - Method in enum org.xcmis.spi.model.Updatability
 
toString() - Method in enum org.xcmis.spi.model.VersioningState
 
toString() - Method in class org.xcmis.spi.utils.MimeType
 
typeChildren - Variable in class org.xcmis.spi.basic.BasicTypeManager
 
TypeDefinition - Class in org.xcmis.spi.model
 
TypeDefinition() - Constructor for class org.xcmis.spi.model.TypeDefinition
 
TypeDefinition(String, BaseType, String, String, String, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String[], String[], ContentStreamAllowed, Map<String, PropertyDefinition<?>>) - Constructor for class org.xcmis.spi.model.TypeDefinition
 
typeManager - Variable in class org.xcmis.spi.basic.BasicStorage
 
TypeManager - Interface in org.xcmis.spi
Produces type definition.
TypeNotFoundException - Exception in org.xcmis.spi
May be thrown if requested type not found in repository.
TypeNotFoundException() - Constructor for exception org.xcmis.spi.TypeNotFoundException
Construct instance TypeNotFoundException without message.
TypeNotFoundException(String) - Constructor for exception org.xcmis.spi.TypeNotFoundException
Construct instance TypeNotFoundException with message.
types - Variable in class org.xcmis.spi.basic.BasicTypeManager
 

U

unfileObject(ObjectData) - Method in class org.xcmis.spi.basic.BasicStorage
Remove non-folder fileable object from all folder where in which it is currently filed.
UnfileObject - Enum in org.xcmis.spi.model
 
unfileObject(ObjectData) - Method in interface org.xcmis.spi.Storage
Remove non-folder fileable object from all folder where in which it is currently filed.
Updatability - Enum in org.xcmis.spi.model
 
UPDATE - Static variable in class org.xcmis.spi.Connection
 
UpdateConflictException - Exception in org.xcmis.spi
If updating of document is out of sequence.
UpdateConflictException() - Constructor for exception org.xcmis.spi.UpdateConflictException
Construct instance UpdateConflictException without message.
UpdateConflictException(String) - Constructor for exception org.xcmis.spi.UpdateConflictException
Construct instance UpdateConflictException with message.
updateProperties(String, ChangeTokenHolder, Map<String, Property<?>>) - Method in class org.xcmis.spi.Connection
Update object properties.
UriProperty - Class in org.xcmis.spi.model.impl
 
UriProperty() - Constructor for class org.xcmis.spi.model.impl.UriProperty
Default constructor.
UriProperty(String, String, String, String, URI) - Constructor for class org.xcmis.spi.model.impl.UriProperty
 
UriProperty(String, String, String, String, List<URI>) - Constructor for class org.xcmis.spi.model.impl.UriProperty
 

V

validateChangeToken(ObjectData, String) - Method in class org.xcmis.spi.basic.BasicConnection
Validate change token provided by caller with current change token of object.
validateChangeToken(ObjectData, String) - Method in class org.xcmis.spi.Connection
Validate change token provided by caller with current change token of object.
value() - Method in enum org.xcmis.spi.model.AccessControlPropagation
 
value() - Method in enum org.xcmis.spi.model.BaseType
 
value() - Method in enum org.xcmis.spi.model.CapabilityACL
 
value() - Method in enum org.xcmis.spi.model.CapabilityChanges
 
value() - Method in enum org.xcmis.spi.model.CapabilityContentStreamUpdatable
 
value() - Method in enum org.xcmis.spi.model.CapabilityJoin
 
value() - Method in enum org.xcmis.spi.model.CapabilityQuery
 
value() - Method in enum org.xcmis.spi.model.CapabilityRendition
 
value() - Method in enum org.xcmis.spi.model.ChangeType
 
value() - Method in enum org.xcmis.spi.model.ContentStreamAllowed
 
value() - Method in enum org.xcmis.spi.model.DateResolution
 
value() - Method in enum org.xcmis.spi.model.IncludeRelationships
 
value() - Method in enum org.xcmis.spi.model.Permission.BasicPermissions
 
value() - Method in enum org.xcmis.spi.model.PropertyType
 
value() - Method in enum org.xcmis.spi.model.RelationshipDirection
 
value() - Method in enum org.xcmis.spi.model.SupportedPermissions
 
value() - Method in enum org.xcmis.spi.model.UnfileObject
 
value() - Method in enum org.xcmis.spi.model.Updatability
 
value() - Method in enum org.xcmis.spi.model.VersioningState
 
valueOf(String) - Static method in enum org.xcmis.spi.model.AccessControlPropagation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.BaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.CapabilityACL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.CapabilityChanges
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.CapabilityContentStreamUpdatable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.CapabilityJoin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.CapabilityQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.CapabilityRendition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.ContentStreamAllowed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.DateResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.IncludeRelationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.Permission.BasicPermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.Precision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.SupportedPermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.UnfileObject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.Updatability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.spi.model.VersioningState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xcmis.spi.model.AccessControlPropagation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.BaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.CapabilityACL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.CapabilityChanges
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.CapabilityContentStreamUpdatable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.CapabilityJoin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.CapabilityQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.CapabilityRendition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.ContentStreamAllowed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.DateResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.IncludeRelationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.Permission.BasicPermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.Precision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.SupportedPermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.UnfileObject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.Updatability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.spi.model.VersioningState
Returns an array containing the constants of this enum type, in the order they are declared.
VENDOR_NAME - Static variable in class org.xcmis.spi.basic.BasicStorageProvider
 
VERSION - Static variable in class org.xcmis.spi.Connection
 
VERSION_LABEL - Static variable in interface org.xcmis.spi.CmisConstants
 
VERSION_SERIES_CHECKED_OUT_BY - Static variable in interface org.xcmis.spi.CmisConstants
 
VERSION_SERIES_CHECKED_OUT_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
VERSION_SERIES_ID - Static variable in interface org.xcmis.spi.CmisConstants
 
versionComparator - Static variable in class org.xcmis.spi.utils.CmisUtils
 
VersioningException - Exception in org.xcmis.spi
If performing an update operation on a Document that can't be updated, deleted because of its position in version series (not current version) or other versioning conflict.
VersioningException() - Constructor for exception org.xcmis.spi.VersioningException
Construct instance VersioningException without message.
VersioningException(String) - Constructor for exception org.xcmis.spi.VersioningException
Construct instance VersioningException with message.
VersioningState - Enum in org.xcmis.spi.model
 
visit(ObjectData) - Method in interface org.xcmis.spi.ObjectDataVisitor
This method is called when instance of visitor is passed to the ObjectData.accept(org.xcmis.spi.ObjectDataVisitor)

W

WILDCARD - Static variable in interface org.xcmis.spi.CmisConstants
 

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

Copyright © 2011 eXo Platform SAS. All Rights Reserved.