public class ActivityUtilities extends Object
Modifier and Type | Method and Description |
---|---|
static Actor[] |
getDistinctActors(LibrarySession session,
Action[] actions,
AuditEventTypeDefinition addDef,
AuditEventTypeDefinition remDef)
Gets the set of Actors that have performed more "add" actions than
"remove" actions in the set of Actions that are specified.
|
public static Actor[] getDistinctActors(LibrarySession session, Action[] actions, AuditEventTypeDefinition addDef, AuditEventTypeDefinition remDef) throws IfsException
session
- the session contextactions
- the set of previosuly-executed Actions to checkaddDef
- the event definition used to indicate an "add"remDef
- the event definition used to indicate an "remove"IfsException
- if the operation failsCopyright © 2023. All rights reserved.