Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.tools.script.test.overrides.sports | |
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
CompositeGroup
A CompositeGroup is used to represent an encapsulation of a fixed
number of DirectoryGroups, usually of a specific subclass.
|
class |
DirectoryGroup
A DirectoryGroup represents an iFS group of users and/or other groups.
|
class |
DirectoryObject
A DirectoryObject represents an iFS user or group of users.
|
class |
DirectoryUser
A DirectoryUser represents an iFS user.
|
class |
TieCompositeGroup
TieCompositeGroup allows the ECMSDK-defined behavior
of the CompositeGroup classobject (and its subclasses)
to be extended or overridden.
|
class |
TieDirectoryGroup
A TieDirectoryGroup allows the Oracle-defined behavior of the
DIRECTORYGROUP classobject (and its subclasses) to be extended
or overridden.
|
class |
TieDirectoryObject
A TieDirectoryObject allows the Oracle-defined behavior of the
DIRECTORYOBJECT classobject (and its subclasses) to be extended
or overridden.
|
class |
TieDirectoryUser
A TieDirectoryUser allows the Oracle-defined behavior of the
DIRECTORYUSER classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
DirectoryObjectInterface |
LibrarySession.getDirectoryObjectInterface(Long id)
Gets the DirectoryObjectInterface for the specified id.
|
DirectoryObjectInterface[] |
LibrarySession.getDirectoryObjectInterfaces(Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids.
|
Modifier and Type | Method and Description |
---|---|
protected DirectoryObjectInterface |
AttributeValue.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject.
|
protected DirectoryObjectInterface |
AttributeValueDirectoryObjectArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject.
|
protected DirectoryObjectInterface |
AttributeValueLongArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject.
|
protected DirectoryObjectInterface[] |
AttributeValue.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects.
|
protected DirectoryObjectInterface[] |
AttributeValueDirectoryObjectArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects.
|
protected DirectoryObjectInterface[] |
AttributeValueLongArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects.
|
DirectoryObjectInterface |
AttributeValue.getDirectoryObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a DirectoryObject.
|
DirectoryObjectInterface[] |
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of DirectoryObjects.
|
DirectoryObjectInterface |
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of DirectoryObjects.
|
DirectoryObjectInterface |
LibrarySessionInterface.getDirectoryObjectInterface(Long id)
Gets the DirectoryObjectInterface for the specified id.
|
DirectoryObjectInterface[] |
LibrarySessionInterface.getDirectoryObjectInterfaces(Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids.
|
Modifier and Type | Method and Description |
---|---|
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface value)
Constructs a new DirectoryObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface[] values)
Constructs a new array-type DirectoryObject AttributeValue.
|
Constructor and Description |
---|
AttributeValueDirectoryObjectArray(DirectoryObjectInterface[] values)
Constructs an array-type DirectoryObject AttributeValue.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeScoutingGroup
A CompositeScoutingGroup is a group used within BaseballStatistics
to track sets of different combinations of ScoutingGroups.
|
class |
ScoutingGroup
A ScoutingGroup is a group used within BaseballStatistics
to track the primary scouting group.
|
Modifier and Type | Class and Description |
---|---|
class |
S_CompositeGroup
A S_CompositeGroup is the server-side representation of a CompositeGroup.
|
class |
S_DirectoryGroup
A S_DirectoryGroup is the server-side representation of a group
of users and/or other groups.
|
class |
S_DirectoryObject
The S_DirectoryObject class is the server side representation of
an iFS user or group of users.
|
class |
S_DirectoryUser
An S_DirectoryUser is the server-side representation of an iFS user.
|
class |
S_TieCompositeGroup
An S_TieCompositeGroup allows the ECMSDK-defined behavior
of the COMPOSITEGROUP classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieDirectoryGroup
An S_TieDirectoryGroup allows the Oracle-defined behavior of the
DIRECTORYGROUP classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieDirectoryObject
An S_TieDirectoryObject allows the Oracle-defined behavior of the
DIRECTORYOBJECT classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieDirectoryUser
An S_TieDirectoryUser allows the Oracle-defined behavior of the
DIRECTORYUSER classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
DirectoryObjectInterface |
S_LibrarySession.getDirectoryObjectInterface(Long id)
Gets the DirectoryObjectInterface for the specified id.
|
DirectoryObjectInterface[] |
S_LibrarySession.getDirectoryObjectInterfaces(Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids.
|
Copyright © 2023. All rights reserved.