StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.ucb
Interface XViewIdentifier

All Superinterfaces:
com.sun.star.ucb.XContentIdentifier, com.sun.star.uno.XInterface

public abstract interface XViewIdentifier
extends com.sun.star.ucb.XContentIdentifier


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  java.lang.String getCasePreservedURL()
           
abstract  java.lang.String getParentServiceURL()
           
abstract  java.lang.String getParentViewURL(boolean b)
           
abstract  java.lang.String getPresentationURL()
           
abstract  java.lang.String getRootServiceURL()
           
abstract  java.lang.String getRootViewURL(boolean b)
           
abstract  java.lang.String getServiceURL()
           
abstract  java.lang.String getViewIdentifier()
           
abstract  java.lang.String getViewURL(boolean b)
           
abstract  boolean isRootIdentifier()
           
 
Methods inherited from interface com.sun.star.ucb.XContentIdentifier
getContentIdentifier, getContentProviderScheme
 

Field Detail

UIK

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

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

getCasePreservedURL

public abstract java.lang.String getCasePreservedURL()
                                              throws com.sun.star.uno.RuntimeException

getParentServiceURL

public abstract java.lang.String getParentServiceURL()
                                              throws com.sun.star.uno.RuntimeException

getParentViewURL

public abstract java.lang.String getParentViewURL(boolean b)
                                           throws com.sun.star.uno.RuntimeException

getPresentationURL

public abstract java.lang.String getPresentationURL()
                                             throws com.sun.star.uno.RuntimeException

getRootServiceURL

public abstract java.lang.String getRootServiceURL()
                                            throws com.sun.star.uno.RuntimeException

getRootViewURL

public abstract java.lang.String getRootViewURL(boolean b)
                                         throws com.sun.star.uno.RuntimeException

getServiceURL

public abstract java.lang.String getServiceURL()
                                        throws com.sun.star.uno.RuntimeException

getViewIdentifier

public abstract java.lang.String getViewIdentifier()
                                            throws com.sun.star.uno.RuntimeException

getViewURL

public abstract java.lang.String getViewURL(boolean b)
                                     throws com.sun.star.uno.RuntimeException

isRootIdentifier

public abstract boolean isRootIdentifier()
                                  throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc