| Modifier and Type | Field and Description |
|---|---|
protected String |
mIOR |
protected UUID |
mUUID |
| Constructor and Description |
|---|
ItemPath() |
ItemPath(String path) |
ItemPath(String[] path) |
ItemPath(SystemKey syskey) |
ItemPath(UUID uuid) |
ItemPath(UUID uuid,
String ior) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getIOR() |
String |
getIORString() |
ItemPath |
getItemPath() |
byte[] |
getOID() |
String |
getRoot()
The root of ItemPath is /entity
|
SystemKey |
getSystemKey() |
UUID |
getUUID() |
void |
setIOR(Object IOR) |
void |
setIORString(String ior) |
void |
setPath(Path path)
clones the path object
|
void |
setPath(String path) |
void |
setPath(String[] path)
String array path e.g.
|
protected void |
setSysKey(SystemKey sysKey) |
protected void |
setSysKey(UUID uuid) |
public ItemPath()
public ItemPath(UUID uuid)
public ItemPath(SystemKey syskey)
public ItemPath(String[] path) throws InvalidItemPathException
InvalidItemPathExceptionpublic ItemPath(String path) throws InvalidItemPathException
InvalidItemPathExceptionpublic void setPath(String[] path)
Pathpublic String getRoot()
public ItemPath getItemPath() throws ObjectNotFoundException
getItemPath in class PathObjectNotFoundExceptionpublic String getIORString()
public void setIORString(String ior)
public byte[] getOID()
protected void setSysKey(UUID uuid)
protected void setSysKey(SystemKey sysKey)
public SystemKey getSystemKey()
getSystemKey in class PathCopyright © 1997–2017 CRISTAL-iSE. All rights reserved.