StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.script
Interface XInvocation

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XInvocation
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  com.sun.star.beans.XIntrospectionAccess getIntrospection()
           
abstract  java.lang.Object getValue(java.lang.String s)
           
abstract  boolean hasMethod(java.lang.String s)
           
abstract  boolean hasProperty(java.lang.String s)
           
abstract  java.lang.Object invoke(java.lang.String s1, java.lang.Object[] o1, short[][] s2, java.lang.Object[][] o2)
           
abstract  void setValue(java.lang.String s, java.lang.Object o)
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

getIntrospection

public abstract com.sun.star.beans.XIntrospectionAccess getIntrospection()
                                                                  throws com.sun.star.uno.RuntimeException

getValue

public abstract java.lang.Object getValue(java.lang.String s)
                                   throws com.sun.star.beans.UnknownPropertyException,
                                          com.sun.star.uno.RuntimeException

hasMethod

public abstract boolean hasMethod(java.lang.String s)
                           throws com.sun.star.uno.RuntimeException

hasProperty

public abstract boolean hasProperty(java.lang.String s)
                             throws com.sun.star.uno.RuntimeException

invoke

public abstract java.lang.Object invoke(java.lang.String s1,
                                        java.lang.Object[] o1,
                                        short[][] s2,
                                        java.lang.Object[][] o2)
                                 throws com.sun.star.lang.IllegalArgumentException,
                                        com.sun.star.script.CannotConvertException,
                                        com.sun.star.reflection.InvocationTargetException,
                                        com.sun.star.uno.RuntimeException

setValue

public abstract void setValue(java.lang.String s,
                              java.lang.Object o)
                       throws com.sun.star.beans.UnknownPropertyException,
                              com.sun.star.script.CannotConvertException,
                              com.sun.star.reflection.InvocationTargetException,
                              com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc