Class GenericAggregateOptions

    • Constructor Detail

      • GenericAggregateOptions

        public GenericAggregateOptions()
    • Method Detail

      • setActivityStreamFilter

        public GenericAggregateOptions setActivityStreamFilter​(ActivityStreamFilter filter)
        Sets the stream filter
        Parameters:
        filter - the filter
        Returns:
        this aggregate options for chaining.
      • relationshipTypes

        public 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.
        Specified by:
        relationshipTypes in interface AggregateOptions
        Returns:
        the list of relationship types
      • setRelationshipTypes

        public GenericAggregateOptions setRelationshipTypes​(String[] types)
        Sets the array of relationship types
        Parameters:
        types - the types
        Returns:
        this aggregate options for chaining.