|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScript
Script of the office scripting framework which can be invoked.
| Field Summary | |
|---|---|
static IScript[] |
EMPTY_ARRAY
Empty array of scripts. |
| Method Summary | |
|---|---|
java.lang.String |
getLanguage()
Returns the language of the script. |
java.lang.String |
getLibraryName()
Returns the library name of the script. |
java.lang.String |
getModuleName()
Returns the module name of the script, or null if not TYPE_BASIC. |
java.lang.String |
getName()
Returns the name of the script. |
java.lang.String |
getURI()
Returns the URI of the script as string. |
com.sun.star.script.provider.XScript |
getXScript()
Returns OpenOffice.org XScript interface. |
java.lang.Object |
invoke()
Invokes the script without parameters. |
java.lang.Object |
invoke(java.lang.Object[] parameters,
short[][] outParameterIndices,
java.lang.Object[][] outParameters)
Invokes the script. |
| Field Detail |
|---|
static final IScript[] EMPTY_ARRAY
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getModuleName()
java.lang.String getLibraryName()
java.lang.String getLanguage()
IScriptProvider.TYPE_BASIC,
IScriptProvider.TYPE_BEAN_SHELL,
IScriptProvider.TYPE_JAVA,
IScriptProvider.TYPE_JAVA_SCRIPT,
IScriptProvider.TYPE_PYTHONjava.lang.String getURI()
com.sun.star.script.provider.XScript getXScript()
java.lang.Object invoke(java.lang.Object[] parameters,
short[][] outParameterIndices,
java.lang.Object[][] outParameters)
throws NOAException
parameters - parameters to be used for script invocationoutParameterIndices - indices of output related parameters within the parametersoutParameters - storage for out parameters
NOAException - if the script can not be invoked
java.lang.Object invoke()
throws NOAException
NOAException - if the script can not be invoked
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||