Uses of Class
org.cristalise.kernel.lookup.Lookup.PagedResult
Packages that use Lookup.PagedResult
-
Uses of Lookup.PagedResult in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that return Lookup.PagedResultModifier and TypeMethodDescriptiondefault Lookup.PagedResultReturns all of the Agents who hold this role (including sub-roles)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.PagedResultLookup.getChildren(Path path, int offset, int limit) List the next-level-deep children of a PathLookup.getChildren(Path path, int offset, int limit, boolean contextOnly, TransactionKey transactionKey) List the next-level-deep children (items or contexts) of the given path This method can be used in server side code or Script to find uncommitted changes during the active transaction.default Lookup.PagedResultLookup.getChildren(Path path, int offset, int limit, TransactionKey transactionKey) List the next-level-deep children (items and contexts) of the given path This method can be used in server side code or Script to find uncommitted changes during the active transaction.default Lookup.PagedResultLookup.getContextTree(DomainPath start) Read the full context tree from the given DomainathLookup.getContextTree(DomainPath start, TransactionKey transactionKey) default Lookup.PagedResultGet all roles held by the given AgentLookup.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.PagedResultSearch for Items in the specified path with the given property listLookup.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.PagedResultLookup.search(Path start, PropertyDescriptionList props, int offset, int limit) Search for Items of a particular type, based on its PropertyDescription outcomeLookup.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.PagedResultLookup.searchAliases(ItemPath itemPath, int offset, int limit) Find all DomainPaths that are aliases for a particular Item or AgentLookup.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.