LibreOffice
LibreOffice 7.4 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 #ifndef __com_sun_star_rdf_XDocumentMetadataAccess_idl__
21 #define __com_sun_star_rdf_XDocumentMetadataAccess_idl__
22 
38 
39 
40 
41 module com { module sun { module star { module rdf {
42 
63 {
64  interface XURI;
66 
78  [in] com::sun::star::beans::StringPair MetadataReference);
79 
93 
106  sequence<XURI> getMetadataGraphsWithType([in] XURI Type)
108 
139  XURI addMetadataFile([in] string FileName,
140  [in] sequence<XURI> Types )
143 
198  XURI importMetadataFile( [in] /*FileFormat*/ short Format,
199  [in] com::sun::star::io::XInputStream InStream,
200  [in] string FileName, [in] XURI BaseURI,
201  [in] sequence<XURI> Types )
207 
228  void removeMetadataFile([in] XURI GraphName)
231 
255  void addContentOrStylesFile([in] string FileName)
258 
275  void removeContentOrStylesFile([in] string FileName)
278 
317  [in] com::sun::star::embed::XStorage Storage,
318  [in] XURI BaseURI,
319  [in] com::sun::star::task::XInteractionHandler InteractionHandler )
322 
345  [in] com::sun::star::embed::XStorage Storage )
348 
367  [in] sequence < com::sun::star::beans::PropertyValue > Medium )
370 
386  [in] sequence < com::sun::star::beans::PropertyValue > Medium )
389 
390 };
391 
392 
393 }; }; }; };
394 
395 #endif
396 
397 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
is thrown by container methods, if an element is added which is already a child of the container.
Definition: ElementExistException.idl:39
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a da...
Definition: UnsupportedFlavorException.idl:35
is thrown when an input or output error has occurred.
Definition: IOException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:38
represents an error condition that is signaled on parsing an RDF file.
Definition: ParseException.idl:35
This interface represents main storage functionality.
Definition: XStorage.idl:44
This is the basic interface to read data from a stream.
Definition: XInputStream.idl:38
document metadata functionality related to the "manifest.rdf".
Definition: XDocumentMetadataAccess.idl:63
void loadMetadataFromStorage([in] com::sun::star::embed::XStorage Storage, [in] XURI BaseURI, [in] com::sun::star::task::XInteractionHandler InteractionHandler)
initialize document metadata from a storage.
void removeMetadataFile([in] XURI GraphName)
remove a metadata file from the manifest and the repository.
sequence< XURI > getMetadataGraphsWithType([in] XURI Type)
get the names of all metadata files with a given type.
XURI addMetadataFile([in] string FileName, [in] sequence< XURI > Types)
add a metadata file to the manifest.
XMetadatable getElementByURI([in] XURI URI)
get the ODF element that corresponds to a URI.
void loadMetadataFromMedium([in] sequence< com::sun::star::beans::PropertyValue > Medium)
loads document metadata from a medium.
XMetadatable getElementByMetadataReference([in] com::sun::star::beans::StringPair MetadataReference)
get the unique ODF element with the given metadata reference.
void storeMetadataToMedium([in] sequence< com::sun::star::beans::PropertyValue > Medium)
stores document metadata to a medium.
XURI importMetadataFile([in] short Format, [in] com::sun::star::io::XInputStream InStream, [in] string FileName, [in] XURI BaseURI, [in] sequence< XURI > Types)
import a metadata file into the document repository, and add it to the manifest.
void removeContentOrStylesFile([in] string FileName)
remove a content or styles file from the manifest.
void storeMetadataToStorage([in] com::sun::star::embed::XStorage Storage)
store document metadata to a storage.
void addContentOrStylesFile([in] string FileName)
add a content or styles file to the manifest.
marks an object representing an ODF element that may have RDF meta data attached.
Definition: XMetadatable.idl:53
provides access to an RDF Repository.
Definition: XRepositorySupplier.idl:36
represents a URI node that may occur in a RDF graph.
Definition: XURI.idl:54
An interaction request handler.
Definition: XInteractionHandler.idl:33
Definition: Ambiguous.idl:22
represents a URI node that may occur in a RDF graph.
Definition: URI.idl:37
specifies a pair of two strings.
Definition: StringPair.idl:29