Package | Description |
---|---|
oracle.ifs.protocols.email.server | |
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
S_BodyPartRelationship
The S_BodyPartRelationship class
|
class |
S_TieBodyPartRelationship
The S_TieBodyPartRelationship abstract class is a placeholder
for performing overrides for all S_BodyPartRelationship subclasses.
|
Modifier and Type | Class and Description |
---|---|
class |
S_BranchRelationship
The S_BranchRelationship class
|
class |
S_FolderPathRelationship
Server side representation of the FOLDERPATHRELATIONSHIP class.
|
class |
S_FolderRelationship
Server side representation of the FOLDERRELATIONSHIP class.
|
class |
S_GroupMemberRelationship
A S_GroupMemberRelationship is the server-side representation of
a GroupMemberRelationship.
|
class |
S_NamedRelationship
The S_NamedRelationship class
|
class |
S_TieBranchRelationship
S_TieBranchRelationship allows the Oracle-defined behavior of the
BRANCHRELATIONSHIP classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieFolderPathRelationship
S_TieFolderPathRelationship allows the Oracle-defined behavior of the
FOLDERPATHRELATIONSHIP classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieFolderRelationship
S_TieFolderRelationship allows the Oracle-defined behavior of the
FOLDERRELATIONSHIP classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieGroupMemberRelationship
A S_TieGroupMemberRelationship allows the Oracle-defined behavior of the
GROUPMEMBERRELATIONSHIP classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieNamedRelationship
S_TieNamedRelationship allows the Oracle-defined behavior of the
NAMEDRELATIONSHIP classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieRelationship
S_TieRelationship allows the Oracle-defined behavior of the
RELATIONSHIP classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
protected S_Relationship[] |
S_PublicObject.getAllLeftRelationships()
getAllLeftRelationships - gets all Relationship objects to the
left of this object.
|
protected S_Relationship[] |
S_PublicObject.getAllRightRelationships()
getAllRightRelationships - gets all Relationship objects to the
right of this object.
|
protected S_Relationship[] |
S_PublicObject.getLeftRelationships(String relClassName)
getLeftRelationships - gets all Relationship objects to the
left of this object for a specified Relationship class.
|
S_Relationship[] |
S_PublicObject.getLeftwardRelationships(S_ClassObject relClass,
SortSpecification sort)
returns all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
S_Relationship[] |
S_PublicObject.getLeftwardRelationships(String relClassName,
SortSpecification sort)
returns all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
protected S_Relationship[] |
S_PublicObject.getRightRelationships(String relClassName)
getRightRelationships - gets all Relationship objects to the
right of this object for a specified Relationship class.
|
S_Relationship[] |
S_PublicObject.getRightwardRelationships(S_ClassObject relClass,
SortSpecification sort)
returns all "right side" relationship instances that are used to relate to this object
to other PublicObjects.
|
S_Relationship[] |
S_PublicObject.getRightwardRelationships(String relClassName,
SortSpecification sort)
returns all "right side" relationship instances that are used to relate to this object
to other PublicObjects.
|
protected S_Relationship[] |
S_PublicObject.getSpecificLeftRelationships(S_PublicObject source,
String relClassName)
getSpecificLeftRelationships - gets all Relationship objects to the
left of this object for a specified Relationship class, and for a
specific source object.
|
protected S_Relationship[] |
S_PublicObject.getSpecificRightRelationships(S_PublicObject target,
String relClassName)
getSpecificRightRelationships - gets all Relationship objects to the
right of this object for a specified Relationship class, and for a
specific target object.
|
static S_Relationship[] |
S_Relationship.vectorToSRelationshipArray(S_LibrarySession sess,
Vector vector) |
Modifier and Type | Method and Description |
---|---|
protected void |
S_Folder.extendedPostAddItem(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition sdef,
S_Relationship rel)
An extensibility point after an item is added to a folder.
|
protected void |
S_Folder.extendedPostRemoveItem(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition sdef,
S_Relationship relationship)
An extensibility point after an item is removed from a folder.
|
protected void |
S_Folder.extendedPreRemoveItem(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition sdef,
S_Relationship relationship)
An extensibility point before an item is removed from a folder.
|
void |
S_PublicObject.removeRelationship(S_Relationship rel)
removes the relationship; may cascade to left and right objects.
|
protected void |
S_PublicObject.signalLeftRelationshipFreed(OperationState opState,
S_Relationship leftRel,
S_PublicObject leftPo)
a PublicObject to the left of
us has been freed.
|
protected void |
S_PublicObject.signalRightRelationshipFreed(OperationState opState,
S_Relationship rightRel,
S_PublicObject rightPo)
a PublicObject to the right of
us has been freed.
|
Copyright © 2023. All rights reserved.