| 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
|
| 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 Property |
PropertyUtility.getProperty(ItemPath itemPath,
BuiltInItemProperties prop,
Object locker) |
| Constructor and Description |
|---|
Property(BuiltInItemProperties name,
String value) |
Property(BuiltInItemProperties name,
String value,
boolean mutable) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.