Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
S_FolderLink
A S_FolderLink contains the business logic associated with a
FolderLink instance.
|
class |
S_TieFolderLink
S_TieFolderLink allows the Oracle-defined behavior of the
FolderLink classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieLink
S_TieLink allows the Oracle-defined behavior of the
Link classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
protected static S_Link[] |
S_Link.constructLinkArray(S_LibrarySession sess,
Long[] ids)
Construct a Link array from an array of object IDs.
|
S_Link[] |
S_PublicObject.getLinks()
Get all Links that refer to this instance.
|
protected S_Link[] |
S_LinkSelector.selectAllLinks(Long poid)
return all Link objects associated with the specified
PublicObject.
|
protected S_Link[] |
S_LinkSelector.selectAllLinks(Long poid,
SortSpecification sort)
return all Link objects associated with the specified
PublicObject.
|
S_Link[] |
S_LinkSelector.selectAllLinks(S_PublicObject po)
return all Link objects associated with the specified
PublicObject.
|
Copyright © 2023. All rights reserved.