| Package | Description |
|---|---|
| org.cristalise.kernel.entity.proxy |
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.
|
| org.cristalise.kernel.property |
| Modifier and Type | Method and Description |
|---|---|
String |
ItemProxy.getProperty(BuiltInItemProperties prop)
Retrieves the values of a BuiltInItemProperty
|
String |
ItemProxy.getProperty(BuiltInItemProperties prop,
String defaultValue)
Retrieves the values of a BuiltInItemProperty or returns the defaulValue if no Property was found
|
String |
ItemProxy.getProperty(BuiltInItemProperties prop,
String defaultValue,
TransactionKey transKey)
Retrieves the values of a BuiltInItemProperty or returns the defaulValue if no Property was found.
|
| Modifier and Type | Method and Description |
|---|---|
static BuiltInItemProperties |
BuiltInItemProperties.getValue(String propName) |
static BuiltInItemProperties |
BuiltInItemProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInItemProperties[] |
BuiltInItemProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PropertyUtility.checkProperty(ItemPath item,
BuiltInItemProperties prop,
TransactionKey transactionKey) |
static Property |
PropertyUtility.getProperty(ItemPath itemPath,
BuiltInItemProperties prop,
TransactionKey transactionKey) |
static String |
PropertyUtility.getPropertyValue(ItemPath item,
BuiltInItemProperties prop,
String defaultValue,
TransactionKey transactionKey) |
static void |
PropertyUtility.writeProperty(ItemPath item,
BuiltInItemProperties prop,
String value,
TransactionKey transactionKey)
Updates (writes) the value of an existing Property
|
| Constructor and Description |
|---|
Property(BuiltInItemProperties name,
String value) |
Property(BuiltInItemProperties name,
String value,
boolean mutable) |
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.