Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: ucb ::

interface XContentIdentifierFactory

Base Interface
com::sun::star::uno::XInterface

Description
A factory for content identifiers.
See also
XContentIdentifier


Known Services which Export this Interface

com::sun::star::ucb::UniversalContentBroker is a one-instance service that provides access to a set of Content s via ContentProvider s.
com::sun::star::ucb::FileContentProvider The File Content Provider (FCP) implements a ContentProvider for the UniversalContentBroker (UCB).
com::sun::star::ucb::ContentProvider provides access to a set of Content s.
com::sun::star::ucb::RemoteProxyContentProvider [ DEPRECATED ]
A ContentProvider that wraps remote content providers that (potentially) have been distributed to a UCB.

Methods' Summary

createContentIdentifier creates an identifier.

Methods' Details

createContentIdentifier
 
com::sun::star::ucb::XContentIdentifier
createContentIdentifier(
[ in ] string ContentId );

Description
creates an identifier.
Parameter ContentId
the content identifier string.
Returns
the identifier.

Top of Page