Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
protected String[] |
LibrarySession.DMGetAllFolderPaths(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMGetAnyFolderPath(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
String[] |
PublicObject.getAllFolderPaths(Folder reference,
FolderPathOptions fpo)
Gets all Folder paths to the target object.
|
String |
PublicObject.getAnyFolderPath(Folder reference,
FolderPathOptions fpo)
Gets any Folder path to the target object.
|
Modifier and Type | Field and Description |
---|---|
static FolderPathOptions |
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 |
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 |
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 |
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 |
---|---|
protected FolderPathOptions |
LinkOperations.determineFolderPathOptions(String option) |
Modifier and Type | Method and Description |
---|---|
String[] |
S_LibrarySession.DMGetAllFolderPaths(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Return all reachable folder paths to an object, or null if there is no
reachable path.
|
String[] |
S_LibrarySessionInterface.DMGetAllFolderPaths(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort) |
String |
S_LibrarySession.DMGetAnyFolderPath(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Return a folder path to an object, or null if there is no
reachable path.
|
String |
S_LibrarySessionInterface.DMGetAnyFolderPath(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort) |
String[] |
S_PublicObject.getAllFolderPaths(S_Folder reference,
SortSpecification sort,
FolderPathOptions fpo)
get all Folder paths to the target object.
|
String |
S_PublicObject.getAnyFolderPath(S_Folder reference,
SortSpecification sort,
FolderPathOptions fpo)
Gets any Folder path to the target object.
|
Copyright © 2023. All rights reserved.