Class ProcessPropertiesBuilder


public class ProcessPropertiesBuilder extends AssetBuilder
ProcessPropertiesBuilder is able to build the properties for a Process entity.
  • Constructor Details

    • ProcessPropertiesBuilder

      public ProcessPropertiesBuilder(String qualifiedName, String processDisplayName, String technicalName, String technicalDescription, String typeGUID, String typeName, String formula, String implementationLanguage, Map<String,String> additionalProperties, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
      Constructor for process with all properties
      Parameters:
      qualifiedName - unique name
      processDisplayName - process display name
      technicalName - technical name
      technicalDescription - description
      typeName - type name to use for the entity
      typeGUID - type GUID to use for the entity
      formula - the process formula
      implementationLanguage - the implementation language
      additionalProperties - additional process properties
      repositoryHelper - helper methods
      serviceName - name of this OMAS
      serverName - name of local server
  • Method Details