20 #ifndef __com_sun_star_rdf_XDocumentMetadataAccess_idl__ 21 #define __com_sun_star_rdf_XDocumentMetadataAccess_idl__ 41 module
com { module sun { module star { module rdf {
106 sequence<XURI> getMetadataGraphsWithType([in]
XURI Type)
139 XURI addMetadataFile([in]
string FileName,
140 [in] sequence<XURI> Types )
198 XURI importMetadataFile( [in]
short Format,
200 [in]
string FileName, [in]
XURI BaseURI,
201 [in] sequence<XURI> Types )
228 void removeMetadataFile([in]
XURI GraphName)
255 void addContentOrStylesFile([in]
string FileName)
275 void removeContentOrStylesFile([in]
string FileName)
316 void loadMetadataFromStorage(
344 void storeMetadataToStorage(
366 void loadMetadataFromMedium(
367 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
385 void storeMetadataToMedium(
386 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
is thrown when an input or output error has occurred.
Definition: IOException.idl:30
This interface represents main storage functionality.
Definition: XStorage.idl:43
provides access to an RDF Repository.
Definition: XRepositorySupplier.idl:35
Definition: Ambiguous.idl:22
An interaction request handler.
Definition: XInteractionHandler.idl:32
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
specifies a pair of two strings.
Definition: StringPair.idl:28
Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a da...
Definition: UnsupportedFlavorException.idl:34
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
represents an URI node that may occur in a RDF graph.
Definition: URI.idl:36
represents an error condition that is signaled on parsing an RDF file.
Definition: ParseException.idl:34
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
represents an URI node that may occur in a RDF graph.
Definition: XURI.idl:53
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:38