Interface AggregateOptions

All Known Implementing Classes:
GenericAggregateOptions

@ProviderType public interface AggregateOptions
AggregateOptions provides options for activity aggregation.
Since:
0.0.10
  • Field Details

    • DEFAULT

      static final AggregateOptions DEFAULT
      Default aggregation options
    • DIRECT

      static final AggregateOptions DIRECT
      Aggregation options that only list the direct streams not following any relationships
      Since:
      0.0.14
  • Method Details

    • getActivityStreamFilter

      ActivityStreamFilter getActivityStreamFilter()
      Returns the activity stream filter
      Returns:
      the activity stream filter
    • relationshipTypes

      String[] relationshipTypes()
      Returns the list of relationship types to follow while aggregating. A null return value specifies to use the configured default, and empty array specifies not to follow any relationships.
      Returns:
      the list of relationship types