public class FolderPathOptions extends Object implements Serializable
PublicObject.getAnyFolderPath()
and PublicObject.getAllFolderPaths()
methods.Modifier and Type | Field and Description |
---|---|
static FolderPathOptions |
EXCLUDE_ALL_LINKS
A value that can be used to indicate that neither Links nor
FolderLinks should be considered when determining
the set of legal folder paths to an object.
|
static FolderPathOptions |
INCLUDE_ALL_LINKS
A value that can be used to indicate that both Links and
FolderLinks should be considered when determining
the set of legal folder paths to an object.
|
static FolderPathOptions |
INCLUDE_FOLDERLINKS
A value that can be used to indicate that FolderLinks (but not
regular Links) should be considered when determining
the set of legal folder paths to an object.
|
static FolderPathOptions |
INCLUDE_LINKS
A value that can be used to indicate that Links (but not
FolderLinks) should be considered when determining
the set of legal folder paths to an object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
includeFolderLinks()
Test if FolderLinks should be considered when determining
the set of legal folder paths to an object.
|
boolean |
includeLinks()
Test if Links (not including FolderLinks)
should be considered when determining
the set of legal folder paths to an object.
|
public static final FolderPathOptions INCLUDE_ALL_LINKS
public static final FolderPathOptions INCLUDE_LINKS
public static final FolderPathOptions INCLUDE_FOLDERLINKS
public static final FolderPathOptions EXCLUDE_ALL_LINKS
public boolean includeLinks()
public boolean includeFolderLinks()
Copyright © 2023. All rights reserved.