Package org.cristalise.kernel.utils
Class ItemDescCache
java.lang.Object
org.cristalise.kernel.utils.DescriptionObjectCache<ImportItem>
org.cristalise.kernel.utils.ItemDescCache
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cristalise.kernel.utils.DescriptionObjectCache
DescriptionObjectCache.CacheEntry<E extends DescriptionObject> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ImportItembuildObject(String name, int version, ItemPath path, String data) protected Stringprotected Stringprotected StringMethods inherited from class org.cristalise.kernel.utils.DescriptionObjectCache
get, get, invalidate, invalidate, invalidate, isBootResource, loadObject
-
Constructor Details
-
ItemDescCache
public ItemDescCache()
-
-
Method Details
-
getTypeCode
- Specified by:
getTypeCodein classDescriptionObjectCache<ImportItem>
-
getSchemaName
- Specified by:
getSchemaNamein classDescriptionObjectCache<ImportItem>
-
getTypeRoot
- Specified by:
getTypeRootin classDescriptionObjectCache<ImportItem>
-
buildObject
protected ImportItem buildObject(String name, int version, ItemPath path, String data) throws InvalidDataException - Specified by:
buildObjectin classDescriptionObjectCache<ImportItem>- Parameters:
name-version-path-data-- Returns:
- Throws:
InvalidDataException
-