public class DomainPath extends Path
| Constructor and Description |
|---|
DomainPath() |
DomainPath(DomainPath parent,
String child) |
DomainPath(String path) |
DomainPath(String[] path) |
DomainPath(String path,
ItemPath entity) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getIOR() |
ItemPath |
getItemPath() |
String |
getName()
Retrieves the domain name of the path
|
DomainPath |
getParent() |
String |
getRoot()
Returns root as it is defined as 'domain', 'entity' or 'role' in subclasses
|
SystemKey |
getSystemKey() |
ItemPath |
getTarget() |
UUID |
getUUID() |
boolean |
isContext()
Checks if the DomainPath represents a context node (i.e.
|
void |
setIOR(Object IOR) |
void |
setItemPath(ItemPath newTarget) |
String |
toString() |
public DomainPath()
public DomainPath(String[] path)
public DomainPath(String path)
public DomainPath(DomainPath parent, String child)
public String getRoot()
Pathpublic DomainPath getParent()
public void setItemPath(ItemPath newTarget)
public ItemPath getTarget()
public ItemPath getItemPath() throws ObjectNotFoundException
getItemPath in class PathObjectNotFoundExceptionpublic boolean isContext()
public String getName()
public SystemKey getSystemKey()
getSystemKey in class PathCopyright © 1997–2017 CRISTAL-iSE. All rights reserved.