Class CILStoreModule

  • All Implemented Interfaces:
    Serializable, Cloneable, org.qdl_lang.state.XThing

    public class CILStoreModule
    extends org.oa4mp.server.qdl.storage.StoreAccessModule

    Created by Jeff Gaynor
    on 12/23/20 at 1:42 PM

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.oa4mp.server.qdl.storage.StoreAccessModule

        CFG_FILE_TAG, CFG_NAME_TAG, STORE_FACADE_TAG, STORE_TYPE_TAG, storeFacade
      • Fields inherited from class org.qdl_lang.extensions.JavaModule

        funcs, vars
      • Fields inherited from class org.qdl_lang.module.Module

        FDOC_CONVERT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.qdl_lang.module.Module newInstance​(org.qdl_lang.state.State state)  
      org.oa4mp.server.qdl.storage.StoreFacade newStoreFacade()  
      • Methods inherited from class org.oa4mp.server.qdl.storage.StoreAccessModule

        createFList, createVarList, doIt, getDescription, processXML, readExtraXMLElements, writeExtraXMLElements
      • Methods inherited from class org.qdl_lang.extensions.JavaModule

        addFunctions, addVariables, createDefaultDocs, deserializeFromJSON, deserializeStates, getClassname, getDocumentation, getListByTag, getLoaderClassName, getMetaClass, hasMetaClass, init, init, isExternal, serializeToJSON, setClassName, setDocumentation, setLoaderClassName, setMetaClass, toString, writeExtraXMLAttributes
      • Methods inherited from class org.qdl_lang.module.Module

        fromJSON, fromXML, fromXML, getAlias, getId, getInheritMode, getKey, getListByTag, getMTKey, getName, getNamespace, getParentInstanceAlias, getParentInstanceID, getParentTemplateID, getState, isTemplate, isUsed, readExtraXMLAttributes, setAlias, setId, setInheritanceMode, setNamespace, setParentInstanceAlias, setParentInstanceID, setParentTemplateID, setState, setTemplate, setupModule, setUsed, toJSON, toXML, toXML, toXML2
    • Constructor Detail

      • CILStoreModule

        public CILStoreModule()
      • CILStoreModule

        public CILStoreModule​(URI namespace,
                              String alias)
    • Method Detail

      • newInstance

        public org.qdl_lang.module.Module newInstance​(org.qdl_lang.state.State state)
        Overrides:
        newInstance in class org.oa4mp.server.qdl.storage.StoreAccessModule
      • newStoreFacade

        public org.oa4mp.server.qdl.storage.StoreFacade newStoreFacade()
        Overrides:
        newStoreFacade in class org.oa4mp.server.qdl.storage.StoreAccessModule