public class SearchEvent extends AbstractEvent
Represents the event type to search for objects. The search operations that this event represents are performed via the internal OpenPages platform calls and are referred to as "SDK search methods". The SDK search methods have low-level arguments which are not directly applicable to the public interfaces available in the GRC API. The raw arguments to the search methods invoked in the platform are provided by the getSdkArgs() method which returns them as an array of Objects.
This event does not represent the searches performed by IQueryService, for events generated
from query service see QueryEvent
TriggerEventType.SEARCH_OBJECTS| Constructor and Description |
|---|
SearchEvent(TriggerPositionType position,
Context context,
java.lang.Object[] sdkArgs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getSdkArgs()
Returns the raw arguments used to invoke the SDK search method in the OpenPages
platform for this event.
|
getContext, getPosition, getTriggerEventType, hasOuterCreateWithRelationsEventpublic SearchEvent(TriggerPositionType position, Context context, java.lang.Object[] sdkArgs)
position - either pre or postcontext - the Context for the APIsdkArgs - the actual parameters for SDK search method
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.