LibreOffice
LibreOffice 24.2 SDK API Reference
XDocumentMetadataAccess.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 
22 module com { module sun { module star { module rdf {
23 
44 {
45  interface XURI;
47 
58  XMetadatable getElementByMetadataReference(
59  [in] com::sun::star::beans::StringPair MetadataReference);
60 
72  XMetadatable getElementByURI([in] XURI URI)
74 
87  sequence<XURI> getMetadataGraphsWithType([in] XURI Type)
89 
120  XURI addMetadataFile([in] string FileName,
121  [in] sequence<XURI> Types )
124 
179  XURI importMetadataFile( [in] /*FileFormat*/ short Format,
180  [in] com::sun::star::io::XInputStream InStream,
181  [in] string FileName, [in] XURI BaseURI,
182  [in] sequence<XURI> Types )
188 
209  void removeMetadataFile([in] XURI GraphName)
212 
236  void addContentOrStylesFile([in] string FileName)
239 
256  void removeContentOrStylesFile([in] string FileName)
259 
297  void loadMetadataFromStorage(
298  [in] com::sun::star::embed::XStorage Storage,
299  [in] XURI BaseURI,
300  [in] com::sun::star::task::XInteractionHandler InteractionHandler )
303 
325  void storeMetadataToStorage(
326  [in] com::sun::star::embed::XStorage Storage )
329 
347  void loadMetadataFromMedium(
348  [in] sequence < com::sun::star::beans::PropertyValue > Medium )
351 
366  void storeMetadataToMedium(
367  [in] sequence < com::sun::star::beans::PropertyValue > Medium )
370 
371 };
372 
373 
374 }; }; }; };
375 
376 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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
marks an object representing an ODF element that may have RDF meta data attached. ...
Definition: XMetadatable.idl:45
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
document metadata functionality related to the "manifest.rdf".
Definition: XDocumentMetadataAccess.idl:43
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
This is the basic interface to read data from a stream.
Definition: XInputStream.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