Class AccessControlModule

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

    public class AccessControlModule
    extends org.qdl_lang.extensions.JavaModule

    Created by Jeff Gaynor
    on 1/25/21 at 7:40 AM

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String NAMESPACE  
      • Fields inherited from class org.qdl_lang.extensions.JavaModule

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

        FDOC_CONVERT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<String> getDescription()  
      org.qdl_lang.expressions.module.Module newInstance​(org.qdl_lang.state.State state)  
      void setDocumentation​(List<String> documentation)  
      • 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, setLoaderClassName, setMetaClass, toString, writeExtraXMLAttributes
      • Methods inherited from class org.qdl_lang.expressions.module.Module

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

      • AccessControlModule

        public AccessControlModule()
      • AccessControlModule

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

      • newInstance

        public org.qdl_lang.expressions.module.Module newInstance​(org.qdl_lang.state.State state)
        Specified by:
        newInstance in class org.qdl_lang.expressions.module.Module
      • getDescription

        public List<String> getDescription()
        Overrides:
        getDescription in class org.qdl_lang.expressions.module.Module
      • setDocumentation

        public void setDocumentation​(List<String> documentation)
        Overrides:
        setDocumentation in class org.qdl_lang.extensions.JavaModule