|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.virtualweaver.xotics.dialect.xape.engine.XapDocumentId
Represents the full ID of a document loaded by XAPE. This Id is composed with a document name and an optional share space container. No share space given identifies application instance private space.
| Constructor Summary | |
XapDocumentId(java.lang.String dn)
Constructor parsing a string having the following format : sharespace#docname, where sharespace# is optional.
|
|
XapDocumentId(java.lang.String sp,
java.lang.String n)
Constructor with an optional sharespace and a required docuent name |
|
| Method Summary | |
java.lang.String |
getName()
Accessor for the document name |
java.lang.String |
getShareSpace()
Accessor for the share space name |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XapDocumentId(java.lang.String dn)
sharespace#docname, where sharespace# is optional.
No sharespace given means the private space of an application instance.
dn - a string to parse
public XapDocumentId(java.lang.String sp,
java.lang.String n)
sp - optional share space (null means private space)n - require document name| Method Detail |
public java.lang.String getName()
public java.lang.String getShareSpace()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||