[jbpm-commits] JBoss JBPM SVN: r6111 - in projects/businesslink: src and 14 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 21 04:12:27 EST 2010


Author: tom.baeyens at jboss.com
Date: 2010-01-21 04:12:26 -0500 (Thu, 21 Jan 2010)
New Revision: 6111

Added:
   projects/businesslink/.classpath
   projects/businesslink/.project
   projects/businesslink/license.txt
   projects/businesslink/pom.xml
   projects/businesslink/src/
   projects/businesslink/src/main/
   projects/businesslink/src/main/java/
   projects/businesslink/src/main/java/org/
   projects/businesslink/src/main/java/org/jbpm/
   projects/businesslink/src/main/java/org/jbpm/businesslink/
   projects/businesslink/src/main/java/org/jbpm/businesslink/api/
   projects/businesslink/src/main/java/org/jbpm/businesslink/api/Artifact.java
   projects/businesslink/src/main/java/org/jbpm/businesslink/api/BusinessLinkService.java
   projects/businesslink/src/main/java/org/jbpm/businesslink/api/Comment.java
   projects/businesslink/src/main/java/org/jbpm/businesslink/api/Link.java
   projects/businesslink/src/main/java/org/jbpm/businesslink/internal/
   projects/businesslink/src/main/java/org/jbpm/businesslink/internal/BusinessLinkServiceImpl.java
   projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/
   projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileArtifact.java
   projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileRepository.java
   projects/businesslink/src/main/java/org/jbpm/businesslink/internal/spi/
   projects/businesslink/src/main/java/org/jbpm/businesslink/internal/spi/Repository.java
   projects/businesslink/src/test/
   projects/businesslink/src/test/java/
   projects/businesslink/src/test/java/org/
   projects/businesslink/src/test/java/org/jbpm/
   projects/businesslink/src/test/java/org/jbpm/businesslink/
   projects/businesslink/src/test/java/org/jbpm/businesslink/BusinessLinkTest.java
Log:
adding bl

Added: projects/businesslink/.classpath
===================================================================
--- projects/businesslink/.classpath	                        (rev 0)
+++ projects/businesslink/.classpath	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>


Property changes on: projects/businesslink/.classpath
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/.project
===================================================================
--- projects/businesslink/.project	                        (rev 0)
+++ projects/businesslink/.project	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>businesslink</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>


Property changes on: projects/businesslink/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/license.txt
===================================================================
--- projects/businesslink/license.txt	                        (rev 0)
+++ projects/businesslink/license.txt	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   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.


Property changes on: projects/businesslink/license.txt
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/pom.xml
===================================================================
--- projects/businesslink/pom.xml	                        (rev 0)
+++ projects/businesslink/pom.xml	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,246 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $Id: pom.xml 6056 2010-01-05 09:13:54Z tom.baeyens at jboss.com $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>jBPM BusinessLink</name>
+  <groupId>org.jbpm.businesslink</groupId>
+  <artifactId>businesslink</artifactId>
+  <packaging>jar</packaging>
+
+  <version>1.0-SNAPSHOT</version>
+
+  <organization>
+    <name>JBoss, a division of Red Hat</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+
+  <properties>
+    <hibernate.version>3.3.1.GA</hibernate.version>
+    <junit.version>3.8.2</junit.version>
+  </properties>
+<!-- 
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <apache.ant.version>1.7.0</apache.ant.version>
+    <beanshell.version>2.0b5</beanshell.version>
+    <groovy.version>1.5.6</groovy.version>
+    <cactus.version>1.8.1</cactus.version>
+    <drools.version>5.0.1</drools.version>
+    <aspectjrt.version>1.5.3</aspectjrt.version>
+    <freemarker.version>2.3.15</freemarker.version>
+    <gwt.console.version>1.3.0</gwt.console.version>
+    <jbpm.gpd.version>4.3-SNAPSHOT</jbpm.gpd.version>
+    <slf4j.version>1.5.2</slf4j.version>
+    <hsqldb.version>1.8.0.7</hsqldb.version>
+    <jboss.identity.version>1.0.0.Beta1</jboss.identity.version>
+    <jboss.j2ee.version>4.2.2.GA</jboss.j2ee.version>
+    <jboss.client.version>5.0.1.GA</jboss.client.version>
+    <jsr233.version>2.0.5</jsr233.version>
+    <juel.version>2.1.0</juel.version>
+    <junit.version>3.8.2</junit.version>
+    <log4j.version>1.2.14</log4j.version>
+    <mail.version>1.4.1</mail.version>
+    <report.engine.version>2.3.2</report.engine.version>
+    <servlet-api.version>2.5</servlet-api.version>
+    <signavio.jbpmeditor.version>1.1</signavio.jbpmeditor.version>
+    <spring.version>2.0.8</spring.version>
+    <stax.api.version>1.0.1</stax.api.version>
+  	<wiser.version>1.2</wiser.version>
+    <woodstox.version>3.2.6</woodstox.version>
+    <hsqldb.version>1.8.0.7</hsqldb.version>
+    <mysql.connector.version>5.0.8</mysql.connector.version>
+    <postgresql.version>8.3-603.jdbc3</postgresql.version>
+    <jtds.version>1.2.2</jtds.version>
+    <oracle.version>10.2.0.4</oracle.version>
+ -->    
+
+  <dependencies>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+      <version>${hibernate.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+    </dependency>
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbpm/projects/businesslink</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbpm/projects/businesslink</developerConnection>
+    <url>http://fisheye.jboss.com/browse/JbpmSvn/projects/businesslink</url>
+  </scm>
+
+  <!-- IssueManagement -->
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.org/jira/browse/JBPM</url>
+  </issueManagement>
+
+  <!-- Licenses -->
+  <licenses>
+    <license>
+      <name>Apache</name>
+      <url>http://repository.jboss.com/licenses/apache-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <!-- Plugins -->
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <failIfNoTests>false</failIfNoTests>
+          <trimStackTrace>false</trimStackTrace>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          <excludes>
+            <exclude>**/*TestCase.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+
+    <!-- PluginManagement -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.0.2.SP1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2-beta-2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>buildnumber-maven-plugin</artifactId>
+          <version>1.0-beta-1</version>
+        </plugin>
+        <plugin>
+          <groupId>net.sourceforge.maven-taglib</groupId>
+          <artifactId>maven-taglib-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <!-- Repositories -->
+  <repositories>
+    <repository>
+      <id>maven1.java.net</id>
+      <url>http://download.java.net/maven/1/</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>repository.jboss.org</id>
+      <url>http://repository.jboss.com/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <url>http://snapshots.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>repository.codehaus.org</id>
+      <url>http://repository.codehaus.org</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>maven2.java.net</id>
+      <name>Java.net Repository for Maven 2</name>
+      <url>http://download.java.net/maven/2/</url>
+    </repository>
+    <repository>
+      <id>gwt-maven</id>
+      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+    </repository>
+  </repositories>
+
+  <!-- PluginRepositories -->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>maven2.java.net</id>
+      <name>Java.net Repository for Maven 2</name>
+      <url>http://download.java.net/maven/2/</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>repository.jboss.com</id>
+      <url>http://repository.jboss.com/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>snapshots.jboss.org</id>
+      <url>http://snapshots.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>gwt-maven</id>
+      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <!-- DistributionManagement -->
+  <distributionManagement>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Maven Repository</name>
+      <url>file://${jboss.maven.repository}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+</project>


Property changes on: projects/businesslink/pom.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/api/Artifact.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/api/Artifact.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/api/Artifact.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.api;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public interface Artifact {
+  
+  String ARTIFACTTYPE_DIRECTORY = "directory";  
+
+  String getName();
+  String getType();
+  String getPath();
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/api/Artifact.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/api/BusinessLinkService.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/api/BusinessLinkService.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/api/BusinessLinkService.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,45 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.api;
+
+import java.util.List;
+
+
+/** central service access to greenlight facilities.
+ * 
+ * authenticated user is assumed to be accessible by the service implementation.
+ * 
+ * @author Tom Baeyens
+ */
+public interface BusinessLinkService {
+
+  List<Artifact> getArtifacts(String directoryPath);
+
+  List<Link> getLinks(String path);
+  Link createLink(String artifactA, String artifactB);
+  void updateLink(Link link);
+  Link deleteLink(Link link);
+
+//  List<Comment> getComments(String path);
+//  void createComment(String path, String text);
+//  void updateComment(Comment comment);
+//  void deleteComment(Comment comment);
+//
+//  Watch createWatch(String path);
+//  List<Watch> getWatchers(String path);
+//  void updateWatch(Watch watch);
+//  void deleteWatch(Watch watch);
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/api/BusinessLinkService.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/api/Comment.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/api/Comment.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/api/Comment.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.api;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public interface Comment {
+
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/api/Comment.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/api/Link.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/api/Link.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/api/Link.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.api;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public interface Link {
+
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/api/Link.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/BusinessLinkServiceImpl.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/internal/BusinessLinkServiceImpl.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/internal/BusinessLinkServiceImpl.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,66 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.internal;
+
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import org.jbpm.businesslink.api.Artifact;
+import org.jbpm.businesslink.api.BusinessLinkService;
+import org.jbpm.businesslink.api.Link;
+import org.jbpm.businesslink.internal.spi.Repository;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public class BusinessLinkServiceImpl implements BusinessLinkService {
+  
+  Map<String, Repository> repositories = new HashMap<String, Repository>();
+  
+  public void addRepository(Repository repository) {
+    repositories.put(repository.getName(), repository);
+  }
+
+  public List<Artifact> getArtifacts(String directoryPath) {
+    int slashIndex = directoryPath.indexOf('/');
+    if (slashIndex==-1) {
+      throw new RuntimeException("invalid directory path: no slash: "+directoryPath);
+    }
+    String repositoryName = directoryPath.substring(0, slashIndex);
+    Repository repository = repositories.get(repositoryName);
+
+    String repoPath = directoryPath.substring(slashIndex+1);
+    return repository.getArtifacts(repoPath);
+  }
+
+
+  public Link createLink(String artifactA, String artifactB) {
+    return null;
+  }
+
+  public Link deleteLink(Link link) {
+    return null;
+  }
+
+  public List<Link> getLinks(String path) {
+    return null;
+  }
+
+  public void updateLink(Link link) {
+  }
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/BusinessLinkServiceImpl.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileArtifact.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileArtifact.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileArtifact.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,61 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.internal.file;
+
+import java.io.File;
+
+import org.jbpm.businesslink.api.Artifact;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public class FileArtifact implements Artifact {
+
+  FileRepository fileRepository;
+  String path;
+  String name;
+  
+  public FileArtifact(FileRepository fileRepository, String path, String artifactName) {
+    this.fileRepository = fileRepository;
+    this.path = path+'/'+artifactName;
+    this.name = artifactName;
+  }
+
+  public String getName() {
+    return name;
+  }
+
+  public String getPath() {
+    return fileRepository.name+'/'+path;
+  }
+
+  public String getType() {
+    File file = new File(fileRepository.rootPath+FileRepository.FILESEPARATOR+path);
+    if (file.isDirectory()) {
+      return ARTIFACTTYPE_DIRECTORY;
+    }
+    int lastIndexOf = name.lastIndexOf('.');
+    if (lastIndexOf==-1) {
+      throw new RuntimeException("couldn't determine artifact type "+this);
+    }
+    return name.substring(lastIndexOf);
+  }
+  
+  public String toString() {
+    return path;
+  }
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileArtifact.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileRepository.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileRepository.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileRepository.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,80 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.internal.file;
+
+import java.io.File;
+import java.util.ArrayList;
+import java.util.List;
+
+import org.jbpm.businesslink.api.Artifact;
+import org.jbpm.businesslink.internal.spi.Repository;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public class FileRepository implements Repository {
+  
+  static final String FILESEPARATOR = System.getProperty("file.separator");
+
+  String name;
+  String rootPath;
+
+  public FileRepository(String name, String rootPath) {
+    this.name = name;
+    File rootFile = new File(rootPath);
+    if (!rootFile.exists()) {
+      throw new RuntimeException("rootPath '"+rootPath+"' doesn't exist");
+    }
+    if (!rootFile.isDirectory()) {
+      throw new RuntimeException("rootPath '"+rootPath+"' is not a directory");
+    }
+    try {
+      this.rootPath = rootFile.getCanonicalPath();
+    } catch (Exception e) {
+      e.printStackTrace();
+    }
+  }
+
+  public List<Artifact> getArtifacts(String path) {
+    String directoryPath = rootPath+FILESEPARATOR+path;
+    File directory = new File(directoryPath);
+    if (!directory.exists()) {
+      throw new RuntimeException("directory "+directoryPath+" doesn't exist");
+    }
+    if (!directory.isDirectory()) {
+      throw new RuntimeException("not a directory: "+directoryPath);
+    }
+    
+    List<Artifact> artifacts = new ArrayList<Artifact>();
+    String[] artifactNames = directory.list();
+    if (artifactNames!=null) {
+      for (String artifactName: artifactNames) {
+        artifacts.add(new FileArtifact(this, path, artifactName));
+      }
+    }
+
+    return artifacts;
+  }
+
+  public String getName() {
+    return name;
+  }
+
+  public String getType() {
+    return REPOSITORYTYPE_FILESYSTEM;
+  }
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/file/FileRepository.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/spi/Repository.java
===================================================================
--- projects/businesslink/src/main/java/org/jbpm/businesslink/internal/spi/Repository.java	                        (rev 0)
+++ projects/businesslink/src/main/java/org/jbpm/businesslink/internal/spi/Repository.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,34 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink.internal.spi;
+
+import java.util.List;
+
+import org.jbpm.businesslink.api.Artifact;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public interface Repository {
+
+  String REPOSITORYTYPE_FILESYSTEM = "FileSystem";
+
+  String getName();
+  String getType();
+  
+  List<Artifact> getArtifacts(String path);
+}


Property changes on: projects/businesslink/src/main/java/org/jbpm/businesslink/internal/spi/Repository.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: projects/businesslink/src/test/java/org/jbpm/businesslink/BusinessLinkTest.java
===================================================================
--- projects/businesslink/src/test/java/org/jbpm/businesslink/BusinessLinkTest.java	                        (rev 0)
+++ projects/businesslink/src/test/java/org/jbpm/businesslink/BusinessLinkTest.java	2010-01-21 09:12:26 UTC (rev 6111)
@@ -0,0 +1,78 @@
+/*
+ * Copyright 2005 JBoss Inc
+ * 
+ * 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.jbpm.businesslink;
+
+import java.io.File;
+import java.util.List;
+
+import junit.framework.TestCase;
+
+import org.jbpm.businesslink.api.Artifact;
+import org.jbpm.businesslink.internal.BusinessLinkServiceImpl;
+import org.jbpm.businesslink.internal.file.FileRepository;
+
+/**
+ * @author Tom Baeyens
+ */
+public class BusinessLinkTest extends TestCase {
+
+  private static final String FILESEPARATOR = System.getProperty("file.separator");
+
+  private static String testSourcesPath = getTestSourcesPath();
+
+  public void testJavaFile() throws Exception {
+    BusinessLinkServiceImpl greenLightService = new BusinessLinkServiceImpl();
+    greenLightService.addRepository(new FileRepository("test-sources", testSourcesPath));
+
+    List<Artifact> artifacts = greenLightService.getArtifacts("test-sources/org/jbpm/businesslink");
+    assertNotNull(artifacts);
+    assertFalse(artifacts.isEmpty());
+
+    Artifact artifact = artifacts.get(0);
+    assertEquals("BusinessLinkTest.java", artifact.getName());
+    assertEquals(".java", artifact.getType());
+    assertEquals("test-sources/org/jbpm/businesslink/BusinessLinkTest.java", artifact.getPath());
+
+    assertEquals(1, artifacts.size());
+  }
+
+  public void testDirectory() throws Exception {
+    BusinessLinkServiceImpl greenLightService = new BusinessLinkServiceImpl();
+    greenLightService.addRepository(new FileRepository("test-sources", testSourcesPath));
+
+    List<Artifact> artifacts = greenLightService.getArtifacts("test-sources/org/jbpm");
+    assertNotNull(artifacts);
+    assertFalse(artifacts.isEmpty());
+
+    Artifact artifact = artifacts.get(0);
+    assertEquals("businesslink", artifact.getName());
+    assertEquals(Artifact.ARTIFACTTYPE_DIRECTORY, artifact.getType());
+    assertEquals("test-sources/org/jbpm/businesslink", artifact.getPath());
+
+    assertEquals(1, artifacts.size());
+  }
+
+  private static String getTestSourcesPath() {
+    try {
+      String testClassesPath = BusinessLinkTest.class.getProtectionDomain().getCodeSource().getLocation().getPath();
+      String testSourcesPath = testClassesPath + FILESEPARATOR + ".." + FILESEPARATOR + ".." + FILESEPARATOR + "src/test/java";
+      testSourcesPath = new File(testSourcesPath).getCanonicalPath();
+      return testSourcesPath;
+    } catch (Exception e) {
+      throw new RuntimeException("couldn't get test sources path", e);
+    }
+  }
+}


Property changes on: projects/businesslink/src/test/java/org/jbpm/businesslink/BusinessLinkTest.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbpm-commits mailing list