Package org.oa4mp.server.qdl
Class ClientManagementModule
- java.lang.Object
-
- org.qdl_lang.expressions.module.Module
-
- org.qdl_lang.extensions.JavaModule
-
- org.oa4mp.server.qdl.ClientManagementModule
-
- All Implemented Interfaces:
Serializable,Cloneable,org.qdl_lang.state.XThing
public class ClientManagementModule extends org.qdl_lang.extensions.JavaModuleCreated by Jeff Gaynor
on 3/31/20 at 11:05 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description ClientManagementModule()protectedClientManagementModule(URI namespace, String alias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDescription()org.qdl_lang.expressions.module.ModulenewInstance(org.qdl_lang.state.State state)-
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.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
-
-