Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: com :: sun :: star :: script :: framework :: storage ::

interface XScriptInfoAccess
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XScriptInfoAccess
Description
This interface provides information on the scripts available from a ScriptStorage.

Methods' Summary
getScriptLogicalNames Provides a means of obtaining a list of all of the available logical names in the ScriptStorage
getImplementations Provides a list of scripts implementing a given logical name
getAllImplementations Provides a list of all scripts in a storage area
Methods' Details
getScriptLogicalNames
sequence< string >
getScriptLogicalNames();
 
 

Description
Provides a means of obtaining a list of all of the available logical names in the ScriptStorage
Returns
A sequence of strings the logical names stored.
getImplementations
sequence< XScriptInfo >
getImplementations(
 
[in] string 

raises(

 
queryURI ) 
::com::sun::star::lang::IllegalArgumentException );

Description
Provides a list of scripts implementing a given logical name
Parameter queryURI
a string script URI. Only the logical name is used in the query.
Returns
A sequence of XScriptInfo for implementations which match queryURI
Throws
::com::sun::star::lang::IllegalArgumentException never
See also
::drafts::com::sun::star::script::framework::runtime::ScriptNameResolver
for more details of Script URIs.
getAllImplementations
sequence< XScriptInfo >
getAllImplementations();
 
 

Description
Provides a list of all scripts in a storage area
Returns
A sequence of XScriptInfo for script implementations.
See also
::drafts::com::sun::star::script::framework::runtime::ScriptNameResolver
for more details of Script URIs.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.