Modifier and Type | Method and Description |
---|---|
protected DirectoryGroup |
DirectoryGroupAdmin.lookupGroup(LibrarySession sess,
String idname) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryGroupAdmin.showGroup(LibrarySession sess,
DirectoryGroup group) |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
protected static DirectoryGroup |
DirectoryGroup.constructDirectoryGroup(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryGroup object from the S_LibraryObjectData object.
|
protected static DirectoryGroup[] |
DirectoryGroup.constructDirectoryGroupArray(LibrarySession sess,
Long[] ids)
Construct a DirectoryGroup array from an array of object IDs.
|
DirectoryGroup[] |
DirectoryObject.getAllAncestors()
Gets all ancestors to this DirectoryObject.
|
DirectoryGroup |
DirectoryObject.getAllAncestors(int index)
Deprecated.
iFS 9.0.3 Use getAllAncestors() to get entire array
|
DirectoryGroup[] |
DirectoryObject.getDirectAncestors()
Gets the direct ancestors to this DirectoryObject.
|
DirectoryGroup |
DirectoryObject.getDirectAncestors(int index)
Deprecated.
iFS 9.0.3 Use getDirectAncestors() and index into the resultant array
|
DirectoryGroup |
Conversation.getParticipantGroup()
Gets the group representing the DirectoryUsers corresponding to the Actors
who are listed as participants in this Conversation.
|
DirectoryGroup[] |
CompositeGroupDefinition.getSortedMembers()
Gets the sorted direct members.
|
DirectoryGroup |
LibrarySession.getWorldDirectoryGroup()
Gets the DirectoryGroup that represents World access.
|
static DirectoryGroup |
DirectoryGroup.getWorldDirectoryGroup(LibrarySession session)
Gets the DirectoryGroup that represents World access.
|
protected static DirectoryGroup |
DirectoryGroup.vectorDirectoryGroupElement(Vector vector,
int index)
Returns a DirectoryGroup from the Vector of DirectoryGroup at the
specified index.
|
protected static DirectoryGroup[] |
DirectoryGroup.vectorToDirectoryGroupArray(Vector vector)
Converts a Vector of DirectoryGroup to an array of DirectoryGroup.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeGroupDefinition.setSortedMembers(DirectoryGroup[] sortedMems)
Set the sorted direct members.
|
protected void |
CompositeGroup.validateCompositeGroupMembers(DirectoryGroup[] mems)
Validate the membership.
|
protected boolean |
CompositeGroup.verifyMatchingMembership(DirectoryGroup[] mems)
Verify that the specified membership matches the membership
of this instance.
|
Modifier and Type | Method and Description |
---|---|
static CompositeGroup |
CompositeGroup.findCompositeGroup(LibrarySession session,
List<DirectoryGroup> members)
Finds CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findCompositeGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Finds CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findOrCreateCompositeGroup(LibrarySession session,
List<DirectoryGroup> members)
Find or create a CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findOrCreateCompositeGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Find or create a CompositeGroup that contains exactly the membership
specified.
|
Modifier and Type | Method and Description |
---|---|
protected DirectoryGroup |
ScriptOperations.lookupGroup(LibrarySession sess,
String tag)
Lookup a DirectoryGroup by the specified tag.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showGroup(Logger logger,
DirectoryGroup group,
String prefix)
Show details about a Group.
|
Modifier and Type | Method and Description |
---|---|
DirectoryGroup |
GroupOperations.findGroup(LibrarySession sess,
String groupname) |
Modifier and Type | Method and Description |
---|---|
protected void |
GroupOperations.showGroup(DirectoryGroup group) |
protected void |
LinkOperations.showGroup(DirectoryGroup group) |
protected void |
ResolvedAclOperations.showGroup(DirectoryGroup group) |
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 | Method and Description |
---|---|
protected void |
CompositeScoutingGroup.validateCompositeGroupMembers(DirectoryGroup[] mems)
Validate the membership.
|
Modifier and Type | Method and Description |
---|---|
static CompositeScoutingGroup |
CompositeScoutingGroup.findOrCreateCompositeScoutingGroup(LibrarySession session,
List<DirectoryGroup> members)
Find or create a CompositeScoutingGroup that contains exactly
the membership specified.
|
static CompositeScoutingGroup |
CompositeScoutingGroup.findOrCreateCompositeScoutingGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Find or create a CompositeScoutingGroup that contains exactly
the membership specified.
|
Modifier and Type | Method and Description |
---|---|
static DirectoryGroup[] |
CrawlerUtilities.selectDirectoryGroups(LibrarySession session,
long id)
Selects the set of DirectoryGroups affected by the specified Group
member change
|
Modifier and Type | Method and Description |
---|---|
static String[] |
UserUtilities.getAddressesForGroupMembers(DirectoryGroup group)
Gets the e-mail addresses of all the members of the specified user group.
|
Modifier and Type | Method and Description |
---|---|
static DirectoryGroup |
Utils.getDirectoryGroup(LibrarySession ls,
Long id)
Returns a DirectoryGroup from a given ID or throws an exception if
the item cannot be found or it is not a DirectoryGroup.
|
Copyright © 2023. All rights reserved.