public final class FolderUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Entry |
deepClone(Entry target,
boolean copyIds) |
static Bookmark |
deepCloneBookmark(Bookmark target,
boolean copyIds) |
static BookmarkSet |
deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds) |
static Entry |
deepCloneEntry(Entry target,
boolean copyIds) |
static Folder |
deepCloneFolder(Folder target,
boolean copyIds) |
static boolean |
deepContains(Folder parent,
Entry query) |
static IdPathInfo |
getEntryInfo(Folder baseFolder,
java.lang.String indexPath) |
static IdPathInfo |
getEntryInfo(Folder baseFolder,
java.lang.String idPath,
java.lang.String regexDelimeter) |
public static IdPathInfo getEntryInfo(Folder baseFolder, java.lang.String indexPath)
public static IdPathInfo getEntryInfo(Folder baseFolder, java.lang.String idPath, java.lang.String regexDelimeter)
baseFolder - idPath - regexDelimeter - public static BookmarkSet deepCloneBookmarkSet(BookmarkSet target, boolean copyIds)
Copyright © 2018 Jasig. All Rights Reserved.