Class OwnerPredicate

    • Constructor Detail

      • OwnerPredicate

        public OwnerPredicate​(Account.Id id)
    • Method Detail

      • getAccountId

        protected Account.Id getAccountId()
      • match

        public boolean match​(ChangeData object)
        Description copied from interface: Matchable
        Does this predicate match this object?
      • getCost

        public int getCost()
        Returns:
        a cost estimate to run this predicate, higher figures cost more.