|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.spi.model.Rendition
public class Rendition
CMIS rendition.
| Constructor Summary | |
|---|---|
Rendition()
|
|
Rendition(String streamId,
String kind,
String mimeType,
long length,
int height,
int width,
String title,
String renditionDocumentId)
|
|
| Method Summary | |
|---|---|
int |
getHeight()
Typically used for 'image' renditions (expressed as pixels). |
String |
getKind()
A categorization String associated with the rendition. |
long |
getLength()
|
String |
getMimeType()
The mime-type of the rendition stream. |
String |
getRenditionDocumentId()
If specified, then the rendition can also be accessed as a document object in the CMIS services. |
String |
getStreamId()
Identifies the rendition stream ID. |
String |
getTitle()
Optional human readable information about the rendition. |
int |
getWidth()
Typically used for 'image' renditions (expressed as pixels). |
void |
setHeight(int height)
|
void |
setKind(String kind)
|
void |
setLength(long length)
|
void |
setMimeType(String mimeType)
|
void |
setRenditionDocumentId(String renditionDocumentId)
|
void |
setStreamId(String streamId)
|
void |
setTitle(String title)
|
void |
setWidth(int width)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rendition(String streamId,
String kind,
String mimeType,
long length,
int height,
int width,
String title,
String renditionDocumentId)
public Rendition()
| Method Detail |
|---|
public String getStreamId()
public String getKind()
public String getMimeType()
public long getLength()
public int getHeight()
public int getWidth()
public String getTitle()
null if not providedpublic String getRenditionDocumentId()
null if rendition is not
provided as separate documentpublic void setStreamId(String streamId)
public void setKind(String kind)
public void setMimeType(String mimeType)
public void setLength(long length)
public void setHeight(int height)
public void setWidth(int width)
public void setTitle(String title)
public void setRenditionDocumentId(String renditionDocumentId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||