- Description
- A creator for new (persistent) contents, like file system folders.
Creation of a new (persistent) content:
- newObject = creator.createNewContent( ... )
- initialize the new object (i.e. newObject.Property1 = ...)
- let the new content execute the command "insert". That command
commits the data and makes the new content persistent.
- See also
- ::com::sun::star::ucb::XContent, ::com::sun::star::ucb::XCommandProcessor
- Developers Guide
-
Methods' Details |
queryCreatableContentsInfo
sequence< ::com::sun::star::ucb::ContentInfo > |
queryCreatableContentsInfo(); |
- Description
- returns a list with information about the creatable contents.
- Returns
-
the list with information about the creatable contents.
|
|
createNewContent
- Description
- creates a new content of given type..
- Parameter Info
-
the content information.
- Returns
-
the new content, if operation was succesful.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|