Class AggregateUpdateParams
java.lang.Object
com.blueriq.component.api.aggregate.AggregateUpdateParams
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateUpdateParams
(long aggregateId, boolean newVersion, com.aquima.interactions.profile.IEntityInstance targetInstance, String targetAttributeAggregateVersion, com.aquima.interactions.profile.IEntityInstance... instancesToStore) -
Method Summary
Modifier and TypeMethodDescriptionlong
com.aquima.interactions.profile.IEntityInstance[]
com.aquima.interactions.profile.IEntityInstance
boolean
-
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
-
getInstancesToStore
public com.aquima.interactions.profile.IEntityInstance[] getInstancesToStore()
-