Package com.lyncode.xoai.builders.dataprovider

Examples of com.lyncode.xoai.builders.dataprovider.ElementBuilder


            this.deleted = false;
            return this;
        }

        public DSpaceItemBuilder withMetadata (String schema, String element, String value) {
            metadataBuilder.withElement(new ElementBuilder().withName(schema).withField(element, value).build());
            return this;
        }
View Full Code Here

TOP

Related Classes of com.lyncode.xoai.builders.dataprovider.ElementBuilder

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.