Class ExternalReferenceBuilder


public class ExternalReferenceBuilder extends ReferenceableBuilder
ExternalReferenceBuilder creates the parts for an entity that represents an external reference.
  • Constructor Details

    • ExternalReferenceBuilder

      public ExternalReferenceBuilder(String qualifiedName, String displayName, String description, String url, String referenceVersion, String organization, Map<String,String> additionalProperties, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
      Create constructor
      Parameters:
      qualifiedName - unique name for the reference
      displayName - short display name for the reference
      description - description of the reference
      url - the location of the reference
      referenceVersion - version of the reference
      organization - owning org for the reference
      additionalProperties - additional properties for the reference
      repositoryHelper - helper methods
      serviceName - name of this OMAS
      serverName - name of local server
  • Method Details