Class OfficeAppHandler
- java.lang.Object
-
- org.gcube.data.access.storagehub.handlers.content.OfficeAppHandler
-
- All Implemented Interfaces:
ContentHandler
public class OfficeAppHandler extends Object implements ContentHandler
-
-
Constructor Summary
Constructors Constructor Description OfficeAppHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.common.storagehub.model.items.GenericFileItembuildItem(String name, String description, String login)org.gcube.common.storagehub.model.items.nodes.ContentgetContent()voidinitiliseSpecificContent(InputStream is, String filename, String mimeType)
-
-
-
Method Detail
-
initiliseSpecificContent
public void initiliseSpecificContent(InputStream is, String filename, String mimeType) throws Exception
- Specified by:
initiliseSpecificContentin interfaceContentHandler- Throws:
Exception
-
getContent
public org.gcube.common.storagehub.model.items.nodes.Content getContent()
- Specified by:
getContentin interfaceContentHandler
-
buildItem
public org.gcube.common.storagehub.model.items.GenericFileItem buildItem(String name, String description, String login)
- Specified by:
buildItemin interfaceContentHandler
-
-