Package org.fcrepo.server.storage

Examples of org.fcrepo.server.storage.SimpleServiceDeploymentReader


        //TODO hasModel
        if (!obj.hasContentModel(
                                 Models.SERVICE_DEPLOYMENT_3_0)) {
            throw new GeneralException("Not a service deployment: " + pid);
        } else {
            return new SimpleServiceDeploymentReader(null,
                                                     this,
                                                     null,
                                                     null,
                                                     null,
                                                     obj);
View Full Code Here


                                                 obj);
    }

    protected ServiceDeploymentReader getServiceDeploymentReader(DigitalObject obj)
            throws Exception {
        return new SimpleServiceDeploymentReader(null,
                                                 null,
                                                 null,
                                                 null,
                                                 null,
                                                 obj);
View Full Code Here

TOP

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

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.