com.sun.star.ucb
Interface XChaosURLManager
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XChaosURLManager
- 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 boolean |
isViewURL(java.lang.String s)
|
abstract com.sun.star.ucb.XContentIdentifier |
queryContentIdentifier(java.lang.String s)
|
abstract boolean |
toPresentationURL(java.lang.String[] s)
|
abstract boolean |
toServiceURL(java.lang.String[] s)
|
abstract java.lang.String |
toViewURL(java.lang.String s1,
java.lang.String s2)
|
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
isViewURL
public abstract boolean isViewURL(java.lang.String s)
throws com.sun.star.uno.RuntimeException
queryContentIdentifier
public abstract com.sun.star.ucb.XContentIdentifier queryContentIdentifier(java.lang.String s)
throws com.sun.star.uno.RuntimeException
toPresentationURL
public abstract boolean toPresentationURL(java.lang.String[] s)
throws com.sun.star.uno.RuntimeException
toServiceURL
public abstract boolean toServiceURL(java.lang.String[] s)
throws com.sun.star.uno.RuntimeException
toViewURL
public abstract java.lang.String toViewURL(java.lang.String s1,
java.lang.String s2)
throws com.sun.star.uno.RuntimeException