Uses of Class
org.odpi.openmetadata.accessservices.devops.metadataelements.ElementStub
-
Packages that use ElementStub Package Description org.odpi.openmetadata.accessservices.devops.metadataelements org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ElementStub in org.odpi.openmetadata.accessservices.devops.metadataelements
Fields in org.odpi.openmetadata.accessservices.devops.metadataelements declared as ElementStub Modifier and Type Field Description protected ElementStubEmbeddedConnection. embeddedConnectionMethods in org.odpi.openmetadata.accessservices.devops.metadataelements that return ElementStub Modifier and Type Method Description ElementStubServerAssetUseElement. getCapabilityStub()Return the stub information of the software server capability.ElementStubConnectionElement. getConnectorType()Returns a copy of the properties for this connection's connector type.ElementStubEmbeddedConnection. getEmbeddedConnection()Return the embedded connection.ElementStubConnectionElement. getEndpoint()Returns a copy of the properties for this connection's endpoint.ElementStubPlatformDeploymentElement. getHostElement()Return the header of the linked host.ElementStubPlatformDeploymentElement. getPlatformElement()Return the header of the linked software server platform.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>ITProfileElement. getLinkedInfrastructure()Return the stubs of the pieces of IT infrastructure linked to the profile.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ElementStub Modifier and Type Method Description voidServerAssetUseElement. setCapabilityStub(ElementStub capabilityStub)Set up the stub information of the software server capability.voidConnectionElement. setConnectorType(ElementStub connectorType)Set up the connector type properties for this Connection.voidEmbeddedConnection. setEmbeddedConnection(ElementStub embeddedConnection)Set up the embedded connectionvoidConnectionElement. setEndpoint(ElementStub endpoint)Set up the endpoint properties for this Connection.voidPlatformDeploymentElement. setHostElement(ElementStub platformElement)Set up the header of the linked host.voidPlatformDeploymentElement. setPlatformElement(ElementStub platformElement)Set up the header of the linked software server platform.Method parameters in org.odpi.openmetadata.accessservices.devops.metadataelements with type arguments of type ElementStub Modifier and Type Method Description voidITProfileElement. setLinkedInfrastructure(List<ElementStub> linkedInfrastructure)Set up the stubs of the pieces of IT infrastructure linked to the profile.Constructors in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return ElementStub Modifier and Type Method Description ElementStubElementStubResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.devops.rest that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>ElementStubsResponse. getElements()Return the list of element identifiers.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type ElementStub Modifier and Type Method Description voidElementStubResponse. setElement(ElementStub element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.devops.rest with type arguments of type ElementStub Modifier and Type Method Description voidElementStubsResponse. setElements(List<ElementStub> elements)Set up the list of element identifiers.
-