public abstract class OSOslcSerializer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DROPNULLS |
static java.lang.String |
RETAINMBOS |
Constructor and Description |
---|
OSOslcSerializer(java.lang.String osName,
OslcRequest oslcRequest) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
deriveCollectionURIFromMemberURI(java.lang.String resMemberURI) |
abstract java.lang.String |
getContentType() |
java.lang.String |
getETag() |
boolean |
isAllowSkipRows() |
abstract OslcResourceResponse |
serializeAttachment(MboRemote attachment,
OslcResourceDetailInfo resDetInfo,
boolean meta) |
abstract OslcResourceResponse |
serializeAttachment(MboSetRemote attachments,
OslcResourceDetailInfo resDetInfo) |
abstract OslcResourceResponse |
serializeResource(Mbo mbo) |
abstract OslcResourceResponse |
serializeResource(MboIterator mboSet) |
void |
setAllowSkipRows(boolean allowSkipRows) |
public static final java.lang.String RETAINMBOS
public static final java.lang.String DROPNULLS
public OSOslcSerializer(java.lang.String osName, OslcRequest oslcRequest) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public abstract java.lang.String getContentType()
public abstract OslcResourceResponse serializeResource(MboIterator mboSet) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public abstract OslcResourceResponse serializeResource(Mbo mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public abstract OslcResourceResponse serializeAttachment(MboSetRemote attachments, OslcResourceDetailInfo resDetInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public abstract OslcResourceResponse serializeAttachment(MboRemote attachment, OslcResourceDetailInfo resDetInfo, boolean meta) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public java.lang.String deriveCollectionURIFromMemberURI(java.lang.String resMemberURI)
public java.lang.String getETag()
public void setAllowSkipRows(boolean allowSkipRows)
public boolean isAllowSkipRows()