Class ProcessLockMetaDataProducer
java.lang.Object
com.kingsrook.qqq.backend.core.processes.locks.ProcessLockMetaDataProducer
- All Implemented Interfaces:
MetaDataProducerInterface<MetaDataProducerMultiOutput>
public class ProcessLockMetaDataProducer
extends Object
implements MetaDataProducerInterface<MetaDataProducerMultiOutput>
MetaData producer for Process Locks "system"
-
Field Summary
Fields 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, waitMethods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
getSortOrder, getSourceClass, isEnabled, setSourceClass
-
Constructor Details
-
ProcessLockMetaDataProducer
public ProcessLockMetaDataProducer()
-
-
Method Details
-
produce
Description copied from interface:MetaDataProducerInterfaceProduce 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:
producein interfaceMetaDataProducerInterface<MetaDataProducerMultiOutput>- Throws:
QException
-