Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ConnectorTypeElement
-
Packages that use ConnectorTypeElement Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements org.odpi.openmetadata.accessservices.digitalarchitecture.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ConnectorTypeElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return ConnectorTypeElement Modifier and Type Method Description ConnectorTypeElementManageConnections. getConnectorTypeByGUID(String userId, String connectorTypeGUID)Retrieve the connectorType metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type ConnectorTypeElement Modifier and Type Method Description List<ConnectorTypeElement>ManageConnections. findConnectorTypes(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of connectorType metadata elements that contain the search string.List<ConnectorTypeElement>ManageConnections. getConnectorTypesByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of connectorType metadata elements with a matching qualified or display name. -
Uses of ConnectorTypeElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ConnectorTypeElement Constructor Description ConnectorTypeElement(ConnectorTypeElement template)Copy/clone constructor -
Uses of ConnectorTypeElement in org.odpi.openmetadata.accessservices.digitalarchitecture.rest
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return ConnectorTypeElement Modifier and Type Method Description ConnectorTypeElementConnectorTypeResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return types with arguments of type ConnectorTypeElement Modifier and Type Method Description List<ConnectorTypeElement>ConnectorTypesResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with parameters of type ConnectorTypeElement Modifier and Type Method Description voidConnectorTypeResponse. setElement(ConnectorTypeElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with type arguments of type ConnectorTypeElement Modifier and Type Method Description voidConnectorTypesResponse. setElementList(List<ConnectorTypeElement> elementList)Set up the list of metadata elements to return.
-