Package com.flowable.rendition.model
Class TemporaryContentRendition
- java.lang.Object
-
- com.flowable.rendition.model.TemporaryContentRendition
-
- All Implemented Interfaces:
ContentRendition
public class TemporaryContentRendition extends Object implements ContentRendition
- Author:
- Yvo Swillens
-
-
Constructor Summary
Constructors Constructor Description TemporaryContentRendition(File contentRendition, String mimeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getContentRendition()
String
getContentRenditionMimeType()
-
-
-
Method Detail
-
getContentRendition
public File getContentRendition()
- Specified by:
getContentRendition
in interfaceContentRendition
-
getContentRenditionMimeType
public String getContentRenditionMimeType()
- Specified by:
getContentRenditionMimeType
in interfaceContentRendition
-
-