]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/views/ArtifactsBrowser.java
Add doAs in RCP CmsView.
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / views / ArtifactsBrowser.java
index 9ae713e852ce118302f267b6c53ce4f3207213ad..9eef4771083d7edbf409a849cfbf80a33ff610b5 100644 (file)
@@ -1,18 +1,3 @@
-/*
- * Copyright (C) 2007-2012 Argeo GmbH
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *         http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 package org.argeo.slc.client.ui.dist.views;
 
 import java.text.DateFormat;
@@ -23,13 +8,13 @@ import javax.jcr.Property;
 import javax.jcr.RepositoryException;
 import javax.jcr.Session;
 
-import org.argeo.ArgeoException;
 import org.argeo.jcr.JcrUtils;
+import org.argeo.slc.SlcException;
+import org.argeo.slc.SlcTypes;
 import org.argeo.slc.client.ui.dist.DistConstants;
 import org.argeo.slc.client.ui.dist.DistImages;
 import org.argeo.slc.client.ui.dist.DistPlugin;
 import org.argeo.slc.client.ui.dist.controllers.ArtifactsTreeContentProvider;
-import org.argeo.slc.jcr.SlcTypes;
 import org.argeo.slc.repo.RepoConstants;
 import org.eclipse.jface.viewers.ColumnLabelProvider;
 import org.eclipse.jface.viewers.ISelection;
@@ -98,7 +83,7 @@ public class ArtifactsBrowser extends ViewPart implements DistConstants,
                                rootNode = jcrSession.getNode(DEFAULT_ARTIFACTS_BASE_PATH);
                                artifactTreeViewer.setInput(rootNode);
                        } catch (RepositoryException e) {
-                               throw new ArgeoException("Cannot load base artifact nodes", e);
+                               throw new SlcException("Cannot load base artifact nodes", e);
                        }
                }
        }
@@ -245,7 +230,7 @@ public class ArtifactsBrowser extends ViewPart implements DistConstants,
                                        }
                                }
                        } catch (RepositoryException re) {
-                               throw new ArgeoException(
+                               throw new SlcException(
                                                "Unexepected error while getting property values", re);
                        }
                        return null;
@@ -264,7 +249,7 @@ public class ArtifactsBrowser extends ViewPart implements DistConstants,
                // strValue = value.getString();
                // return strValue;
                // } catch (RepositoryException e) {
-               // throw new ArgeoException(
+               // throw new SlcException(
                // "unexpected error while formatting value", e);
                // }
                // }