FlexIdImplementation
- 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
FlexIdImplementation
- Updated on 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
net.comactivity.core.flexid.FlexIdImplementation
flexIdIterator
Removed
flexIdIterator()
Replace With
getFlexIds()
Note that this will return a Collection
and not an Iterator
.
getDefaultFlexId
Removed
getDefaultFlexId(metadataId, tableName, columnName)
Replace With
getDefault(metadataId, tableName, columnName)
Was this article helpful?