|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.representation.Variant
org.restlet.representation.RepresentationInfo
org.restlet.representation.Representation
org.restlet.representation.StreamRepresentation
org.restlet.representation.OutputRepresentation
fr.cnes.sitools.dataset.database.common.DBRecordSetRepresentation
public final class DBRecordSetRepresentation
[3314255]
16/06/2011 m.gond {}
Representation of a DB record set
Field Summary |
---|
Fields inherited from class org.restlet.representation.Representation |
---|
UNKNOWN_SIZE |
Constructor Summary | |
---|---|
DBRecordSetRepresentation(org.restlet.data.MediaType mediaType,
DataSetExplorerUtil res)
Representation of the record set. |
Method Summary | |
---|---|
FilterChained |
getFilterChained()
Gets the filterChained value |
void |
setFilterChained(FilterChained filterChained)
Sets the value of filterChained |
void |
write(java.io.OutputStream arg0)
|
Methods inherited from class org.restlet.representation.OutputRepresentation |
---|
getStream |
Methods inherited from class org.restlet.representation.StreamRepresentation |
---|
getChannel, getReader, write, write |
Methods inherited from class org.restlet.representation.Representation |
---|
checkDigest, checkDigest, computeDigest, createEmpty, exhaust, getAvailableSize, getDigest, getDisposition, getDownloadName, getExpirationDate, getRange, getSize, getText, isAvailable, isDownloadable, isTransient, release, setAvailable, setDigest, setDisposition, setDownloadable, setDownloadName, setExpirationDate, setRange, setSize, setTransient |
Methods inherited from class org.restlet.representation.RepresentationInfo |
---|
getModificationDate, getTag, setModificationDate, setTag |
Methods inherited from class org.restlet.representation.Variant |
---|
createClientInfo, equals, getCharacterSet, getEncodings, getIdentifier, getLanguages, getLocationRef, getMediaType, includes, isCompatible, setCharacterSet, setEncodings, setIdentifier, setIdentifier, setLanguages, setLocationRef, setLocationRef, setMediaType, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBRecordSetRepresentation(org.restlet.data.MediaType mediaType, DataSetExplorerUtil res)
mediaType
- the MediaType
res
- the DataSetExplorerResource
Method Detail |
---|
public void write(java.io.OutputStream arg0) throws java.io.IOException
write
in class org.restlet.representation.Representation
java.io.IOException
public FilterChained getFilterChained()
public void setFilterChained(FilterChained filterChained)
filterChained
- the filterChained to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |