public class PropertyUtility extends Object
| Constructor and Description |
|---|
PropertyUtility() |
| Modifier and Type | Method and Description |
|---|---|
static CastorHashMap |
convertTransitiveProperties(PropertyDescriptionList pdList)
Converts transitive PropertyDescriptions to VertexProprties (CastorHashMap).
|
static String |
getClassIdNames(ArrayList<PropertyDescription> pdlist) |
static String |
getNames(ArrayList<PropertyDescription> pdlist) |
static Property |
getProperty(ItemPath itemPath,
BuiltInItemProperties prop,
Object locker) |
static Property |
getProperty(ItemPath itemPath,
String propName,
Object locker) |
static PropertyDescriptionList |
getPropertyDescriptionOutcome(ItemPath itemPath,
String descVer,
Object locker) |
static String |
getValue(ArrayList<PropertyDescription> pdlist,
String name) |
static boolean |
propertyExists(ItemPath itemPath,
String propName,
Object locker) |
public static String getValue(ArrayList<PropertyDescription> pdlist, String name)
public static boolean propertyExists(ItemPath itemPath, String propName, Object locker)
public static Property getProperty(ItemPath itemPath, BuiltInItemProperties prop, Object locker) throws ObjectNotFoundException
ObjectNotFoundExceptionpublic static Property getProperty(ItemPath itemPath, String propName, Object locker) throws ObjectNotFoundException
ObjectNotFoundExceptionpublic static String getNames(ArrayList<PropertyDescription> pdlist)
public static String getClassIdNames(ArrayList<PropertyDescription> pdlist)
public static PropertyDescriptionList getPropertyDescriptionOutcome(ItemPath itemPath, String descVer, Object locker) throws ObjectNotFoundException
ObjectNotFoundExceptionpublic static CastorHashMap convertTransitiveProperties(PropertyDescriptionList pdList)
pdList - the PropertyDescriptions to be usedCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.