| Package | Description |
|---|---|
| de.samply.share.model.common | |
| de.samply.share.utils |
| Modifier and Type | Method and Description |
|---|---|
View |
ObjectFactory.createView()
Create an instance of
View. |
| Modifier and Type | Method and Description |
|---|---|
static View |
QueryConverter.convertCcpViewToCommonView(View ccpView)
Transforms a CCP View to a common View.
|
static View |
QueryConverter.convertOsseViewToCommonView(View osseView)
Transforms an OSSE View to a common View.
|
static View |
QueryConverter.removeAttributesFromView(View view,
List<String> attributes)
Removes all provided attributes (and their parent nodes if necessary) from a view.
|
static View |
QueryConverter.xmlToView(String xml)
Deserialize a common view from XML.
|
| Modifier and Type | Method and Description |
|---|---|
static View |
QueryConverter.convertCommonViewToCcpView(View commonView)
Transforms a Common View to a CCP View.
|
static View |
QueryConverter.convertCommonViewToOsseView(View commonView)
Transforms a common View to an OSSE View.
|
static View |
QueryConverter.removeAttributesFromView(View view,
List<String> attributes)
Removes all provided attributes (and their parent nodes if necessary) from a view.
|
static String |
QueryConverter.viewToXml(View view)
Serialize a view to XML.
|
Copyright © 2021 Samply Community. All rights reserved.