|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentType in org.gcube.portlets.user.homelibrary.jcr.workspace |
|---|
| Methods in org.gcube.portlets.user.homelibrary.jcr.workspace with parameters of type ContentType | |
|---|---|
JCRFile |
JCRWorkspace.getGCUBEDocumentContent(javax.jcr.Session session,
String oid,
ContentType contentType)
|
JCRFile |
JCRWorkspace.setGCUBEDocumentContent(javax.jcr.Session session,
String oid,
InputStream data,
String mimeType,
ContentType contentType)
|
| Uses of ContentType in org.gcube.portlets.user.homelibrary.jcr.workspace.folder.items |
|---|
| Methods in org.gcube.portlets.user.homelibrary.jcr.workspace.folder.items that return ContentType | |
|---|---|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.gcube.portlets.user.homelibrary.jcr.workspace.folder.items with parameters of type ContentType | |
|---|---|
JCRExternalFile(JCRWorkspace workspace,
javax.jcr.Node node,
ContentType contentType)
|
|
JCRExternalFile(JCRWorkspace workspace,
javax.jcr.Node node,
String name,
String description,
String mimeType,
ContentType contentType,
InputStream data)
|
|
| Uses of ContentType in org.gcube.portlets.user.homelibrary.jcr.workspace.folder.items.gcube |
|---|
| Constructors in org.gcube.portlets.user.homelibrary.jcr.workspace.folder.items.gcube with parameters of type ContentType | |
|---|---|
JCRDocument(JCRWorkspace workspace,
javax.jcr.Node node,
ContentType contentType)
|
|
JCRDocument(JCRWorkspace workspace,
javax.jcr.Node node,
String name,
String description,
String oid,
String mimeType,
ContentType contentType,
InputStream documentData,
Map<String,String> metadata,
Map<String,String> annotations,
String collectionName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||