Package uk.gov.nationalarchives.droid.gui.filter.domain

Examples of uk.gov.nationalarchives.droid.gui.filter.domain.PUIDMetadata


        LastModifiedDateMetadata lastModifiedDateMetadata = new LastModifiedDateMetadata();
        ResourceTypeMetadata resourceTypeMetadata = new ResourceTypeMetadata();
       
        MimeTypeMetadata mimeTypeMetadata = new MimeTypeMetadata(profileManager
                .getReferenceData(profileId).getFormats());
        PUIDMetadata pUIDMetadata = new PUIDMetadata(profileManager
                .getReferenceData(profileId).getFormats());
        FileFormatMetadata fileFormatMetaData = new FileFormatMetadata(
                profileManager.getReferenceData(profileId).getFormats());
        IdentificationMethodMetadata identificationMethodMetadata = new IdentificationMethodMetadata();
        JobStatusMetadata jobStatusMetadata = new JobStatusMetadata();
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.droid.gui.filter.domain.PUIDMetadata

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.