+ * Optionally applies the extended readers to the file plan hierarchy.
*
- * @param nodeRef
- * @param readers
- * @param applyToParents
+ * @param nodeRef node reference
+ * @param readers extended readers
+ * @param applyToParents true if applied to file plan hierarchy, false otherwise
*/
void setExtendedReaders(NodeRef nodeRef, Set
+ * Applies to file plan hierarchy.
*
- * @param nodeRef
- * @param readers
+ * @param nodeRef node reference
+ * @param readers extended readers
*/
void removeExtendedReaders(NodeRef nodeRef, Set
+ * Optionally applies the removal to the file plan hierarchy.
*
- * @param nodeRef
- * @param readers
- * @param applyToParents
+ * @param nodeRef node reference
+ * @param readers extended readers
+ * @param applyToParents true if applied to the file plan hierarchy, false otherwise
*/
void removeExtendedReaders(NodeRef nodeRef, Set
+ * Applies removal to the file plan hierarchy.
*
- * @param nodeRef
+ * @param nodeRef node reference
*/
void removeAllExtendedReaders(NodeRef nodeRef);
/**
+ * Removes all extended readers from this node.
+ *
+ * Optionally applies the removal to the file plan hierarchy.
*
- * @param nodeRef
- * @param applyToParents
+ * @param nodeRef node reference
+ * @param applyToParents true if applied to the file plan hierarchy, false otherwise
*/
void removeAllExtendedReaders(NodeRef nodeRef, boolean applyToParents);