Examples of RetentionClassListRep


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
Copyright © 2018 www.massapi.com. 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.