org.exoplatform.ecms.xcmis.sp
Class JcrConnection

java.lang.Object
  extended by org.xcmis.spi.Connection
      extended by org.exoplatform.ecms.xcmis.sp.JcrConnection

public class JcrConnection
extends org.xcmis.spi.Connection

Version:
$Id: JcrConnection.java 67217 2011-03-15 09:35:56Z ha_dangviet $
Author:
Andrey Parfonov

Field Summary
 
Fields inherited from class org.xcmis.spi.Connection
CREATE, storage, UPDATE, VERSION
 
Constructor Summary
JcrConnection(org.xcmis.spi.Storage storage)
           
 
Method Summary
protected  void checkConnection()
          
 void close()
          
protected  void validateChangeToken(org.xcmis.spi.ObjectData object, java.lang.String changeToken)
          
 
Methods inherited from class org.xcmis.spi.Connection
addObjectToFolder, addType, applyACL, applyPolicy, cancelCheckout, checkin, checkout, createDocument, createDocumentFromSource, createFolder, createPolicy, createRelationship, deleteContentStream, deleteObject, deleteTree, getACL, getAllowableActions, getAllVersions, getAppliedPolicies, getCheckedOutDocs, getChildren, getCmisObject, getContentChanges, getContentStream, getDescendants, getFolderParent, getFolderTree, getObject, getObjectByPath, getObjectOfLatestVersion, getObjectParents, getObjectRelationships, getProperties, getPropertiesOfLatestVersion, getRenditions, getStorage, getTypeChildren, getTypeDefinition, getTypeDefinition, getTypeDescendants, moveObject, query, removeObjectFromFolder, removePolicy, removeType, setContentStream, updateProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrConnection

public JcrConnection(org.xcmis.spi.Storage storage)
Method Detail

close

public void close()

Specified by:
close in class org.xcmis.spi.Connection

validateChangeToken

protected void validateChangeToken(org.xcmis.spi.ObjectData object,
                                   java.lang.String changeToken)
                            throws org.xcmis.spi.UpdateConflictException

Specified by:
validateChangeToken in class org.xcmis.spi.Connection
Throws:
org.xcmis.spi.UpdateConflictException

checkConnection

protected void checkConnection()
                        throws java.lang.IllegalStateException

Specified by:
checkConnection in class org.xcmis.spi.Connection
Throws:
java.lang.IllegalStateException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.