Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.code.QCodeReferenceWithProperties
Packages that use QCodeReferenceWithProperties
Package
Description
-
Uses of QCodeReferenceWithProperties in com.kingsrook.qqq.backend.core.actions.customizers
Methods in com.kingsrook.qqq.backend.core.actions.customizers that return QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic QCodeReferenceWithPropertiesMultiCustomizer.of(QCodeReference... codeReferences) Factory method that builds aQCodeReferenceWithPropertiesthat will allow this multi-customizer to be assigned to a table, and to track in that code ref's properties, the "sub" QCodeReferences to be used.Methods in com.kingsrook.qqq.backend.core.actions.customizers with parameters of type QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic voidMultiCustomizer.addTableCustomizer(QCodeReferenceWithProperties existingMultiCustomizerCodeReference, QCodeReference codeReference) Add an additional table customizer code reference to an existing codeReference, e.g., constructed by the `of` factory method. -
Uses of QCodeReferenceWithProperties in com.kingsrook.qqq.backend.core.actions.permissions
Methods in com.kingsrook.qqq.backend.core.actions.permissions that return QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic QCodeReferenceWithPropertiesFactory method to build a code reference to this class, with the given permission name.static QCodeReferenceWithPropertiesUseTablePermissionCustomPermissionChecker.build(String tableName, TablePermissionSubType tablePermissionSubType) Factory method to build a code reference to this class, with the given table name and tablePermissionSubType. -
Uses of QCodeReferenceWithProperties in com.kingsrook.qqq.backend.core.scheduler.processes
Methods in com.kingsrook.qqq.backend.core.scheduler.processes that return QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic QCodeReferenceWithPropertiesBaseSyncToScheduledJobTableCustomizer.makeCodeReference(QTableMetaData tableMetaData, AbstractRecordSyncToScheduledJobProcess syncProcess) Create aQCodeReferenceWithPropertiesthat can be used to add this class to a table.