Interface ArchiveUnitProfileSchemaService
- All Known Implementing Classes:
ArchiveUnitProfileSchemaServiceImpl
public interface ArchiveUnitProfileSchemaService
This service manages CRUD on Archive unit profiles
-
Method Summary
Modifier and TypeMethodDescriptiongetCombinedSchemaModelsById
(String identifier) find archive unit profiles by QueryDsl
-
Method Details
-
getCombinedSchemaModelsById
List<CombinedSchemaModel> getCombinedSchemaModelsById(String identifier) throws ReferentialException, InvalidParseOperationException, IOException, InvalidCreateOperationException find archive unit profiles by QueryDsl- Parameters:
identifier
- the archive unit profile identifier- Returns:
- list of CombinedSchemaModel
- Throws:
ReferentialException
InvalidParseOperationException
IOException
InvalidCreateOperationException
-