Package org.fcrepo.oai

Examples of org.fcrepo.oai.SimpleSetInfo


        throw new BadResumptionTokenException("Sample doesn't support resumptionTokens.");
    }

    public List getSets() {
        ArrayList<SimpleSetInfo> a = new ArrayList<SimpleSetInfo>();
        a.add(new SimpleSetInfo("Computer Science", "cs", new HashSet()));
        a
                .add(new SimpleSetInfo("Cornell University",
                                       "cornell",
                                       new HashSet()));
        return a;
    }
View Full Code Here

TOP

Related Classes of org.fcrepo.oai.SimpleSetInfo

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.