Uses of Record Class
com.blueriq.component.api.externalflow.data.contract.ContractVersion
Packages that use ContractVersion
Package
Description
-
Uses of ContractVersion in com.blueriq.component.api.externalflow.data.contract
Classes in com.blueriq.component.api.externalflow.data.contract that implement interfaces with type arguments of type ContractVersionModifier and TypeClassDescriptionfinal recordContract version for the external flow data models.Fields in com.blueriq.component.api.externalflow.data.contract declared as ContractVersionModifier and TypeFieldDescriptionstatic final ContractVersionSupportedContractVersions.V_1_0Initial version of the versioned External Flow contractMethods in com.blueriq.component.api.externalflow.data.contract with parameters of type ContractVersionModifier and TypeMethodDescriptionintContractVersion.compareTo(ContractVersion otherCv) Compare ContractVersions on major and then minor version -
Uses of ContractVersion in com.blueriq.component.api.externalflow.data.mapping
Methods in com.blueriq.component.api.externalflow.data.mapping with parameters of type ContractVersionModifier and TypeMethodDescriptionbooleanAuthenticationMapper.supportsContract(ContractVersion contractVersion) A function that determines if theAuthenticationMapperknow how to map the customAuthenticationobject for the providedContractVersion.