Package org.fcrepo.server.storage

Examples of org.fcrepo.server.storage.SimpleServiceDefinitionReader


        if (!obj.hasContentModel(
                                 Models.SERVICE_DEFINITION_3_0)) {
            throw new GeneralException("Not a service definition object: "
                    + pid);
        } else {
            return new SimpleServiceDefinitionReader(null,
                                                     this,
                                                     null,
                                                     null,
                                                     null,
                                                     obj);
View Full Code Here


        }
    }

    protected ServiceDefinitionReader getServiceDefinitionReader(DigitalObject obj)
            throws Exception {
        return new SimpleServiceDefinitionReader(null,
                                                 null,
                                                 null,
                                                 null,
                                                 null,
                                                 obj);
View Full Code Here

TOP

Related Classes of org.fcrepo.server.storage.SimpleServiceDefinitionReader

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.