Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


ParameterDescriptionDefault value
repositoryName of the Blueriq repository
branchName of the Blueriq branch
projectName of the Blueriq project
destdirDestination directory where all the java classes are storedsrc/main/java
packageNameName of the base java package
urlURL of the Blueriq Studio management service
authenticationAuthentication method. Since R16 only BASIC is supportedBASIC
domainBlueriq domain (can be left blank)userNameBlueriq username
passWordBlueriq password
exportProjectSet to true if you want to generate the Blueriq project exportfalse
exportProjectDir

Foldername to save the export

target
generatePOJOsgeneratePojosSet to true if you want to generate the POJO class of a Blueriq Entityfalse
generateRequiredMethodsSet to true if you want to generate the getRequired<attribute> methodsfalse
generateInstanceLocatorSet to true if you want to use the InstanceLocator classfalse
includeSystemEntityObjectsSet to true if you want to add classes for system object like the system and user entityfalse


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.


ParameterDescriptionDefault value
applicationFilePath of the export file${project.basedir}/MyProject.project.zip
destdirDestination directory where all the java classes are storedsrc/main/java
packageNameName of the base java package
generatePOJOsgeneratePojosSet to true if you want to generate the POJO class of a Blueriq Entityfalse
generateRequiredMethodsSet to true if you want to generate the getRequired&tl;attribute> methodsfalse
generateInstanceLocatorSet to true if you want to use the InstanceLocator classfalse
includeSystemEntityObjectsSet to true if you want to add classes for system object like the system and user entityfalse


bold = required