Uses of Interface
org.apache.jackrabbit.api.jsr283.retention.Hold

Packages that use Hold
org.apache.jackrabbit.api.jsr283.retention   
 

Uses of Hold in org.apache.jackrabbit.api.jsr283.retention
 

Methods in org.apache.jackrabbit.api.jsr283.retention that return Hold
 Hold RetentionManager.addHold(String absPath, String name, boolean isDeep)
          Places a hold on the existing node at absPath.
 Hold[] RetentionManager.getHolds(String absPath)
          Returns all hold objects that have been added through this API to the existing node at absPath.
 

Methods in org.apache.jackrabbit.api.jsr283.retention with parameters of type Hold
 void RetentionManager.removeHold(String absPath, Hold hold)
          Removes the specified hold from the node at absPath.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.