Class AggregateUpdateParams

java.lang.Object
com.blueriq.component.api.aggregate.AggregateUpdateParams

public class AggregateUpdateParams extends Object
  • Constructor Details

    • AggregateUpdateParams

      public AggregateUpdateParams(long aggregateId, boolean newVersion, com.aquima.interactions.profile.IEntityInstance targetInstance, String targetAttributeAggregateVersion, com.aquima.interactions.profile.IEntityInstance... instancesToStore)
  • Method Details

    • getAggregateId

      public long getAggregateId()
    • isNewVersion

      public boolean isNewVersion()
    • getTargetInstance

      public com.aquima.interactions.profile.IEntityInstance getTargetInstance()
    • getTargetAttributeAggregateVersion

      public String getTargetAttributeAggregateVersion()
    • getInstancesToStore

      public com.aquima.interactions.profile.IEntityInstance[] getInstancesToStore()