Class ShareScopePossibleValueMetaDataProducer
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.sharing.ShareScopePossibleValueMetaDataProducer
- All Implemented Interfaces:
MetaDataProducerInterface<QPossibleValueSource>
public class ShareScopePossibleValueMetaDataProducer
extends Object
implements MetaDataProducerInterface<QPossibleValueSource>
-
Field Summary
FieldsFields inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
DEFAULT_SORT_ORDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProduce the metaData object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
getSortOrder, getSourceClass, isEnabled, setSourceClass
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ShareScopePossibleValueMetaDataProducer
public ShareScopePossibleValueMetaDataProducer()
-
-
Method Details
-
produce
Description copied from interface:MetaDataProducerInterface
Produce the metaData object. Generally, you don't want to add it to the instance yourself - but the instance is there in case you need it to get other metaData.- Specified by:
produce
in interfaceMetaDataProducerInterface<QPossibleValueSource>
- Throws:
QException
-