org.gcube.application.framework.contentmanagement.util
Class ThumbnailUtils

java.lang.Object
  extended by org.gcube.application.framework.contentmanagement.util.ThumbnailUtils

public class ThumbnailUtils
extends java.lang.Object


Field Summary
static int chunkSize
           
 
Constructor Summary
ThumbnailUtils()
           
 
Method Summary
static byte[] getContentFromCMS(java.lang.String oid, java.lang.String scope)
           
static GCubeDocument getDocumentDescription(java.lang.String oid, java.lang.String scope)
           
static DataTransformationServicePortType getDTSPortType(java.lang.String scope)
           
static java.lang.String getMimeType(java.lang.String oid, java.lang.String scope)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chunkSize

public static final int chunkSize
See Also:
Constant Field Values
Constructor Detail

ThumbnailUtils

public ThumbnailUtils()
Method Detail

getContentFromCMS

public static byte[] getContentFromCMS(java.lang.String oid,
                                       java.lang.String scope)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getMimeType

public static java.lang.String getMimeType(java.lang.String oid,
                                           java.lang.String scope)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getDTSPortType

public static DataTransformationServicePortType getDTSPortType(java.lang.String scope)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

getDocumentDescription

public static GCubeDocument getDocumentDescription(java.lang.String oid,
                                                   java.lang.String scope)
                                            throws java.lang.Exception
Throws:
java.lang.Exception