Class TypeDeclarations
java.lang.Object
de.digitalcollections.cudami.model.config.TypeDeclarations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<de.digitalcollections.model.identifiable.entity.manifestation.ExpressionType>findExpressionTypes(String mainType, String subType) FindsExpressionTypes that meet the passed main and sub type.List<de.digitalcollections.model.text.TitleType>findTitleTypes(String mainType, String subType) FindsTitleTypes that meet the passed main and sub type.List<de.digitalcollections.model.identifiable.entity.manifestation.ExpressionType>List<de.digitalcollections.model.text.TitleType>voidsetRelationPredicates(List<String> relationPredicates)
-
Constructor Details
-
TypeDeclarations
-
-
Method Details
-
getRelationPredicates
-
getManufacturingTypes
-
getMediaTypes
-
getSubjectTypes
-
getExpressionTypes
public List<de.digitalcollections.model.identifiable.entity.manifestation.ExpressionType> getExpressionTypes() -
getTitleTypes
-
setRelationPredicates
-
findExpressionTypes
public List<de.digitalcollections.model.identifiable.entity.manifestation.ExpressionType> findExpressionTypes(String mainType, String subType) FindsExpressionTypes that meet the passed main and sub type. If an exact match is not found then all types matching either main or sub type are returned.- Parameters:
mainType- can benullsubType- can benull- Returns:
- list of matching types or an empty list
-
findTitleTypes
public List<de.digitalcollections.model.text.TitleType> findTitleTypes(String mainType, String subType) FindsTitleTypes that meet the passed main and sub type. If an exact match is not found then all types matching either main or sub type are returned.- Parameters:
mainType- can benullsubType- can benull- Returns:
- list of matching types or an empty list
-