| Package | Description |
|---|---|
| org.cristalise.kernel.lookup |
| Modifier and Type | Method and Description |
|---|---|
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.getChildren(Path path,
int offset,
int limit)
List the next-level-deep children of a Path
|
Lookup.PagedResult |
Lookup.getRoles(AgentPath agentPath,
int offset,
int limit)
Get all roles held by the given Agent
|
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,
PropertyDescriptionList props,
int offset,
int limit)
Search for Items of a particular type, based on its PropertyDescription outcome
|
Lookup.PagedResult |
Lookup.searchAliases(ItemPath itemPath,
int offset,
int limit)
Find all DomainPaths that are aliases for a particular Item or Agent
|
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.