Skip to main content

%Compiler.Binding.JavaDocCreator

class %Compiler.Binding.JavaDocCreator extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property deleteMethodNames as %List;
Property methods: deleteMethodNamesGet(), deleteMethodNamesIsValid(), deleteMethodNamesLogicalToOdbc(), deleteMethodNamesOdbcToLogical(), deleteMethodNamesSet()
property documaticHost as %String;
Property methods: documaticHostDisplayToLogical(), documaticHostGet(), documaticHostIsValid(), documaticHostLogicalToDisplay(), documaticHostLogicalToOdbc(), documaticHostNormalize(), documaticHostSet()
property documaticNamespace as %String;
Property methods: documaticNamespaceDisplayToLogical(), documaticNamespaceGet(), documaticNamespaceIsValid(), documaticNamespaceLogicalToDisplay(), documaticNamespaceLogicalToOdbc(), documaticNamespaceNormalize(), documaticNamespaceSet()
property documaticPort as %String;
Property methods: documaticPortDisplayToLogical(), documaticPortGet(), documaticPortIsValid(), documaticPortLogicalToDisplay(), documaticPortLogicalToOdbc(), documaticPortNormalize(), documaticPortSet()
property documaticUrl as %String;
Property methods: documaticUrlDisplayToLogical(), documaticUrlGet(), documaticUrlIsValid(), documaticUrlLogicalToDisplay(), documaticUrlLogicalToOdbc(), documaticUrlNormalize(), documaticUrlSet()
property existsMethodNames as %List;
Property methods: existsMethodNamesGet(), existsMethodNamesIsValid(), existsMethodNamesLogicalToOdbc(), existsMethodNamesOdbcToLogical(), existsMethodNamesSet()
property irisClassName as %String;
Property methods: irisClassNameDisplayToLogical(), irisClassNameGet(), irisClassNameIsValid(), irisClassNameLogicalToDisplay(), irisClassNameLogicalToOdbc(), irisClassNameNormalize(), irisClassNameSet()
property javaClassName as %String;
Property methods: javaClassNameDisplayToLogical(), javaClassNameGet(), javaClassNameIsValid(), javaClassNameLogicalToDisplay(), javaClassNameLogicalToOdbc(), javaClassNameNormalize(), javaClassNameSet()
property javaDoc as %Boolean;
Property methods: javaDocDisplayToLogical(), javaDocGet(), javaDocIsValid(), javaDocLogicalToDisplay(), javaDocNormalize(), javaDocSet()
property tConverter as JavaTypeConverter;
Property methods: tConverterGet(), tConverterGetSwizzled(), tConverterIsValid(), tConverterNewObject(), tConverterSet()

Methods

method %OnNew(irisClassName As %String, javaClassName As %String, projParams As %ArrayOfDataTypes, tConverter As JavaTypeConverter) as %Status
Inherited description: This callback method is invoked by the %New() method to provide notification that a new instance of an object is being created.

If this method returns an error then the object will not be created.

It is passed the arguments provided in the %New call. When customizing this method, override the arguments with whatever variables and types you expect to receive from %New(). For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be:

Method %OnNew(dob as %Date = "", name as %Name = "") as %Status If instead of returning a %Status code this returns an oref and this oref is a subclass of the current class then this oref will be the one returned to the caller of %New method.

method createClassIntro(file As JavaFile, description As %String)
method createConstructorDoc(file As JavaFile, params As %List, hasConnectionObject=1)
method createGetterDoc(file As JavaFile, propName As %String, propType As %String, description As %String)
method createIRISClassNameDoc(file As JavaFile)
method createMethodDoc(file As JavaFile, methodName As %String, params As %List, description As %String, isStatic=0, createsMethodDoc=0)
method createOpenByQueryDoc(file As JavaFile, hasArgs=0)
method createOpenDoc(file As JavaFile, methodName As %String, params As %List, hasConnectionObject=1, hasConcurrency=0)
method createParamsDoc(file As JavaFile, params As %List, hasConnectionObject=0, ByRef hasConcurrency=0)
method createPersistentMethodDoc(file As JavaFile, methodName As %String, params As %List)
method createQueryDoc(file As JavaFile, queryName As %String, description As %String, hasConnectionObject=1)
method createSetterDoc(file As JavaFile, propName As %String, propType As %String, description As %String)
method createStoredProcedureDoc(file As JavaFile, procName As %String, methodName As %String, description As %String)
method createSystemConstructorDoc(file As JavaFile)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab