Adapt to JCR 2.0
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jackrabbit / src / main / java / org / argeo / server / jackrabbit / JackrabbitContainer.java
index 0c72e8d45343afc6da2672e79a3ada3fc2fd3c9c..6d7237a648a57af585c6c3d0a6011684bd75c89d 100644 (file)
@@ -25,6 +25,7 @@ import javax.jcr.NoSuchWorkspaceException;
 import javax.jcr.Repository;
 import javax.jcr.RepositoryException;
 import javax.jcr.Session;
+import javax.jcr.Value;
 
 import org.apache.commons.io.FileUtils;
 import org.apache.commons.io.IOUtils;
@@ -122,6 +123,26 @@ public class JackrabbitContainer implements InitializingBean, DisposableBean,
                return repository.login(workspaceName);
        }
 
+       public boolean isStandardDescriptor(String key) {
+               // TODO Auto-generated method stub
+               return false;
+       }
+
+       public boolean isSingleValueDescriptor(String key) {
+               // TODO Auto-generated method stub
+               return false;
+       }
+
+       public Value getDescriptorValue(String key) {
+               // TODO Auto-generated method stub
+               return null;
+       }
+
+       public Value[] getDescriptorValues(String key) {
+               // TODO Auto-generated method stub
+               return null;
+       }
+
        // BEANS METHODS
        public void setHomeDirectory(File homeDirectory) {
                this.homeDirectory = homeDirectory;