Interface InputSource
- All Known Implementing Classes:
QInputSource
public interface InputSource
interface to define input sources - idea being, so QQQ can have its standard
ones (see QInputSource), but applications can define their own as well.
We might imagine things like a user's session dictating what InputSource
gets passed into all DML actions. Or perhaps API meta-data, or just a method
on QInstance in the future?
We might imagine, maybe, more methods growing in the future...
-
Method Summary
-
Method Details
-
shouldValidateRequiredFields
boolean shouldValidateRequiredFields()
-