Uses of Enum Class
org.cristalise.kernel.property.BuiltInItemProperties
Packages that use BuiltInItemProperties
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 BuiltInItemProperties in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy with parameters of type BuiltInItemPropertiesModifier and TypeMethodDescriptionbooleanItemProxy.checkProperty(BuiltInItemProperties prop) Check if the given built-in Property existsbooleanItemProxy.checkProperty(BuiltInItemProperties prop, TransactionKey transKey) Check if the given built-in Property exists.ItemProxy.getProperty(BuiltInItemProperties prop) Retrieves the values of a BuiltInItemPropertyItemProxy.getProperty(BuiltInItemProperties prop, String defaultValue) Retrieves the values of a BuiltInItemProperty or returns the defaulValue if no Property was foundItemProxy.getProperty(BuiltInItemProperties prop, String defaultValue, TransactionKey transKey) Retrieves the values of a BuiltInItemProperty or returns the defaulValue if no Property was found. -
Uses of BuiltInItemProperties in org.cristalise.kernel.property
Methods in org.cristalise.kernel.property that return BuiltInItemPropertiesModifier and TypeMethodDescriptionstatic BuiltInItemPropertiesstatic BuiltInItemPropertiesReturns the enum constant of this class with the specified name.static BuiltInItemProperties[]BuiltInItemProperties.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cristalise.kernel.property with parameters of type BuiltInItemPropertiesModifier and TypeMethodDescriptionstatic booleanPropertyUtility.checkProperty(ItemPath item, BuiltInItemProperties prop, TransactionKey transactionKey) static PropertyPropertyUtility.getProperty(ItemPath itemPath, BuiltInItemProperties prop, TransactionKey transactionKey) static StringPropertyUtility.getPropertyValue(ItemPath item, BuiltInItemProperties prop, String defaultValue, TransactionKey transactionKey) static voidPropertyUtility.writeProperty(ItemPath item, BuiltInItemProperties prop, String value, TransactionKey transactionKey) Updates (writes) the value of an existing PropertyConstructors in org.cristalise.kernel.property with parameters of type BuiltInItemPropertiesModifierConstructorDescriptionProperty(BuiltInItemProperties name, String value) Property(BuiltInItemProperties name, String value, boolean mutable)