A B C E F G I J M N O P R S T U V
A
- addChild(SnapshotNode) - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
B
- BOOKMARK_LISTING - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- BOOKMARK_TEMPLATE_FILE - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- BOOKMARKS - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
- BookmarkTool - Class in com.activeviam.tools.bookmark.impl
-
Library class exposing content server bookmark import and export functionality for Accelerators.
- BookmarkTool() - Constructor for class com.activeviam.tools.bookmark.impl.BookmarkTool
-
C
- CHILDREN - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
- com.activeviam.tools.bookmark.constant.impl - package com.activeviam.tools.bookmark.constant.impl
-
- com.activeviam.tools.bookmark.impl - package com.activeviam.tools.bookmark.impl
-
- com.activeviam.tools.bookmark.node.impl - package com.activeviam.tools.bookmark.node.impl
-
- CONTAINER - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Content
-
- Content() - Constructor for class com.activeviam.tools.bookmark.constant.impl.CSConstants.Content
-
- CONTENT - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
- CSConstants - Class in com.activeviam.tools.bookmark.constant.impl
-
- CSConstants() - Constructor for class com.activeviam.tools.bookmark.constant.impl.CSConstants
-
- CSConstants.Content - Class in com.activeviam.tools.bookmark.constant.impl
-
- CSConstants.Paths - Class in com.activeviam.tools.bookmark.constant.impl
-
- CSConstants.Role - Class in com.activeviam.tools.bookmark.constant.impl
-
- CSConstants.Tree - Class in com.activeviam.tools.bookmark.constant.impl
-
E
- ENTRY - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
- exportBookmarks(ContentServiceSnapshotter, String, Map<String, List<String>>) - Static method in class com.activeviam.tools.bookmark.impl.BookmarkTool
-
Exports content server bookmarks into a directory structure representing the UI bookmark structure.
F
- FILESYSTEM_SEPARATOR - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- FILTER - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Content
-
- FOLDER_TEMPLATE_FILE - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
G
- getBookmarkType(String) - Static method in class com.activeviam.tools.bookmark.constant.impl.CSConstants
-
- getChildren() - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- getEntry() - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- getKey() - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- getPath() - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
I
- I18N - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- I18N_JSON - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- I18N_TOKEN - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- importBookmarks(ContentServiceSnapshotter, String, Map<String, List<String>>) - Static method in class com.activeviam.tools.bookmark.impl.BookmarkTool
-
Imports content server bookmarks from a directory structure representing the required UI bookmark structure.
- IS_DIRECTORY - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
J
- JSON - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
M
- MDX - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Content
-
N
- NAME - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
O
- OWNERS - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Role
-
P
- Paths() - Constructor for class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- PERMISSIONS - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- PERMISSIONS_FILE - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
R
- READERS - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Role
-
- Role() - Constructor for class com.activeviam.tools.bookmark.constant.impl.CSConstants.Role
-
- ROLE_CS_ROOT - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Role
-
- ROLE_USER - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Role
-
S
- SEPARATOR - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- setChildren(List<SnapshotNode>) - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- setEntry(BasicJsonContentEntry) - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- setKey(String) - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- setPath(String) - Method in class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- SETTINGS - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- SETTINGS_JSON - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- SETTINGS_TOKEN - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
- SnapshotNode - Class in com.activeviam.tools.bookmark.node.impl
-
Internal representation of the SnapshotContentTree object, aimed to simplify the object to the components required to generate the bookmark hierarchy.
- SnapshotNode(String) - Constructor for class com.activeviam.tools.bookmark.node.impl.SnapshotNode
-
- STRUCTURE - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
T
- transformPermissionsMapToPair(Map<String, List<String>>) - Static method in class com.activeviam.tools.bookmark.impl.BookmarkTool
-
Transform a permissions map of type to role names into a pair of JsonNode objects.
- transformPermissionsPairToMap(IPair<ArrayNode, ArrayNode>) - Static method in class com.activeviam.tools.bookmark.impl.BookmarkTool
-
Transform a pair of JsonNode objects into a map of type to role name.
- transformPermissionsStringsToMap(String, String) - Static method in class com.activeviam.tools.bookmark.impl.BookmarkTool
-
Transform the string representation of lists of role names into a map of type to role name.
- transformPermissionsStringsToPair(String, String) - Static method in class com.activeviam.tools.bookmark.impl.BookmarkTool
-
Transform the string representation of lists of role names into a pair of JsonNode objects.
- Tree() - Constructor for class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
- TYPE - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
U
- UI - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Paths
-
V
- VALUE - Static variable in class com.activeviam.tools.bookmark.constant.impl.CSConstants.Tree
-
A B C E F G I J M N O P R S T U V
Copyright © 2019. All rights reserved.