:: com :: sun :: star :: sdb ::

service DocumentContainer

Included Services - Summary
DefinitionContainer
(referenced entity's summary:)
DefinitionContent

provides functionality for treating the container as part of a hierarchy of a database document's sub documents. (details)

Exported Interfaces - Summary
::com::sun::star::frame::XComponentLoader

can be used to load the document inside. (details)

::com::sun::star::lang::XMultiServiceFactory

can be used to create container elements. (details)

::com::sun::star::container::XHierarchicalNameContainer

can be used to create folder hierarchies and to organize forms or reports in different sub folders.

Included Services - Details
DefinitionContainer
(referenced entity's summary:)
DefinitionContent
Description
provides functionality for treating the container as part of a hierarchy of a database document's sub documents.

The ::com::sun::star::ucb::XCommandProcessor::execute method of a DocumentDefinition supports at least the following commands, additionally to the ones already supported by the DefinitionContent:

  • open: provides a ::com::sun::star::ucb::XDynamicResultSet to enumerate the content of the document container.
  • delete: deletes the document container, including all contained documents.
Exported Interfaces - Details
::com::sun::star::frame::XComponentLoader
Description
can be used to load the document inside.

URL: describes the name of the document definition to load, TargetFrameName: isn't used. SearchFlags: isn't used. Arguments:

  1. PropertyValue
  2. Name = ActiveConnection Value = The connection which should be used when opening the text document.
  3. PropertyValue
  4. Name = OpenMode Value = string, "open" if the document should be opened in live mode (editing is not possible), "openDesign" if the document should be open in design mode (editing is possible)
See also
::com::sun::star::sdbc::XConnection

::com::sun::star::lang::XMultiServiceFactory
Description
can be used to create container elements.

If this interface is supported, the object created using it (e.g., the object returned by XMultiServiceFactory::createInstanceWithArguments() ) can be used as container elements.

::com::sun::star::container::XHierarchicalNameContainer
Description
can be used to create folder hierarchies and to organize forms or reports in different sub folders.

 
Top of Page