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 |
getAgentName(TransactionKey transactionKey) |
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 |
getFirstMatchingRole(List<RolePath> roles,
TransactionKey transactionKey) |
RolePath[] |
getRoles() |
RolePath[] |
getRoles(TransactionKey transactionKey) |
boolean |
hasRole(RolePath role) |
boolean |
hasRole(RolePath role,
TransactionKey transactionKey) |
boolean |
hasRole(String role) |
boolean |
hasRole(String role,
TransactionKey transactionKey) |
boolean |
isPasswordTemporary() |
void |
setAgentName(String agentID) |
getIOR, getIORString, getItemPath, getName, getOID, getRoot, getSystemKey, getUUID, isUUID, setIOR, setIORString, setPath, setPath, setPath, setSysKey, setSysKeyequals, exists, exists, getClusterType, getIOR, getItemPath, 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 String getAgentName(TransactionKey transactionKey)
public RolePath[] getRoles()
public RolePath[] getRoles(TransactionKey transactionKey)
public RolePath getFirstMatchingRole(List<RolePath> roles, TransactionKey transactionKey)
public boolean hasRole(RolePath role)
public boolean hasRole(RolePath role, TransactionKey transactionKey)
public boolean hasRole(String role)
public boolean hasRole(String role, TransactionKey transactionKey)
public String getClusterPath()
C2KLocalObjectgetClusterPath in interface C2KLocalObjectgetClusterPath in class ItemPathpublic boolean isPasswordTemporary()
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.