Uses of Interface
com.blueriq.component.api.externalflow.data.creation.ObjectModelCreation
Packages that use ObjectModelCreation
Package
Description
-
Uses of ObjectModelCreation in com.blueriq.component.api.externalflow.data
Classes in com.blueriq.component.api.externalflow.data that implement ObjectModelCreationModifier and TypeClassDescriptionclassTheObjectModelis not thread-safe and should not be shared over multiple threads, unless the object is synchronized by the caller.Methods in com.blueriq.component.api.externalflow.data that return ObjectModelCreationMethods in com.blueriq.component.api.externalflow.data with parameters of type ObjectModelCreationMethod parameters in com.blueriq.component.api.externalflow.data with type arguments of type ObjectModelCreationModifier and TypeMethodDescriptionvoidArrayModel.add(Consumer<ObjectModelCreation> objectModelConsumer) voidObjectModel.putIfAbsent(String key, Consumer<ObjectModelCreation> objectModelConsumer) -
Uses of ObjectModelCreation in com.blueriq.component.api.externalflow.data.creation
Methods in com.blueriq.component.api.externalflow.data.creation that return ObjectModelCreationModifier and TypeMethodDescriptionObjectModelCreation.createObject(String key) A function that creates aObjectModelCreationand put is in the currentObjectModelCreationunder the provided key.Methods in com.blueriq.component.api.externalflow.data.creation with parameters of type ObjectModelCreationMethod parameters in com.blueriq.component.api.externalflow.data.creation with type arguments of type ObjectModelCreationModifier and TypeMethodDescriptionvoidArrayModelCreation.add(Consumer<ObjectModelCreation> objectModelConsumer) voidObjectModelCreation.putIfAbsent(String key, Consumer<ObjectModelCreation> objectModelConsumer) A function that creates aObjectModelCreationand put is in the currentObjectModelCreationunder the provided key when it isn't already set. -
Uses of ObjectModelCreation in com.blueriq.component.api.externalflow.data.mapping
Methods in com.blueriq.component.api.externalflow.data.mapping with parameters of type ObjectModelCreationModifier and TypeMethodDescriptionvoidAuthenticationMapper.fillModel(ObjectModelCreation objectModel, org.springframework.security.core.Authentication authentication) This function is used fill theObjectModelCreationwith the required properties of theAuthenticationobject.