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

Nested Class Summary
static interface ContentModelInfo.DsTypeModel
          The content model is made up of type models.
static interface ContentModelInfo.Form
          The type model may have 0 or more forms.
 
Field Summary
static String DS_COMPOSITE_MODEL
           
static String DS_COMPOSITE_MODEL_FORMAT
           
 
Method Summary
 String getPid()
           
 Collection<ContentModelInfo.DsTypeModel> getTypeModels()
           
 

Field Detail

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
Method Detail

getPid

String getPid()

getTypeModels

Collection<ContentModelInfo.DsTypeModel> getTypeModels()


Copyright © 2012 DuraSpace. All Rights Reserved.