a content provider which creates and manages XContents.
More...
import "XContentProvider.idl";
a content provider which creates and manages XContents.
- Version
- 1.0
- See also
- XContent
-
XContentIdentifier
- Developers Guide
- Universal Content Broker - Accessing a UCB Content
◆ compareContentIds()
compares two XContentIdentifiers.
- Parameters
-
Id1 | first content identifier. |
Id2 | second content identifier. |
- Returns
0
is returned, if the identifiers are equal. A value less than 0
indicates, that the Id1 is less than Id2. A value greater than 0
is returned, if Id1 is greater than Id2.
◆ queryContent()
creates a new XContent instance, if the given XContentIdentifier matches a content provided by the implementation of this interface.
- Parameters
-
Identifier | an identifier for the content to query. |
- Returns
- the content.
- Exceptions
-
The documentation for this interface was generated from the following file: