Page History
...
Parameter | Description | Default value | ||
---|---|---|---|---|
repository | Name of the Blueriq repository | |||
branch | Name of the Blueriq branch | |||
project | Name of the Blueriq project | |||
destdir | Destination directory where all the java classes are stored | src/main/java | ||
packageName | Name of the base java package | |||
url | URL of the Blueriq Studio management service | |||
authentication | Authentication method. Since R16 only BASIC is supported | BASIC | ||
domain | Blueriq domain (can be left blank) | userName | Blueriq username | |
passWord | Blueriq password | |||
exportProject | Set to true if you want to generate the Blueriq project export | false | ||
exportProjectDir | Foldername to save the export | target | ||
generatePOJOsgeneratePojos | Set to true if you want to generate the POJO class of a Blueriq Entity | false | ||
generateRequiredMethods | Set to true if you want to generate the getRequired<attribute> methods | false | ||
generateInstanceLocator | Set to true if you want to use the InstanceLocator class | false | ||
includeSystemEntityObjects | Set to true if you want to add classes for system object like the system and user entity | false |
bold = required
Offline connection
This connection will pick up the given file name and presumes there is an export in it. It will then use the export to create the metamodel.
Parameter | Description | Default value |
---|---|---|
applicationFile | Path of the export file | ${project.basedir}/MyProject.project.zip |
destdir | Destination directory where all the java classes are stored | src/main/java |
packageName | Name of the base java package | |
generatePOJOsgeneratePojos | Set to true if you want to generate the POJO class of a Blueriq Entity | false |
generateRequiredMethods | Set to true if you want to generate the getRequired&tl;attribute> methods | false |
generateInstanceLocator | Set to true if you want to use the InstanceLocator class | false |
includeSystemEntityObjects | Set to true if you want to add classes for system object like the system and user entity | false |
bold = required
Overview
Content Tools