diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.java index 07a8cf2..94f4db0 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.java @@ -214,7 +214,7 @@ public class ApplicationNewsManager extends SocialPortalBridge implements NewsMa String user = ""; String pwd = ""; String httpBaseURL = ""; - String fileName = UUID.randomUUID() + imageExtension.toString().toLowerCase(); + String fileName = UUID.randomUUID() + "." + imageExtension.toString().toLowerCase(); try { GCUBERuntimeResource res = getConfigurationFromIS(); ftpUrl = res.getAccessPoints().get(0).getEndpoint(); diff --git a/target/apidocs/allclasses-frame.html b/target/apidocs/allclasses-frame.html index ece1232..7be56fe 100644 --- a/target/apidocs/allclasses-frame.html +++ b/target/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -28,8 +28,6 @@ All Classes (Social Portal ASL Extension 0.1.0-SNAPSHOT API)
AslNotificationManager
-ImageType -
NewsManager
NotificationManager diff --git a/target/apidocs/allclasses-noframe.html b/target/apidocs/allclasses-noframe.html index acd76d6..951b88c 100644 --- a/target/apidocs/allclasses-noframe.html +++ b/target/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -28,8 +28,6 @@ All Classes (Social Portal ASL Extension 0.1.0-SNAPSHOT API)
AslNotificationManager
-ImageType -
NewsManager
NotificationManager diff --git a/target/apidocs/constant-values.html b/target/apidocs/constant-values.html index e13265f..94b7918 100644 --- a/target/apidocs/constant-values.html +++ b/target/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/deprecated-list.html b/target/apidocs/deprecated-list.html index 17b9bf9..43ee3c8 100644 --- a/target/apidocs/deprecated-list.html +++ b/target/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/help-doc.html b/target/apidocs/help-doc.html index ce3ac2f..b053eff 100644 --- a/target/apidocs/help-doc.html +++ b/target/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/index-all.html b/target/apidocs/index-all.html index 0dc2d7b..d9fcf6a 100644 --- a/target/apidocs/index-all.html +++ b/target/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -79,7 +79,7 @@ function windowTitle() -A E G I N O S V _
+A E G N O S _

A

@@ -119,11 +119,6 @@ Static method in class org.gcube.applicationsupportlayer.social.

-I

-
-
ImageType - Enum in org.gcube.applicationsupportlayer.social.imageType
 
-

N

@@ -192,7 +187,7 @@ Method in interface org.gcube.applicationsupportlayer.social.

O

-
org.gcube.applicationsupportlayer.social - package org.gcube.applicationsupportlayer.social
 
org.gcube.applicationsupportlayer.social.ex - package org.gcube.applicationsupportlayer.social.ex
 
org.gcube.applicationsupportlayer.social.imageType - package org.gcube.applicationsupportlayer.social.imageType
 
+
org.gcube.applicationsupportlayer.social - package org.gcube.applicationsupportlayer.social
 
org.gcube.applicationsupportlayer.social.ex - package org.gcube.applicationsupportlayer.social.ex
 

S

@@ -206,9 +201,9 @@ Method in class org.gcube.applicationsupportlayer.social.shareApplicationUpdate(String, String, String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNewsManager
use to share an update from your application with a reference to the news object and with a link preview -
shareApplicationUpdate(String, String, String, String, InputStream, ImageType) - +
shareApplicationUpdate(String, String, String, String, InputStream, ImageType) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNewsManager -
  +
use to share an update from your application with a reference to the news object and with a link preview passing its input stream
shareApplicationUpdate(String) - Method in interface org.gcube.applicationsupportlayer.social.NewsManager
use to share an update from your application @@ -218,7 +213,7 @@ Method in interface org.gcube.applicationsupportlayer.social.shareApplicationUpdate(String, String, String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NewsManager
use to share an update from your application with a reference to the news object and with a link preview -
shareApplicationUpdate(String, String, String, String, InputStream, ImageType) - +
shareApplicationUpdate(String, String, String, String, InputStream, ImageType) - Method in interface org.gcube.applicationsupportlayer.social.NewsManager
use to share an update from your application with a reference to the news object and with a link preview passing its input stream
SocialPortalBridge - Class in org.gcube.applicationsupportlayer.social
 
SocialPortalBridge(ASLSession) - @@ -226,18 +221,6 @@ Constructor for class org.gcube.applicationsupportlayer.social.

-V

-
-
valueOf(String) - -Static method in enum org.gcube.applicationsupportlayer.social.imageType.ImageType -
Returns the enum constant of this type with the specified name. -
values() - -Static method in enum org.gcube.applicationsupportlayer.social.imageType.ImageType -
Returns an array containing the constants of this enum type, in -the order they are declared. -
-

_

@@ -246,7 +229,7 @@ Static variable in class org.gcube.applicationsupportlayer.social.A E G I N O S V _ +A E G N O S _ diff --git a/target/apidocs/index.html b/target/apidocs/index.html index e306302..f26721b 100644 --- a/target/apidocs/index.html +++ b/target/apidocs/index.html @@ -2,7 +2,7 @@ - + Social Portal ASL Extension 0.1.0-SNAPSHOT API diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.html index a873173..1bfa96d 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_37) on Wed Dec 19 17:53:00 CET 2012 --> +<!-- Generated by javadoc (build 1.6.0_37) on Thu Dec 20 14:45:42 CET 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> ApplicationNewsManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -110,7 +110,7 @@ Class ApplicationNewsManager
Version:
0.1 Dec 2012 - use to share updates from within your application, the update will be published in the Users News Feed belonging to the VRE your application runs into
+ use to share updates from within your applicationProfile, the update will be published in the Users News Feed belonging to the VRE your applicationProfile runs into
Author:
Massimiliano Assante, ISTI-CNR
@@ -132,7 +132,7 @@ Class ApplicationNewsManager Fields inherited from class org.gcube.applicationsupportlayer.social.SocialPortalBridge -_log, aslSession +aslSession   @@ -163,7 +163,7 @@ Class ApplicationNewsManager - org.gcube.portal.databook.shared.Application + org.gcube.portal.databook.shared.ApplicationProfile getApplicationProfile()
@@ -189,12 +189,12 @@ Class ApplicationNewsManager  boolean -shareApplicationUpdate(String feedtext, - String uriGETparams, +shareApplicationUpdate(String feedText, + String uriParams, String previewTitle, String previewDescription, InputStream previewThumbnailInputStream, - ImageType imageExtension) + org.gcube.portal.databook.shared.ex.ImageType imageExtension)
          use to share an update from your application with a reference to the news object and with a link preview passing its input stream @@ -250,7 +250,7 @@ public ApplicationNewsManager(org.gcube.application.framework.core.sessio String portletClassName)
-
Parameters:
aslSession - the ASLSession instance
applicationClass - your servlet class name will be used ad unique identifier for your application
+
Parameters:
aslSession - the ASLSession instance
portletClassName - your servlet class name will be used ad unique identifier for your applicationProfile
@@ -266,7 +266,7 @@ public ApplicationNewsManager(org.gcube.application.framework.core.sessio

getApplicationProfile

-public org.gcube.portal.databook.shared.Application getApplicationProfile()
+public org.gcube.portal.databook.shared.ApplicationProfile getApplicationProfile()
@@ -333,24 +333,23 @@ public boolean shareApplicationUpdate(

+

shareApplicationUpdate

-public boolean shareApplicationUpdate(String feedtext,
-                                      String uriGETparams,
+public boolean shareApplicationUpdate(String feedText,
+                                      String uriParams,
                                       String previewTitle,
                                       String previewDescription,
                                       InputStream previewThumbnailInputStream,
-                                      ImageType imageExtension)
+ org.gcube.portal.databook.shared.ex.ImageType imageExtension)
-
Description copied from interface: NewsManager
use to share an update from your application with a reference to the news object and with a link preview passing its input stream

-
Specified by:
shareApplicationUpdate in interface NewsManager
+
Specified by:
shareApplicationUpdate in interface NewsManager
-
Parameters:
feedtext - add a description for the update you are sharing
uriGETparams - additional parameters if your application supports the direct opening of of this update's object e.g. id=12345&type=foo
previewTitle - the title to show in the preview
previewDescription - the description to show in the preview
previewThumbnailInputStream - the image url Input Stream to show in the preview
imageExtension - the image Extension +
Parameters:
feedText - add a description for the update you are sharing
uriParams - additional parameters if your application supports the direct opening of of this update's object e.g. id=12345&type=foo
previewTitle - the title to show in the preview
previewDescription - the description to show in the preview
previewThumbnailInputStream - the image url Input Stream to show in the preview
imageExtension - the image Extension
Returns:
true if the update is correctly delivered, false otherwise
diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/AslNotificationManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/AslNotificationManager.html index 6b01067..2745f70 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/AslNotificationManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/AslNotificationManager.html @@ -2,13 +2,13 @@ - + AslNotificationManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/NewsManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/NewsManager.html index b8348d8..516fe7e 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/NewsManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/NewsManager.html @@ -2,13 +2,13 @@ - + NewsManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -139,12 +139,12 @@ Interface NewsManager  boolean -shareApplicationUpdate(String feedtext, +shareApplicationUpdate(String feedtext, String uriGETparams, String previewTitle, String previewDescription, InputStream previewThumbnailInputStream, - ImageType imageExtension) + org.gcube.portal.databook.shared.ex.ImageType imageExtension)
          use to share an update from your application with a reference to the news object and with a link preview passing its input stream @@ -222,7 +222,7 @@ boolean shareApplicationUpdate(

+

shareApplicationUpdate

 boolean shareApplicationUpdate(String feedtext,
@@ -230,7 +230,7 @@ boolean shareApplicationUpdate(String previewTitle,
                                String previewDescription,
                                InputStream previewThumbnailInputStream,
-                               ImageType imageExtension)
+ org.gcube.portal.databook.shared.ex.ImageType imageExtension)
use to share an update from your application with a reference to the news object and with a link preview passing its input stream

diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/NotificationManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/NotificationManager.html index e663c28..08255b6 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/NotificationManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/NotificationManager.html @@ -2,13 +2,13 @@ - + NotificationManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/SocialPortalBridge.html b/target/apidocs/org/gcube/applicationsupportlayer/social/SocialPortalBridge.html index e094312..41ab172 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/SocialPortalBridge.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/SocialPortalBridge.html @@ -2,13 +2,13 @@ - + SocialPortalBridge (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/ApplicationNewsManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/ApplicationNewsManager.html index e616348..086864d 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/ApplicationNewsManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/ApplicationNewsManager.html @@ -2,13 +2,13 @@ - + Uses of Class org.gcube.applicationsupportlayer.social.ApplicationNewsManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/AslNotificationManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/AslNotificationManager.html index 5b46e4c..3fa315e 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/AslNotificationManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/AslNotificationManager.html @@ -2,13 +2,13 @@ - + Uses of Class org.gcube.applicationsupportlayer.social.AslNotificationManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NewsManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NewsManager.html index 77ccd03..dbad4ff 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NewsManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NewsManager.html @@ -2,13 +2,13 @@ - + Uses of Interface org.gcube.applicationsupportlayer.social.NewsManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NotificationManager.html b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NotificationManager.html index 7c985f6..fb132a3 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NotificationManager.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/NotificationManager.html @@ -2,13 +2,13 @@ - + Uses of Interface org.gcube.applicationsupportlayer.social.NotificationManager (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/SocialPortalBridge.html b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/SocialPortalBridge.html index abb8e74..cef04af 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/SocialPortalBridge.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/class-use/SocialPortalBridge.html @@ -2,13 +2,13 @@ - + Uses of Class org.gcube.applicationsupportlayer.social.SocialPortalBridge (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/ApplicationProfileNotFoundException.html b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/ApplicationProfileNotFoundException.html index 83cdfe7..15b01e8 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/ApplicationProfileNotFoundException.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/ApplicationProfileNotFoundException.html @@ -2,13 +2,13 @@ - + ApplicationProfileNotFoundException (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/class-use/ApplicationProfileNotFoundException.html b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/class-use/ApplicationProfileNotFoundException.html index f62f7a2..4ec6f16 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/class-use/ApplicationProfileNotFoundException.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/class-use/ApplicationProfileNotFoundException.html @@ -2,13 +2,13 @@ - + Uses of Class org.gcube.applicationsupportlayer.social.ex.ApplicationProfileNotFoundException (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-frame.html b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-frame.html index d6ac205..16a29b9 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-frame.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-frame.html @@ -2,13 +2,13 @@ - + org.gcube.applicationsupportlayer.social.ex (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-summary.html b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-summary.html index 1794fa5..8792cdc 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-summary.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-summary.html @@ -2,13 +2,13 @@ - + org.gcube.applicationsupportlayer.social.ex (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV PACKAGE  - NEXT PACKAGE + NEXT PACKAGE FRAMES    NO FRAMES   @@ -130,7 +130,7 @@ Package org.gcube.applicationsupportlayer.social.ex  PREV PACKAGE  - NEXT PACKAGE + NEXT PACKAGE FRAMES    NO FRAMES   diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-tree.html b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-tree.html index 8820def..2dfd8b6 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-tree.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-tree.html @@ -2,13 +2,13 @@ - + org.gcube.applicationsupportlayer.social.ex Class Hierarchy (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV  - NEXT + NEXT FRAMES    NO FRAMES   @@ -131,7 +131,7 @@ Class Hierarchy  PREV  - NEXT + NEXT FRAMES    NO FRAMES   diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-use.html b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-use.html index c33edff..a9ddf80 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-use.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/ex/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package org.gcube.applicationsupportlayer.social.ex (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/package-frame.html b/target/apidocs/org/gcube/applicationsupportlayer/social/package-frame.html index 9d625ed..c3df25b 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/package-frame.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/package-frame.html @@ -2,13 +2,13 @@ - + org.gcube.applicationsupportlayer.social (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/package-summary.html b/target/apidocs/org/gcube/applicationsupportlayer/social/package-summary.html index 3024774..a321542 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/package-summary.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/package-summary.html @@ -2,13 +2,13 @@ - + org.gcube.applicationsupportlayer.social (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/package-tree.html b/target/apidocs/org/gcube/applicationsupportlayer/social/package-tree.html index a392cbc..3572781 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/package-tree.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/package-tree.html @@ -2,13 +2,13 @@ - + org.gcube.applicationsupportlayer.social Class Hierarchy (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/org/gcube/applicationsupportlayer/social/package-use.html b/target/apidocs/org/gcube/applicationsupportlayer/social/package-use.html index 0fa1741..e507073 100644 --- a/target/apidocs/org/gcube/applicationsupportlayer/social/package-use.html +++ b/target/apidocs/org/gcube/applicationsupportlayer/social/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package org.gcube.applicationsupportlayer.social (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/apidocs/overview-frame.html b/target/apidocs/overview-frame.html index 13eb49e..6cbca00 100644 --- a/target/apidocs/overview-frame.html +++ b/target/apidocs/overview-frame.html @@ -2,13 +2,13 @@ - + Overview List (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -35,8 +35,6 @@ Packages
org.gcube.applicationsupportlayer.social.ex
-org.gcube.applicationsupportlayer.social.imageType -
diff --git a/target/apidocs/overview-summary.html b/target/apidocs/overview-summary.html index aea7cf3..6affaf5 100644 --- a/target/apidocs/overview-summary.html +++ b/target/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -99,10 +99,6 @@ Social Portal ASL Extension 0.1.0-SNAPSHOT API org.gcube.applicationsupportlayer.social.ex   - -org.gcube.applicationsupportlayer.social.imageType -  -

diff --git a/target/apidocs/overview-tree.html b/target/apidocs/overview-tree.html index 2ade57d..7b39837 100644 --- a/target/apidocs/overview-tree.html +++ b/target/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + @@ -85,7 +85,7 @@ function windowTitle() Hierarchy For All Packages

-
Package Hierarchies:
org.gcube.applicationsupportlayer.social, org.gcube.applicationsupportlayer.social.ex, org.gcube.applicationsupportlayer.social.imageType
+
Package Hierarchies:
org.gcube.applicationsupportlayer.social, org.gcube.applicationsupportlayer.social.ex

Class Hierarchy @@ -108,16 +108,6 @@ Interface Hierarchy

-

-Enum Hierarchy -

-
diff --git a/target/apidocs/package-list b/target/apidocs/package-list index a397e94..8ee4cb0 100644 --- a/target/apidocs/package-list +++ b/target/apidocs/package-list @@ -1,3 +1,2 @@ org.gcube.applicationsupportlayer.social org.gcube.applicationsupportlayer.social.ex -org.gcube.applicationsupportlayer.social.imageType diff --git a/target/apidocs/serialized-form.html b/target/apidocs/serialized-form.html index 07b707d..f06879a 100644 --- a/target/apidocs/serialized-form.html +++ b/target/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (Social Portal ASL Extension 0.1.0-SNAPSHOT API) - + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/INSTALL b/target/archive-tmp/fileSetFormatter.749257333.tmp/INSTALL new file mode 100644 index 0000000..139597f --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/INSTALL @@ -0,0 +1,2 @@ + + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/INSTALL.1202990928.filtered b/target/archive-tmp/fileSetFormatter.749257333.tmp/INSTALL.1202990928.filtered new file mode 100644 index 0000000..139597f --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/INSTALL.1202990928.filtered @@ -0,0 +1,2 @@ + + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/LICENSE b/target/archive-tmp/fileSetFormatter.749257333.tmp/LICENSE new file mode 100644 index 0000000..cdb5851 --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/LICENSE @@ -0,0 +1,7 @@ +gCube System - License +------------------------------------------------------------ + +The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). +The software and documentation is provided by its authors/distributors "as is" and no expressed or +implied warranty is given for its use, quality or fitness for a particular case. + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/LICENSE.51361829.filtered b/target/archive-tmp/fileSetFormatter.749257333.tmp/LICENSE.51361829.filtered new file mode 100644 index 0000000..cdb5851 --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/LICENSE.51361829.filtered @@ -0,0 +1,7 @@ +gCube System - License +------------------------------------------------------------ + +The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). +The software and documentation is provided by its authors/distributors "as is" and no expressed or +implied warranty is given for its use, quality or fitness for a particular case. + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/MAINTAINERS b/target/archive-tmp/fileSetFormatter.749257333.tmp/MAINTAINERS new file mode 100644 index 0000000..680cebb --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/MAINTAINERS @@ -0,0 +1,6 @@ +Mantainers +------- + +* Massimiliano Assante (massimiliano.assante@isti.cnr.it), CNR Pisa, + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/MAINTAINERS.1500681110.filtered b/target/archive-tmp/fileSetFormatter.749257333.tmp/MAINTAINERS.1500681110.filtered new file mode 100644 index 0000000..680cebb --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/MAINTAINERS.1500681110.filtered @@ -0,0 +1,6 @@ +Mantainers +------- + +* Massimiliano Assante (massimiliano.assante@isti.cnr.it), CNR Pisa, + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/README b/target/archive-tmp/fileSetFormatter.749257333.tmp/README new file mode 100644 index 0000000..3f14a10 --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/README @@ -0,0 +1,35 @@ +The gCube System - Social Library +------------------------------------------------------------ + +This work is partially funded by the European Commission in the +context of the iMarine project (www.i-marine.eu), under the 1st call of FP7 IST priority. + +Authors +------- +Massimiliano Assante +* +Version and Release Date +------------------------ +Jan 2013 + + +Description +----------- +Social networking Library + +Download information +-------------------- +Source code is available from SVN: +https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/social-library + +Binaries can be downloaded from: +http://software.d4science.research-infrastructures.eu/ + +Documentation +------------- +Documentation is available on-line from the Projects Documentation Wiki: + +Licensing +--------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/README.240922350.filtered b/target/archive-tmp/fileSetFormatter.749257333.tmp/README.240922350.filtered new file mode 100644 index 0000000..3f14a10 --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/README.240922350.filtered @@ -0,0 +1,35 @@ +The gCube System - Social Library +------------------------------------------------------------ + +This work is partially funded by the European Commission in the +context of the iMarine project (www.i-marine.eu), under the 1st call of FP7 IST priority. + +Authors +------- +Massimiliano Assante +* +Version and Release Date +------------------------ +Jan 2013 + + +Description +----------- +Social networking Library + +Download information +-------------------- +Source code is available from SVN: +https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/social-library + +Binaries can be downloaded from: +http://software.d4science.research-infrastructures.eu/ + +Documentation +------------- +Documentation is available on-line from the Projects Documentation Wiki: + +Licensing +--------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/changelog.xml b/target/archive-tmp/fileSetFormatter.749257333.tmp/changelog.xml new file mode 100644 index 0000000..9476f4a --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/changelog.xml @@ -0,0 +1,5 @@ + + +First Release + + diff --git a/target/archive-tmp/fileSetFormatter.749257333.tmp/changelog.xml.1053689724.filtered b/target/archive-tmp/fileSetFormatter.749257333.tmp/changelog.xml.1053689724.filtered new file mode 100644 index 0000000..9476f4a --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.749257333.tmp/changelog.xml.1053689724.filtered @@ -0,0 +1,5 @@ + + +First Release + + diff --git a/target/archive-tmp/profile.xml.200538967.filtered b/target/archive-tmp/profile.xml.200538967.filtered new file mode 100644 index 0000000..664f77c --- /dev/null +++ b/target/archive-tmp/profile.xml.200538967.filtered @@ -0,0 +1,25 @@ + + + + Library + + ASL Social Library + ApplicationSupportLayer + aslsocial + 1.0.0 + + + aslsocial + 0.1.0-SNAPSHOT + + org.gcube.applicationsupportlayer + aslsocial + 0.1.0-SNAPSHOT + + + aslsocial-0.1.0-SNAPSHOT.jar + + + + + diff --git a/target/archive-tmp/svnpath.txt.2143828316.filtered b/target/archive-tmp/svnpath.txt.2143828316.filtered new file mode 100644 index 0000000..edacb04 --- /dev/null +++ b/target/archive-tmp/svnpath.txt.2143828316.filtered @@ -0,0 +1 @@ +${scm.url} \ No newline at end of file diff --git a/target/aslsocial-0.1.0-SNAPSHOT-javadoc.jar b/target/aslsocial-0.1.0-SNAPSHOT-javadoc.jar index 4862f79..b74b110 100644 Binary files a/target/aslsocial-0.1.0-SNAPSHOT-javadoc.jar and b/target/aslsocial-0.1.0-SNAPSHOT-javadoc.jar differ diff --git a/target/aslsocial-0.1.0-SNAPSHOT-servicearchive.tar.gz b/target/aslsocial-0.1.0-SNAPSHOT-servicearchive.tar.gz index 5385de6..a5725f8 100644 Binary files a/target/aslsocial-0.1.0-SNAPSHOT-servicearchive.tar.gz and b/target/aslsocial-0.1.0-SNAPSHOT-servicearchive.tar.gz differ diff --git a/target/aslsocial-0.1.0-SNAPSHOT-sources.jar b/target/aslsocial-0.1.0-SNAPSHOT-sources.jar index b946a1e..e13aad2 100644 Binary files a/target/aslsocial-0.1.0-SNAPSHOT-sources.jar and b/target/aslsocial-0.1.0-SNAPSHOT-sources.jar differ diff --git a/target/aslsocial-0.1.0-SNAPSHOT-tests.jar b/target/aslsocial-0.1.0-SNAPSHOT-tests.jar index 1f30926..09cd761 100644 Binary files a/target/aslsocial-0.1.0-SNAPSHOT-tests.jar and b/target/aslsocial-0.1.0-SNAPSHOT-tests.jar differ diff --git a/target/aslsocial-0.1.0-SNAPSHOT.jar b/target/aslsocial-0.1.0-SNAPSHOT.jar index 6db86ef..089578c 100644 Binary files a/target/aslsocial-0.1.0-SNAPSHOT.jar and b/target/aslsocial-0.1.0-SNAPSHOT.jar differ diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst index e18b361..8e72e71 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -1,7 +1,6 @@ /Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNewsManager.java -/Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/imageType/ImageType.java /Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/SocialPortalBridge.java /Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/ex/ApplicationProfileNotFoundException.java -/Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/NotificationManager.java /Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/NewsManager.java +/Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/NotificationManager.java /Users/massi/Documents/workspace/applicationSupportLayerSocial/src/main/java/org/gcube/applicationsupportlayer/social/AslNotificationManager.java