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