Package com.emc.vipr.model.object.retention

Examples of com.emc.vipr.model.object.retention.RetentionClassListRep


     * @param namespace
     *        the namespace ID.
     * @return the list of retention classes.
     */
    public List<RetentionClassInfoRep> getRetentionClasses(String namespace) {
        RetentionClassListRep list = client
                .get(RetentionClassListRep.class, NAMESPACE_RETENTION_CLASSES_URL, namespace);
        return ResourceUtils.defaultList(list != null ? list.getRetentionClasses() : null);
    }
View Full Code Here

TOP

Related Classes of com.emc.vipr.model.object.retention.RetentionClassListRep

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.