Included Services - Summary |
DefinitionContainer |
- (referenced entity's summary:)
- describes a container which provides access to database related definitions like
commands, forms, and reports.
|
DefinitionContent |
provides functionality for treating the container as part of a hierarchy
of a database document's sub documents.
(details)
|
Included Services - Details |
DefinitionContainer
- (referenced entity's summary:)
- describes a container which provides access to database related definitions like
commands, forms, and reports.
|
|
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:
- PropertyValue
Name = ActiveConnection
Value = The connection which should be used when opening the text document.
- PropertyValue
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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.