public class EndpointBuilder extends ReferenceableBuilder
additionalProperties, extendedProperties, latestChange, qualifiedName, typeId, typeNameclassifications, errorHandler, repositoryHelper, serverName, serviceName| Constructor and Description |
|---|
EndpointBuilder(String qualifiedName,
String displayName,
String description,
OMRSRepositoryHelper repositoryHelper,
String serviceName,
String serverName)
Constructor when basic properties are known.
|
EndpointBuilder(String qualifiedName,
String displayName,
String description,
String networkAddress,
String protocol,
String encryptionMethod,
Map<String,String> additionalProperties,
Map<String,Object> extendedProperties,
OMRSRepositoryHelper repositoryHelper,
String serviceName,
String serverName)
Constructor supporting all properties.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProperties |
getInstanceProperties(String methodName)
Return the supplied bean properties in an InstanceProperties object.
|
InstanceProperties |
getNameInstanceProperties(String methodName)
Return the supplied bean properties that represent a name in an InstanceProperties object.
|
InstanceProperties |
getNetworkAddressInstanceProperties(String methodName)
Return the supplied bean properties that represent a name in an InstanceProperties object.
|
InstanceProperties |
getQualifiedNameInstanceProperties(String methodName)
Return the supplied bean properties that represent a name in an InstanceProperties object.
|
getEntityClassifications, getSearchInstanceProperties, getTypeId, getTypeNamegetEntityClassifications, setClassificationspublic EndpointBuilder(String qualifiedName, String displayName, String description, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
qualifiedName - unique namerepositoryHelper - helper methodsdisplayName - display name of discovery enginedescription - description of discovery engineserviceName - name of this OMASserverName - name of local serverpublic EndpointBuilder(String qualifiedName, String displayName, String description, String networkAddress, String protocol, String encryptionMethod, Map<String,String> additionalProperties, Map<String,Object> extendedProperties, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
qualifiedName - unique namedisplayName - new value for the display name.description - new description for the discovery engine.networkAddress - new description of the type ofg discovery engine.protocol - protocol supported by the endpoint.encryptionMethod - new patch level for the discovery engine implementation.additionalProperties - additional propertiesextendedProperties - properties from the subtype.repositoryHelper - helper methodsserviceName - name of this OMASserverName - name of local serverpublic InstanceProperties getInstanceProperties(String methodName) throws InvalidParameterException
getInstanceProperties in class ReferenceableBuildermethodName - name of the calling methodInvalidParameterException - there is a problem with the propertiespublic InstanceProperties getQualifiedNameInstanceProperties(String methodName)
getQualifiedNameInstanceProperties in class ReferenceableBuildermethodName - name of the calling methodpublic InstanceProperties getNameInstanceProperties(String methodName)
getNameInstanceProperties in class ReferenceableBuildermethodName - name of the calling methodpublic InstanceProperties getNetworkAddressInstanceProperties(String methodName)
methodName - name of the calling methodCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.