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

unpublished service TransientDocumentsRootContent
Description
A TDCP Root Folder is the root container for all other DTCP contents.

There is at most one instance of a TDCP Root at a time. All other TDCP contents are children of this folder. The TDCP Root Folder can contain only TDCP Documents. It has the fixed URL "vnd.sun.star.tdoc:/".

Since
OpenOffice 2.0.0
See also
::com::sun::star::ucb::TransientDocumentsContentProvider, ::com::sun::star::ucb::TransientDocumentsDocumentContent, ::com::sun::star::ucb::TransientDocumentsFolderContent, ::com::sun::star::ucb::TransientDocumentsStreamContent

Exported Interfaces
::com::sun::star::lang::XComponent
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::ucb::XContent
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::ucb::XCommandProcessor
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .

Supported Commands

  • getCommandInfo
  • getPropertySetInfo
  • getPropertyValues
  • setPropertyValues
  • open
Supported Properties
  • string ContentType ( read-only, always "application/vnd.sun.star.tdoc-root" )
  • boolean IsDocument ( read-only, always false )
  • boolean IsFolder ( read-only, always true )
  • string Title ( read-only, always an empty string )

::com::sun::star::ucb::XCommandProcessor2
Usage Restrictions
optional
Description
is an enhanced version of ::com::sun::star::ucb::XCommandProcessor that has an additional method for releasing command identifiers obtained via ::com::sun::star::ucb::XCommandProcessor::createCommandIdentifier to avoid resource leaks. For a detailed description of the problem refer to ::com::sun::star::ucb::XCommandProcessor2::releaseCommandIdentifier .

Where many existing ::com::sun::star::ucb::Content implementations do not (yet), every new implementation should support this interface.

::com::sun::star::beans::XPropertiesChangeNotifier
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::beans::XPropertyContainer
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::beans::XPropertySetInfoChangeNotifier
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::ucb::XCommandInfoChangeNotifier
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::container::XChild
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .

 
Top of Page