Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ConnectorTypeProperties
-
Packages that use ConnectorTypeProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api with parameters of type ConnectorTypeProperties Modifier and Type Method Description StringManageConnections. createConnectorType(String userId, ConnectorTypeProperties connectorTypeProperties)Create a new metadata element to represent the root of a connectorType.voidManageConnections. updateConnectorType(String userId, boolean isMergeUpdate, String connectorTypeGUID, ConnectorTypeProperties connectorTypeProperties)Update the metadata element representing a connectorType. -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return ConnectorTypeProperties Modifier and Type Method Description ConnectorTypePropertiesConnectorTypeElement. getConnectorTypeProperties()Return the properties for the connector type.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ConnectorTypeProperties Modifier and Type Method Description voidConnectorTypeElement. setConnectorTypeProperties(ConnectorTypeProperties connectorTypeProperties)Set up the properties for the connector type. -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type ConnectorTypeProperties Constructor Description ConnectorTypeProperties(ConnectorTypeProperties template)Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
-