Class AggregateCreateParams
- java.lang.Object
-
- com.blueriq.component.api.aggregate.AggregateCreateParams
-
public class AggregateCreateParams extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregateCreateParams​(com.aquima.interactions.profile.IEntityInstance targetInstance, String targetAttributeAggregateId, String targetAttributeAggregateVersion, com.aquima.interactions.profile.IEntityInstance... instancesToStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aquima.interactions.profile.IEntityInstance[]
getInstancesToStore()
Optional<String>
getTargetAttributeAggregateId()
Optional<String>
getTargetAttributeAggregateVersion()
Optional<com.aquima.interactions.profile.IEntityInstance>
getTargetInstance()
-
-
-
Method Detail
-
getTargetInstance
public Optional<com.aquima.interactions.profile.IEntityInstance> getTargetInstance()
-
getInstancesToStore
public com.aquima.interactions.profile.IEntityInstance[] getInstancesToStore()
-
-