Documentation generation and other tools

Command

Action

gwb ccTypelistGen

Runs the ClaimCenter Typelist Generator to help you synchronize your ClaimCenter line of business model with your PolicyCenter product model.

gwb genDataDictionary -DoutputFormat={html|xml}

Generates the Data Dictionary and Security Dictionary:
  • The Data Dictionary includes physical fields in the database and virtual fields in the data model.
  • The Security Dictionary includes application permission keys, system permissions, and roles.

Guidewire generate the dictionaries the first time you unzip PolicyCenter. Regenerate the dictionaries each time you update the data model.

Run the gwb genJavaApi command before regenerating the security and data dictionaries.

The outputFormat parameter is optional. If you omit this parameter, the default output format is HTML.

You can also generate the dictionaries in HTML format while building a WAR file. See the descriptions for WAR tools in this command list for instructions. This command has the following useful options:
  • Set -DoutputFormat to html to generate HTML:

    PolicyCenter/dictionary/data/index.html

    PolicyCenter/dictionary/security/index.html

  • Set -DoutputFormat to xml to generate XML:

    PolicyCenter/build/dictionary/data/entityModel.xml

    PolicyCenter/build/dictionary/data/entityModel.xsd

    PolicyCenter/build/dictionary/security/securityDictionary.xml

    PolicyCenter/build/dictionary/security/securityDictionary.xsd

gwb genDataMapping -Dsplit={true|false}

Builds the data mapping files. Data mapping files represent fields present in the physical database. None of the virtual fields are represented.

Set -Dsplit=true to build the files split out by table and typelist.

Set -Dsplit=false to build the data mapping files with all tables and typelists concatenated.

gwb genEntityModelXml

Generates the Data Dictionary in XML format with an associated DTD so the XML document can be translated.

gwb genImportAdminDataXsd

Regenerates the XSD files for importing administrative data.

gwb genPcfMapping

Builds the PCF mappings.

gwb genPhoneMetadata

Regenerates phone metadata in directory config/phone/data. Run this command if you have modified the phone metadata XML files

gwb genPhoneMetadata

Regenerates phone metadata in directory config/phone/data. Run this command if you have modified the phone metadata XML files

gwb genRuleReport

Generates an XML report describing the existing Gosu rules.

gwb packageSolr

Regenerates the Solr installation Zip file, pc-gwsolr.zip for deployment of the Guidewire Solr Extension.

gwb runSuite -Dsuite=TestSuiteClassName Runs the tests in a specified test suite. See Running a test suite at the command prompt for more information.
gwb verifyExtConfig Generates a report that includes the number of server configuration files affected, the number of substitutions involved, and the status of plugin ExternalConfigurationProviderPlugin if disabled. See Verifying the external configuration for more information.

gwb version

Prints the product version.

See also