public class AgentPath extends ItemPath
| Constructor and Description |
|---|
AgentPath() |
AgentPath(ItemPath itemPath) |
AgentPath(ItemPath itemPath,
String agentName) |
AgentPath(String path) |
AgentPath(SystemKey syskey) |
AgentPath(UUID uuid) |
AgentPath(UUID uuid,
String agentName) |
AgentPath(UUID uuid,
String ior,
String agentName) |
AgentPath(UUID uuid,
String ior,
String agentName,
boolean isPwdTemporary) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump() |
String |
getAgentName() |
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
|
RolePath |
getFirstMatchingRole(List<RolePath> roles) |
RolePath[] |
getRoles() |
boolean |
hasRole(RolePath role) |
boolean |
hasRole(String role) |
boolean |
isPasswordTemporary() |
void |
setAgentName(String agentID) |
getIOR, getIORString, getItemPath, getName, getOID, getRoot, getSystemKey, getUUID, isUUID, setIOR, setIORString, setPath, setPath, setPath, setSysKey, setSysKeyequals, exists, getClusterType, getPath, getString, getStringPath, hashCode, setName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitenforceValidNamepublic AgentPath()
public AgentPath(UUID uuid) throws InvalidAgentPathException
InvalidAgentPathExceptionpublic AgentPath(SystemKey syskey) throws InvalidAgentPathException
InvalidAgentPathExceptionpublic AgentPath(ItemPath itemPath) throws InvalidAgentPathException
InvalidAgentPathExceptionpublic AgentPath(String path) throws InvalidItemPathException
InvalidItemPathExceptionpublic void setAgentName(String agentID)
public String getAgentName()
public RolePath[] getRoles()
public boolean hasRole(RolePath role)
public boolean hasRole(String role)
public String getClusterPath()
C2KLocalObjectgetClusterPath in interface C2KLocalObjectgetClusterPath in class ItemPathpublic boolean isPasswordTemporary()
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.