Uses of Class
org.cristalise.kernel.property.PropertyDescriptionList
Packages that use PropertyDescriptionList
Package
Description
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
-
Uses of PropertyDescriptionList in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy with parameters of type PropertyDescriptionListModifier and TypeMethodDescriptionAgentProxy.searchItems(Path start, PropertyDescriptionList props) -
Uses of PropertyDescriptionList in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup with parameters of type PropertyDescriptionListModifier and TypeMethodDescriptionLookup.search(Path start, PropertyDescriptionList props) Search for Items of a particular type, based on its PropertyDescription outcomedefault 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.Lookup.search(Path start, PropertyDescriptionList props, 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. -
Uses of PropertyDescriptionList in org.cristalise.kernel.process.resource
Methods in org.cristalise.kernel.process.resource that return PropertyDescriptionListModifier and TypeMethodDescriptionDefaultResourceImportHandler.getPropDesc()ResourceImportHandler.getPropDesc()Should return all of the Properties the resource Item will have on creation. -
Uses of PropertyDescriptionList in org.cristalise.kernel.property
Methods in org.cristalise.kernel.property that return PropertyDescriptionListModifier and TypeMethodDescriptionstatic PropertyDescriptionListPropertyUtility.getPropertyDescriptionOutcome(ItemPath itemPath, String descVer, TransactionKey transactionKey) Reads the PropertyDescriptionList either from a built-in type of Item using LocalObjectLoader or from the 'last' Viewpoint of the 'PropertyDescription' Outcome in the Item (very likely a Factory Item).Methods in org.cristalise.kernel.property with parameters of type PropertyDescriptionListModifier and TypeMethodDescriptionstatic CastorHashMapPropertyUtility.convertTransitiveProperties(PropertyDescriptionList pdList) Converts transitive PropertyDescriptions to VertexProprties (CastorHashMap). -
Uses of PropertyDescriptionList in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return PropertyDescriptionListModifier and TypeMethodDescriptionprotected PropertyDescriptionListPropertyDescriptionCache.buildObject(String name, int version, ItemPath path, String data) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(String name, int version) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(String name, int version, TransactionKey transactionKey) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties, TransactionKey transactionKey)