Package org.apache.jackrabbit.core.state

Examples of org.apache.jackrabbit.core.state.ItemState.discard()


     * @param id
     */
    synchronized void onPropertyChanged(PropertyId id) {
        ItemState item = (ItemState) items.get(id);
        if (item != null) {
            item.discard();
        }
    }

    /**
     * @inheritDoc
 
View Full Code Here


     * @param id
     */
    synchronized void onPropertyChanged(PropertyId id) {
        ItemState item = (ItemState) items.get(id);
        if (item != null) {
            item.discard();
        }
    }

    /**
     * @inheritDoc
 
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.