You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by th...@apache.org on 2010/04/23 16:35:27 UTC

svn commit: r937313 [2/2] - in /jackrabbit/sandbox/jackrabbit-j3/src/main/java/org/apache/jackrabbit/j3: ./ lock/ nodetype/ query/ query/qom/ retention/ security/ util/ version/

Modified: jackrabbit/sandbox/jackrabbit-j3/src/main/java/org/apache/jackrabbit/j3/version/VersionManagerImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-j3/src/main/java/org/apache/jackrabbit/j3/version/VersionManagerImpl.java?rev=937313&r1=937312&r2=937313&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-j3/src/main/java/org/apache/jackrabbit/j3/version/VersionManagerImpl.java (original)
+++ jackrabbit/sandbox/jackrabbit-j3/src/main/java/org/apache/jackrabbit/j3/version/VersionManagerImpl.java Fri Apr 23 14:35:26 2010
@@ -48,86 +48,86 @@ public class VersionManagerImpl implemen
 
     public void cancelMerge(String absPath, Version version) throws VersionException, InvalidItemStateException,
             UnsupportedRepositoryOperationException, RepositoryException {
-        log.code(this, "cancelMerge", absPath, version);
+        log.codeTodo(this, "cancelMerge", absPath, version);
         // TODO
 
     }
 
     public Version checkin(String absPath) throws VersionException, UnsupportedRepositoryOperationException,
             InvalidItemStateException, LockException, RepositoryException {
-        log.code(this, "checkin", absPath);
+        log.codeTodo(this, "checkin", absPath);
         // TODO
         return null;
     }
 
     public void checkout(String absPath) throws UnsupportedRepositoryOperationException, LockException,
             RepositoryException {
-        log.code(this, "checkout", absPath);
+        log.codeTodo(this, "checkout", absPath);
         // TODO
 
     }
 
     public Version checkpoint(String absPath) throws VersionException, UnsupportedRepositoryOperationException,
             InvalidItemStateException, LockException, RepositoryException {
-        log.code(this, "checkpoint", absPath);
+        log.codeTodo(this, "checkpoint", absPath);
         // TODO
         return null;
     }
 
     public Node createActivity(String title) throws UnsupportedRepositoryOperationException, RepositoryException {
-        log.code(this, "createActivity", title);
+        log.codeTodo(this, "createActivity", title);
         // TODO
         return null;
     }
 
     public Node createConfiguration(String absPath) throws UnsupportedRepositoryOperationException, RepositoryException {
-        log.code(this, "createConfiguration", absPath);
+        log.codeTodo(this, "createConfiguration", absPath);
         // TODO
         return null;
     }
 
     public void doneMerge(String absPath, Version version) throws VersionException, InvalidItemStateException,
             UnsupportedRepositoryOperationException, RepositoryException {
-        log.code(this, "doneMerge", absPath, version);
+        log.codeTodo(this, "doneMerge", absPath, version);
         // TODO
 
     }
 
     public Node getActivity() throws UnsupportedRepositoryOperationException, RepositoryException {
-        log.code(this, "getActivity");
+        log.codeTodo(this, "getActivity");
         // TODO
         return null;
     }
 
     public Version getBaseVersion(String absPath) throws UnsupportedRepositoryOperationException, RepositoryException {
-        log.code(this, "getBaseVersion", absPath);
+        log.codeTodo(this, "getBaseVersion", absPath);
         // TODO
         return null;
     }
 
     public VersionHistory getVersionHistory(String absPath) throws UnsupportedRepositoryOperationException,
             RepositoryException {
-        log.code(this, "getVersionHistory", absPath);
+        log.codeTodo(this, "getVersionHistory", absPath);
         // TODO
         return null;
     }
 
     public boolean isCheckedOut(String absPath) throws RepositoryException {
-        log.code(this, "isCheckedOut", absPath);
+        log.codeTodo(this, "isCheckedOut", absPath);
         // TODO
         return false;
     }
 
     public NodeIterator merge(Node activityNode) throws VersionException, AccessDeniedException, MergeException,
             LockException, InvalidItemStateException, RepositoryException {
-        log.code(this, "merge", activityNode);
+        log.codeTodo(this, "merge", activityNode);
         // TODO
         return null;
     }
 
     public NodeIterator merge(String absPath, String srcWorkspace, boolean bestEffort) throws NoSuchWorkspaceException,
             AccessDeniedException, MergeException, LockException, InvalidItemStateException, RepositoryException {
-        log.code(this, "merge", absPath, srcWorkspace, bestEffort);
+        log.codeTodo(this, "merge", absPath, srcWorkspace, bestEffort);
         // TODO
         return null;
     }
@@ -141,7 +141,7 @@ public class VersionManagerImpl implemen
 
     public void removeActivity(Node activityNode) throws UnsupportedRepositoryOperationException, VersionException,
             RepositoryException {
-        log.code(this, "removeActivity", activityNode);
+        log.codeTodo(this, "removeActivity", activityNode);
         // TODO
 
     }
@@ -149,14 +149,14 @@ public class VersionManagerImpl implemen
     public void restore(Version[] versions, boolean removeExisting) throws ItemExistsException,
             UnsupportedRepositoryOperationException, VersionException, LockException, InvalidItemStateException,
             RepositoryException {
-        log.code(this, "restore", versions, removeExisting);
+        log.codeTodo(this, "restore", versions, removeExisting);
         // TODO
 
     }
 
     public void restore(Version version, boolean removeExisting) throws VersionException, ItemExistsException,
             InvalidItemStateException, UnsupportedRepositoryOperationException, LockException, RepositoryException {
-        log.code(this, "restore", version, removeExisting);
+        log.codeTodo(this, "restore", version, removeExisting);
         // TODO
 
     }
@@ -164,7 +164,7 @@ public class VersionManagerImpl implemen
     public void restore(String absPath, String versionName, boolean removeExisting) throws VersionException,
             ItemExistsException, UnsupportedRepositoryOperationException, LockException, InvalidItemStateException,
             RepositoryException {
-        log.code(this, "restore", absPath, versionName, removeExisting);
+        log.codeTodo(this, "restore", absPath, versionName, removeExisting);
         // TODO
 
     }
@@ -172,7 +172,7 @@ public class VersionManagerImpl implemen
     public void restore(String absPath, Version version, boolean removeExisting) throws PathNotFoundException,
             ItemExistsException, VersionException, ConstraintViolationException,
             UnsupportedRepositoryOperationException, LockException, InvalidItemStateException, RepositoryException {
-        log.code(this, "restore", absPath, version, removeExisting);
+        log.codeTodo(this, "restore", absPath, version, removeExisting);
         // TODO
 
     }
@@ -180,13 +180,13 @@ public class VersionManagerImpl implemen
     public void restoreByLabel(String absPath, String versionLabel, boolean removeExisting) throws VersionException,
             ItemExistsException, UnsupportedRepositoryOperationException, LockException, InvalidItemStateException,
             RepositoryException {
-        log.code(this, "restoreByLabel", absPath, versionLabel, removeExisting);
+        log.codeTodo(this, "restoreByLabel", absPath, versionLabel, removeExisting);
         // TODO
 
     }
 
     public Node setActivity(Node activity) throws UnsupportedRepositoryOperationException, RepositoryException {
-        log.code(this, "setActivity", activity);
+        log.codeTodo(this, "setActivity", activity);
         // TODO
         return null;
     }