public class ItemPath extends Path
| 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 |
|---|---|
String |
getClusterPath()
Each C2KLocalObject is stored with a path identifier starting with the ClusterType:
Properties: /Property/Name
Workflow: /LifeCycle/workflow
Collections: /Collection/Name/Version (default Name='last')
Outcomes: /Outcome/SchemaName/SchemaVersion/EventID
Viewpoints: /ViewPoint/SchemaName/Name (default Name='last')
Events: /AuditTrail/EventID
Jobs: /Job/JobID
|
Object |
getIOR() |
String |
getIORString() |
ItemPath |
getItemPath() |
String |
getName()
Gets the name of the C2KLocalObject
|
byte[] |
getOID() |
String |
getRoot()
The root of ItemPath is /entity
|
SystemKey |
getSystemKey() |
UUID |
getUUID() |
static boolean |
isUUID(String entityKey) |
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) |
dump, equals, exists, getClusterType, getPath, getString, getStringPath, hashCode, setName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitenforceValidNameprotected String mIOR
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 Pathpublic String getName()
C2KLocalObjectpublic String getClusterPath()
C2KLocalObjectpublic static boolean isUUID(String entityKey)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.