Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.fdk.impl |
Modifier and Type | Class and Description |
---|---|
class |
FolderLink
A FolderLink is a special type of Link used to provide
ad-hoc navigation to another Folder.
|
class |
TieFolderLink
A TieFolderLink allows the Oracle-defined behavior of the
FOLDERLINK classobject (and its subclasses) to be extended
or overridden.
|
class |
TieLink
TieLink allows the Oracle-defined behavior of the
LINK classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static Link |
Link.constructLink(LibrarySession sess,
S_LibraryObjectData data)
Returns a Link object from a Link data object.
|
protected static Link[] |
Link.constructLinkArray(LibrarySession sess,
Long[] ids)
Construct a Link array from an array of object IDs.
|
Link[] |
PublicObject.getLinks()
Gets all Link objects that refer to this PublicObject.
|
protected static Link[] |
Link.vectorToLinkArray(Vector vector)
Returns an array of Link objects from a vector
of Link objects.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showLink(Logger logger,
Link link,
String prefix)
Show details about a Link.
|
Modifier and Type | Method and Description |
---|---|
protected Link |
LinkOperations.lookupLink(LibrarySession sess,
String linkname) |
Modifier and Type | Method and Description |
---|---|
static Link |
Utils.getLink(LibrarySession ls,
long id)
Returns the Link from a given ID or throws an exception if
the item cannot be found or it is not a Link.
|
static Link |
Utils.getLink(LibrarySession ls,
Long id)
Returns the Link from a given ID or throws an exception if
the item cannot be found or it is not a Link.
|
Copyright © 2023. All rights reserved.