Package org.olat.properties

Examples of org.olat.properties.NarrowedPropertyManager.deleteProperties()


    // no cleanup needed, automatically done when last user exits the room
    /*
     * delete all Properties defining enabled/disabled CollabTool XY and the
     * news content
     */
    npm.deleteProperties(null, null, PROP_CAT_BG_COLLABTOOLS, null);

    /*
     * and last but not least the cache is reseted
     */
    cacheToolStates.clear();
 
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.