LibreOffice
LibreOffice 24.2 SDK API Reference
Exported Interfaces | List of all members
FileContentProvider Service Referencepublished

The File Content Provider (FCP) implements a ContentProvider for the UniversalContentBroker (UCB). More...

import"FileContentProvider.idl";

Inheritance diagram for FileContentProvider:
XContentProvider XContentIdentifierFactory XPropertySet XFileIdentifierConverter XInterface XInterface XInterface XInterface

Exported Interfaces

interface com::sun::star::ucb::XContentProvider
 provides an object representing either a directory or a file in the local file system. More...
 
interface com::sun::star::ucb::XContentIdentifierFactory
 This interface is implemented according to the specification of service ContentProvider. More...
 
interface com::sun::star::beans::XPropertySet
 provides access to properties supported by the UCP. More...
 
interface com::sun::star::ucb::XFileIdentifierConverter
 specifies methods to convert between (file) URLs and file paths in system dependent notation More...
 

Additional Inherited Members

- Public Member Functions inherited from XContentProvider
com::sun::star::ucb::XContent queryContent ([in] com::sun::star::ucb::XContentIdentifier Identifier) raises ( com::sun::star::ucb::IllegalIdentifierException )
 creates a new XContent instance, if the given XContentIdentifier matches a content provided by the implementation of this interface. More...
 
long compareContentIds ([in] com::sun::star::ucb::XContentIdentifier Id1, [in] com::sun::star::ucb::XContentIdentifier Id2)
 compares two XContentIdentifiers. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 
- Public Member Functions inherited from XContentIdentifierFactory
com::sun::star::ucb::XContentIdentifier createContentIdentifier ([in] string ContentId)
 creates an identifier. More...
 
- Public Member Functions inherited from XPropertySet
com::sun::star::beans::XPropertySetInfo getPropertySetInfo ()
 
void setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException )
 sets the value of the property with the specified name. More...
 
any getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 
void addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 adds an XPropertyChangeListener to the specified property. More...
 
void removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 removes an XPropertyChangeListener from the listener list. More...
 
void addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
 
void removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 removes an XVetoableChangeListener from the listener list. More...
 
- Public Member Functions inherited from XFileIdentifierConverter
long getFileProviderLocality ([in] string BaseURL)
 Get information about the "locality" of a file content provider. More...
 
string getFileURLFromSystemPath ([in] string BaseURL, [in] string SystemPath)
 converts a file path in system dependent notation to a (file) URL. More...
 
string getSystemPathFromFileURL ([in] string URL)
 converts a (file) URL to a file path in system dependent notation. More...
 

Detailed Description

The File Content Provider (FCP) implements a ContentProvider for the UniversalContentBroker (UCB).

The served contents enable access to the local file system.

The FCP is able to restrict access to the local file system to a number of directories shown to the client under configurable alias names.

See also
com::sun::star::ucb::Content

Exported Interfaces

◆ com::sun::star::beans::XPropertySet

provides access to properties supported by the UCP.

The supported properties give two kinds of meta-information about the environment of the FCP, namely property HostName containing the name of the computer, and property FileSystemNotation determining which system dependent notation the file system identifier follow.

Supported Properties

◆ com::sun::star::ucb::XContentIdentifierFactory

This interface is implemented according to the specification of service ContentProvider.

◆ com::sun::star::ucb::XContentProvider

provides an object representing either a directory or a file in the local file system.

See also
com::sun::star::ucb::FileContent

◆ com::sun::star::ucb::XFileIdentifierConverter

specifies methods to convert between (file) URLs and file paths in system dependent notation


The documentation for this service was generated from the following file: