Package com.soffid.iam.service.impl
Class MetadataCache
- java.lang.Object
-
- com.soffid.iam.service.impl.MetadataCache
-
public class MetadataCache extends Object
-
-
Constructor Summary
Constructors Constructor Description MetadataCache(CustomObjectTypeEntityDao customObjectEntityTypeEntityDao, MetaDataEntityDao metaDataEntityDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
clear(String name)
List<com.soffid.iam.api.DataType>
get(String name)
List<com.soffid.iam.api.CustomObjectType>
getCustomObjectTypes()
protected List<com.soffid.iam.api.DataType>
getDescriptorMetadata(String resourceName)
-
-
-
Constructor Detail
-
MetadataCache
public MetadataCache(CustomObjectTypeEntityDao customObjectEntityTypeEntityDao, MetaDataEntityDao metaDataEntityDao)
-
-
Method Detail
-
clear
public void clear(String name) throws es.caib.seycon.ng.exception.InternalErrorException
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
clear
public void clear() throws es.caib.seycon.ng.exception.InternalErrorException
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getCustomObjectTypes
public List<com.soffid.iam.api.CustomObjectType> getCustomObjectTypes()
-
-