Package org.cristalise.kernel.utils
Class DomainContextCache
java.lang.Object
org.cristalise.kernel.utils.DescriptionObjectCache<DomainContext>
org.cristalise.kernel.utils.DomainContextCache
-
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 DomainContextbuildObject(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
-
DomainContextCache
public DomainContextCache()
-
-
Method Details
-
getTypeCode
- Specified by:
getTypeCodein classDescriptionObjectCache<DomainContext>
-
getSchemaName
- Specified by:
getSchemaNamein classDescriptionObjectCache<DomainContext>
-
getTypeRoot
- Specified by:
getTypeRootin classDescriptionObjectCache<DomainContext>
-
buildObject
protected DomainContext buildObject(String name, int version, ItemPath path, String data) throws InvalidDataException - Specified by:
buildObjectin classDescriptionObjectCache<DomainContext>- Parameters:
name-version-path-data-- Returns:
- Throws:
InvalidDataException
-