Script Creator | Devin Olson |
Uses Libraries | BSXdocumentationUtils, FileResource, enhLogClassLite |
Name | Value | Comment |
---|---|---|
Public ADT_FAIL | False | |
Public ADT_SUCCESS | True | |
Public DATATYPE_ADT | 3 | C++ Automatic Data Types (VSE Object). |
Public DATATYPE_NOTES | 2 | Notes Object data types, such as NotesSession, NotesDatabase, etc |
Public DATATYPE_SCALAR | 1 | Scalar DataType such as Integer, String, etc. |
Public DATATYPE_VOLTSCRIPT | 4 | VoltScript Object data types (VSS Object). |
Public FORMNAME_TOOLKIT_CONFIG | |Toolkit Configuration| | |
Public ITEMNAME_APP_NAME | |F_AppName| | |
Public ITEMNAME_CLASSID_COUNTER | |F_LSXClassID| | |
Public ITEMNAME_CLASS_ARCHIVE | |F_VSEClassArchive| | |
Public ITEMNAME_CLASS_NAME | |F_ClassName| | |
Public ITEMNAME_METHODID_COUNTER | |F_LSXPMEID| | |
Public ITEMNAME_METHOD_ARCHIVE | |F_VSEPMEArchive| | |
Public PREFIX_APIDOC_CSS | PREFIX_VSID & |css.| | |
Public PREFIX_APIDOC_HTML | PREFIX_VSID & |html.| | |
Public PREFIX_APIDOC_IMAGE | PREFIX_VSID & |image.| | |
Public PREFIX_APIDOC_JS | PREFIX_VSID & |js.| | |
Public PREFIX_APIDOC_SCRIPT | FIX_VSID & |vss.| | |
Public PREFIX_VSID | |vsid.| | |
Public PROJECTTYPE_EXTENSION | 1 | VoltScript Extension (VSE) Project Types |
Public PROJECTTYPE_LIBRARY | 2 | PROJECTTYPE_LIBRARY |
Public VIEWNAME_PROJECTS_LSX | |LSX Projects| | |
Public VIEWNAME_PROJECTS_SCRIPT | |Script Projects| | |
Public VIEWNAME_PROJECTS_VSE | |VSE Projects| | |
Public WIZARD_ERR | 16 | |
Public WIZARD_EXCLAM | 48 | |
Public WIZARD_NO | 7 | |
Public WIZARD_OK | 0 | |
Public WIZARD_YES | 6 | |
Public WIZARD_YESNO | 36 |
Argument |
ArchiveTag(S1 As String, S2 As String) As String |
generateLibrary(source As NotesDocument, parent As CodeElement) As Library |
generateVSE(source As NotesDocument, parent As CodeElement) As VSE |
generateVSID(includeVSEs As Boolean, includeLibraries As Boolean) As VSID |
getConstructorUNIDforClassName(project As NotesDocument, classname As String) As String |
getDataTypeCategory(datatypename As String) As Integer |
getItemNamesPotentialHTML(form As String) As StringStack |
getToolKitConfigDoc(clearcache As Boolean) As NotesDocument |
getUNIDforClassName(project As NotesDocument, classname As String) As String |
getUNIDsByForm(form As String) As StringQueue |
GenerateLSXClassID(ProjectDoc As NotesDocument, ClassName As String, CreateIfNotFound As Boolean) As Long |
GenerateLSXMethodID(ProjectDoc As NotesDocument, ClassName As String, MethodName As String, AddIfNotFound As Boolean) As Long |
importProjects(source As NotesDatabase) As StringQueue |
isValidGUID(source As String) As Boolean |
resetCollectionAncestorIDs(unids As StringQueue) As Integer |
updateProjects() As Integer |
writeAPIdoc_supportFiles(writer As VSIDwriter) As StringQueue |
CreateLSXArchivesIfMissing(ProjectDoc As NotesDocument) |
CreateNewMethodDocument(source As NotesDocument) |
DeleteFileSilently(theFileName As String) |
DumpSkeletons() |
loadVSIDstubContent(vsidsuffix As String) |
getAttributeNameStubs() As Variant |
getAttributeNameStubs_Script() As Variant |
Public Function getToolKitConfigDoc(clearcache As Boolean) As NotesDocument | ||||
---|---|---|---|---|
getToolKitConfigDoc | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | clearcache | Boolean | Flag indicating to clear the cache |
Public Function isValidGUID(source As String) As Boolean | ||||
---|---|---|---|---|
idx | Argument | Data Type | Attributes | Comments |
1 | source | String | String to test. |
Public Function updateProjects() As Integer | ||||
---|---|---|---|---|
Updates all Project documents and their descendants. |
Public Sub DeleteFileSilently(theFileName As String) | ||||
---|---|---|---|---|
Quietly kills a specified file. | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | theFileName | String | filepath of the file that should be deleted. |
Public Sub DumpSkeletons() | ||||
---|---|---|---|---|
Dump the UNID of the Skeleton documents to a text file. Can be called from the LSX Skeletons view. |
Static Public Function getAttributeNameStubs() As Variant | ||||
---|---|---|---|---|
Gets a string array containining Name Stubs for VSE Attributes |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.