| Package | Description |
|---|---|
| org.cristalise.kernel.lookup |
| Modifier and Type | Method and Description |
|---|---|
default Lookup.PagedResult |
Lookup.getAgents(RolePath rolePath,
int offset,
int limit)
Returns all of the Agents who hold this role (including sub-roles)
|
Lookup.PagedResult |
Lookup.getAgents(RolePath rolePath,
int offset,
int limit,
TransactionKey transactionKey)
Returns all of the Agents who hold this role (including sub-roles)
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default Lookup.PagedResult |
Lookup.getChildren(Path path,
int offset,
int limit)
List the next-level-deep children of a Path
|
Lookup.PagedResult |
Lookup.getChildren(Path path,
int offset,
int limit,
TransactionKey transactionKey)
List the next-level-deep children of a Path
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default Lookup.PagedResult |
Lookup.getRoles(AgentPath agentPath,
int offset,
int limit)
Get all roles held by the given Agent
|
Lookup.PagedResult |
Lookup.getRoles(AgentPath agentPath,
int offset,
int limit,
TransactionKey transactionKey)
Get all roles held by the given Agent
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default Lookup.PagedResult |
Lookup.search(Path start,
List<Property> props,
int offset,
int limit)
Search for Items in the specified path with the given property list
|
Lookup.PagedResult |
Lookup.search(Path start,
List<Property> props,
int offset,
int limit,
TransactionKey transactionKey)
Search for Items in the specified path with the given property list
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default Lookup.PagedResult |
Lookup.search(Path start,
PropertyDescriptionList props,
int offset,
int limit)
Search for Items of a particular type, based on its PropertyDescription outcome
|
Lookup.PagedResult |
Lookup.search(Path start,
PropertyDescriptionList props,
int offset,
int limit,
TransactionKey transactionKey)
Search for Items of a particular type, based on its PropertyDescription outcome
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default Lookup.PagedResult |
Lookup.searchAliases(ItemPath itemPath,
int offset,
int limit)
Find all DomainPaths that are aliases for a particular Item or Agent
|
Lookup.PagedResult |
Lookup.searchAliases(ItemPath itemPath,
int offset,
int limit,
TransactionKey transactionKey)
Find all DomainPaths that are aliases for a particular Item or Agent
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.