org.gcube.application.framework.contentmanagement.util
Class ThumbnailUtils
java.lang.Object
org.gcube.application.framework.contentmanagement.util.ThumbnailUtils
public class ThumbnailUtils
- extends java.lang.Object
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 |
chunkSize
public static final int chunkSize
- See Also:
- Constant Field Values
ThumbnailUtils
public ThumbnailUtils()
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