|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectoryObjectInterface | |
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.server |
Uses of DirectoryObjectInterface in oracle.ifs.beans |
Classes in oracle.ifs.beans that implement DirectoryObjectInterface | |
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 |
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. |
Methods in oracle.ifs.beans that return DirectoryObjectInterface | |
DirectoryObjectInterface |
LibrarySession.getDirectoryObjectInterface(java.lang.Long id)
Gets the DirectoryObjectInterface for the specified id. |
DirectoryObjectInterface[] |
LibrarySession.getDirectoryObjectInterfaces(java.lang.Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids. |
Uses of DirectoryObjectInterface in oracle.ifs.common |
Methods in oracle.ifs.common that return DirectoryObjectInterface | |
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. |
protected DirectoryObjectInterface |
AttributeValue.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 |
AttributeValueLong.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueLong.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
protected DirectoryObjectInterface |
AttributeValueLongArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueLongArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
protected DirectoryObjectInterface |
AttributeValueDirectoryObjectArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueDirectoryObjectArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
protected DirectoryObjectInterface |
AttributeValueDirectoryObject.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject. |
protected DirectoryObjectInterface[] |
AttributeValueDirectoryObject.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. |
DirectoryObjectInterface |
LibrarySessionInterface.getDirectoryObjectInterface(java.lang.Long id)
Gets the DirectoryObjectInterface for the specified id. |
DirectoryObjectInterface[] |
LibrarySessionInterface.getDirectoryObjectInterfaces(java.lang.Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids. |
Methods in oracle.ifs.common with parameters of type DirectoryObjectInterface | |
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface value)
Constructs a new DirectoryObject AttributeValue. |
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface[] values)
Constructs a new array-type DirectoryObject AttributeValue. |
Constructors in oracle.ifs.common with parameters of type DirectoryObjectInterface | |
AttributeValueDirectoryObjectArray(DirectoryObjectInterface[] values)
Constructs an array-type DirectoryObject AttributeValue. |
|
AttributeValueDirectoryObject(DirectoryObjectInterface value)
Constructs a DirectoryObject AttributeValue. |
Uses of DirectoryObjectInterface in oracle.ifs.server |
Classes in oracle.ifs.server that implement DirectoryObjectInterface | |
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_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. |
Methods in oracle.ifs.server that return DirectoryObjectInterface | |
DirectoryObjectInterface |
S_LibrarySession.getDirectoryObjectInterface(java.lang.Long id)
Gets the DirectoryObjectInterface for the specified id. |
DirectoryObjectInterface[] |
S_LibrarySession.getDirectoryObjectInterfaces(java.lang.Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids. |
DirectoryObjectInterface[] |
S_ExportedLibraryObjectDefinition.getDirectoryObjectReferences(LibrarySessionInterface session)
return any DirectoryObject references from specified AttributeValue. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |