public interface FeedTrigger
Modifier and Type | Interface and Description |
---|---|
static interface |
FeedTrigger.BeforeSubfeedAware
A Trigger that implements BeforeSubfeedAware will receive an additional event after its execute() method, but before
the sub feeds processing.
|
static interface |
FeedTrigger.LifecycleAware |
static class |
FeedTrigger.Result |
Modifier and Type | Method and Description |
---|---|
FeedTrigger.Result |
afterQuery(Feed feed,
QueryContext context,
ResultFeed resultFeed)
After Feed Execution call.
|
FeedTrigger.Result |
beforeQuery(Feed feed,
QueryContext context)
Before Feed Execution call.
|
FeedTrigger.Result beforeQuery(Feed feed, QueryContext context) throws AccessException
feed
- context
- AccessException
FeedTrigger.Result afterQuery(Feed feed, QueryContext context, ResultFeed resultFeed) throws AccessException
feed
- context
- AccessException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.