| Package | Description |
|---|---|
| com.sap.netweaver.bc.serialize | |
| com.sap.netweaver.bc.serialize.util | |
| com.sapportals.wcm.repository.service.colltransport |
| Modifier and Type | Method and Description |
|---|---|
void |
Registrator.deregister(ISerializer serializer) |
void |
ISerializerRegistrator.deregister(ISerializer serializer)
deregisters a serializer for all repositories it has been registered for.
|
boolean |
Registrator.deregister(ISerializer serializer,
RID prefix) |
boolean |
ISerializerRegistrator.deregister(ISerializer transportable,
RID prefix) |
IDeserializer |
ISerializer.deserialize(ISerializer.DeserializationParameters parameters)
called to actually recreate the snapshot of the
resource
denoted by the RID passed here. |
IExternalFileRequester.Request |
IExternalFileRequester.getRequest(ISerializer serializer)
The calling class must store the ID of the
Request instance
returned, because this ID is needed when the external file written with
this method is to be read at import-time. |
boolean |
ISerializer.isDeserializable(ISerializer.DeserializationParameters parameters)
Returns whether this serializer is able to import content for resources in
the repository denoted by its root resource passed in
parameter. |
boolean |
ISerializer.isSerializable(ISerializer.SerializationParameters params)
Returns whether this serializer wants to export content for resources in
the repository denoted by its root resource passed in
parameter. |
void |
Registrator.register(ISerializer serializer,
boolean isCore) |
void |
ISerializerRegistrator.register(ISerializer serializer,
boolean isCore) |
void |
Registrator.register(ISerializer serializer,
IRepositoryManager manager,
boolean isCore) |
void |
ISerializerRegistrator.register(ISerializer serializer,
IRepositoryManager manager,
boolean isCore)
the same method as
register(ISerializer, RID, boolean), but
uses the IRepositoryManager.getPrefix() method to calculate
the RID |
void |
Registrator.register(ISerializer serializer,
RID prefix,
boolean isCore)
expects the RID to start with the
RID.PATH_SEPARATOR |
void |
ISerializerRegistrator.register(ISerializer transportable,
RID prefix,
boolean isCore)
if a transportable with the same ID is already registered here, the method
will raise a
TransportException, because the IDs registered
for a certain RID must be unique. |
void |
Registrator.register(ISerializer serializer,
RID prefix,
boolean isCore,
int position)
expects the RID to start with the
RID.PATH_SEPARATOR |
void |
ISerializerRegistrator.register(ISerializer transportable,
RID prefix,
boolean isCore,
int position)
if a transportable with the same ID is already registered here, the method
will raise a
TransportException, because the IDs registered
for a certain RID must be unique. |
InputStream |
ISerializer.DeserializationParameters.retrieveRequest(String name,
ISerializer serializer) |
void |
ISerializer.serialize(ISerializer.SerializationParameters params)
Exports that part of the content of the specified
resource
this serializer is responsible for. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyXMLConverter.convert(boolean standalone)
actually starts writing the propertymap into a well-formed xml-document or
a well-formed xml-fragment, depending on the standalone-parameter If no
properties are found in the property map, no data will be written at all.
|
| Modifier and Type | Method and Description |
|---|---|
IDeserializer |
CollaborationTransportExport.deserialize(ISerializer.DeserializationParameters parameters) |
boolean |
CollaborationTransportExport.isDeserializable(ISerializer.DeserializationParameters parameters) |
boolean |
CollaborationTransportExport.isSerializable(ISerializer.SerializationParameters parameters) |
void |
CollaborationTransportExport.serialize(ISerializer.SerializationParameters parameters) |
Copyright 2021 SAP SE Complete Copyright Notice