|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectoryObject | |
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.search |
Uses of DirectoryObject in oracle.ifs.beans |
Subclasses of DirectoryObject in oracle.ifs.beans | |
class |
DirectoryGroup
A DirectoryGroup represents an iFS group of users and/or other groups. |
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. |
Fields in oracle.ifs.beans declared as DirectoryObject | |
protected DirectoryObject |
AccessControlEntryDefinition.m_Grantee
The grantee for this instance. |
Methods in oracle.ifs.beans that return DirectoryObject | |
DirectoryObject[] |
DirectoryObject.getAllMembers()
Gets all members belonging to this DirectoryObject. |
DirectoryObject |
DirectoryObject.getAllMembers(int index)
Gets a specific memeber at the specified index in array of DirectoryObject. |
DirectoryObject[] |
DirectoryObject.getDirectMembers()
Gets the direct members belonging to this DirectoryObject. |
DirectoryObject |
DirectoryObject.getDirectMembers(int index)
Gets the specific direct member at the specified index in array of DirectoryObject. |
protected static DirectoryObject[] |
DirectoryObject.constructDirectoryObjectArray(LibrarySession sess,
java.lang.Long[] ids)
Construct a DirectoryObject array from an array of object IDs. |
protected static DirectoryObject |
DirectoryObject.constructDirectoryObject(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryObject from a S_LibraryObjectData. |
protected static DirectoryObject[] |
DirectoryObject.vectorToDirectoryObjectArray(java.util.Vector vector)
Converts a Vector of DirectoryObject to an array of DirectoryObject. |
protected static DirectoryObject |
DirectoryObject.vectorDirectoryObjectElement(java.util.Vector vector,
int index)
Returns a DirectoryObject element from the Vector of DirectoryObject at the specified index. |
DirectoryObject[] |
DirectoryGroup.getAllMembers()
Returns array of DirectoryObject that define the list of all members for this instance. |
DirectoryObject |
DirectoryGroup.getAllMembers(int index)
Deprecated. iFS 9.0.3 Use getAllMembers() and index into the resultant array |
DirectoryObject[] |
DirectoryGroup.getDirectMembers()
Gets the direct members of this instance. |
DirectoryObject |
DirectoryGroup.getDirectMembers(int index)
Gets the direct member at the specified index of this group. |
DirectoryObject |
BranchRelationship.getCreator()
return the user that created this object. |
DirectoryObject |
AccessControlEntryDefinition.getGrantee()
Returns the grantee to be associated with this definition. |
DirectoryObject |
AccessControlEntry.getGrantee()
Returns the directory object (grantee) that is associated with this ACE. |
DirectoryObject |
LibrarySession.getDirectoryObject(java.lang.Long id)
Lookup a DirectoryObject by its id. |
Methods in oracle.ifs.beans with parameters of type DirectoryObject | |
AccessLevel |
PublicObject.getEffectiveAccessLevel(DirectoryObject obj)
Get the access level on this object for the specified user. |
boolean |
PublicObject.checkEffectiveAccess(DirectoryObject obj,
AccessLevel level)
Check to see if specified user has the specified access level on this object. |
void |
DirectoryGroup.addMember(DirectoryObject member)
Adds a direct member to the group. |
void |
DirectoryGroup.addMembers(DirectoryObject[] members)
Adds a set of direct members to the group. |
void |
DirectoryGroup.removeMember(DirectoryObject member)
Removes a direct member from the group. |
void |
DirectoryGroup.removeMembers(DirectoryObject[] members)
Removes a set of direct members from the group. |
boolean |
DirectoryGroup.isDirectMember(DirectoryObject member)
Determines if the specified DirecotryObject is a direct member of the group. |
boolean |
DirectoryGroup.isMember(DirectoryObject obj)
Determines if the specified DirecotryObject is a member of the group. |
void |
ValueDefaultPropertyBundle.setValue(DirectoryObject value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
ValueDefaultPropertyBundle.setValue(DirectoryObject[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(DirectoryObject[] values)
Sets the allowed values for the new ValueDomainPropertyBundle. |
void |
AccessControlEntryDefinition.setGrantee(DirectoryObject dirobject)
Set the grantee to be associated with this ACE. |
AccessLevel |
AccessControlList.getGrantedAccessLevel(DirectoryObject obj)
Returns the access level on this object for a specified DirectoryObject. |
boolean |
AccessControlList.checkGrantedAccess(DirectoryObject obj,
AccessLevel requestedLevel)
Check to see if specified user/group has the specified access level on this object. |
AccessLevel |
AccessControlList.getEffectiveAccessLevel(DirectoryObject obj)
Returns the effective access level on this object for the specified user. |
boolean |
AccessControlList.checkEffectiveAccess(DirectoryObject obj,
AccessLevel level)
Check to see if specified user has the specified access level on this object. |
void |
ValueDomainPropertyBundle.setEnumeratedValues(DirectoryObject[] values)
Sets the allowed values for this ValueDomainPropertyBundle. |
void |
ValueDefaultPropertyBundleDefinition.setValue(DirectoryObject value)
Sets the value of the new ValueDefaultPropertyBundle. |
void |
ValueDefaultPropertyBundleDefinition.setValue(DirectoryObject[] value)
Sets the value of the new ValueDefaultPropertyBundle. |
Uses of DirectoryObject in oracle.ifs.common |
Fields in oracle.ifs.common declared as DirectoryObject | |
protected DirectoryObject |
BaseApp.m_currentuser
Deprecated. invoke getUser on the session returned from
connect methods. |
Uses of DirectoryObject in oracle.ifs.search |
Methods in oracle.ifs.search with parameters of type DirectoryObject | |
void |
ViewSpecification.setDirectoryObject(LibrarySession sess,
DirectoryObject dObj)
Let's you set the DirectoryUser associated with the View. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |