22 module
com { module sun { module star { module rdf {
87 sequence<XURI> getMetadataGraphsWithType([in]
XURI Type)
120 XURI addMetadataFile([in]
string FileName,
121 [in] sequence<XURI> Types )
179 XURI importMetadataFile( [in]
short Format,
181 [in]
string FileName, [in]
XURI BaseURI,
182 [in] sequence<XURI> Types )
209 void removeMetadataFile([in]
XURI GraphName)
236 void addContentOrStylesFile([in]
string FileName)
256 void removeContentOrStylesFile([in]
string FileName)
297 void loadMetadataFromStorage(
325 void storeMetadataToStorage(
347 void loadMetadataFromMedium(
348 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
366 void storeMetadataToMedium(
367 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
is thrown when an input or output error has occurred.
Definition: IOException.idl:26
This interface represents main storage functionality.
Definition: XStorage.idl:26
provides access to an RDF Repository.
Definition: XRepositorySupplier.idl:30
Definition: Ambiguous.idl:20
An interaction request handler.
Definition: XInteractionHandler.idl:26
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
specifies a pair of two strings.
Definition: StringPair.idl:26
Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a da...
Definition: UnsupportedFlavorException.idl:29
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:33
represents a URI node that may occur in a RDF graph.
Definition: URI.idl:30
represents an error condition that is signaled on parsing an RDF file.
Definition: ParseException.idl:29
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
represents a URI node that may occur in a RDF graph.
Definition: XURI.idl:48
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:34