components.add(new Publisher(entity, null, buildSecurityAttributes("publisher")));
// Skip all optional fields in the metacard (other producers, description, processingInfo,
// revisionRecall, recordsManagementInfo, and noticeList.
return (new MetacardInfo(components, buildSecurityAttributes("subject")));
}
});
CONSTRUCTOR_BUILDERS.put(Identifier.class, new IConstructorBuilder() {
public IDDMSComponent build() throws IOException, InvalidDDMSException {
String qualifier = readString("the qualifier [testQualifier]");