Uses of Class
org.cristalise.kernel.property.Property
Packages that use Property
Package
Description
Collections are Item local objects that reference other Items.
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 Property in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that return Property -
Uses of Property in org.cristalise.kernel.entity.imports
Methods in org.cristalise.kernel.entity.imports that return types with arguments of type PropertyModifier and TypeMethodDescriptionImportItem.getProperties()Method required to be backward compatible with castor marshalling. -
Uses of Property in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy with parameters of type Property -
Uses of Property in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that return types with arguments of type PropertyModifier and TypeMethodDescriptionSearchFilter.getProperties()Method required to be backward compatible with castor marshalling.Methods in org.cristalise.kernel.lookup with parameters of type PropertyModifier and TypeMethodDescriptionLookup.search(Path start, TransactionKey transactionKey, Property... props) 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.Search for Items in the specified path with the given property listMethod parameters in org.cristalise.kernel.lookup with type arguments of type PropertyModifier and TypeMethodDescriptiondefault 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. -
Uses of Property in org.cristalise.kernel.property
Methods in org.cristalise.kernel.property that return PropertyModifier and TypeMethodDescriptionPropertyDescription.getProperty()Instantiates a new Property from this definitionstatic PropertyPropertyUtility.getProperty(ItemPath itemPath, String propName, TransactionKey transactionKey) static PropertyPropertyUtility.getProperty(ItemPath itemPath, BuiltInItemProperties prop, TransactionKey transactionKey) Methods in org.cristalise.kernel.property with parameters of type PropertyConstructor parameters in org.cristalise.kernel.property with type arguments of type PropertyModifierConstructorDescriptionPropertyArrayList(List<Property> aList) Puts all Properties in order, so later ones with the same name overwrite earlier ones