org.fcrepo.client.utility.validate.types
Interface ContentModelInfo
- All Known Implementing Classes:
- BasicContentModelInfo
public interface ContentModelInfo
An abstraction of a content model object, containing only those fields and
attributes that are needed for validation. (As validation becomes more
elaborate, this interface will also.)
- Author:
- Jim Blake
DS_COMPOSITE_MODEL
static final String DS_COMPOSITE_MODEL
- See Also:
- Constant Field Values
DS_COMPOSITE_MODEL_FORMAT
static final String DS_COMPOSITE_MODEL_FORMAT
- See Also:
- Constant Field Values
getPid
String getPid()
getTypeModels
Collection<ContentModelInfo.DsTypeModel> getTypeModels()
Copyright © 2012 DuraSpace. All Rights Reserved.