Uses of Class
org.odpi.openmetadata.accessservices.devops.metadataelements.OperatingPlatformElement
-
Packages that use OperatingPlatformElement Package Description org.odpi.openmetadata.accessservices.devops.api org.odpi.openmetadata.accessservices.devops.metadataelements -
-
Uses of OperatingPlatformElement in org.odpi.openmetadata.accessservices.devops.api
Methods in org.odpi.openmetadata.accessservices.devops.api that return OperatingPlatformElement Modifier and Type Method Description OperatingPlatformElementOperatingPlatformManagerInterface. getOperatingPlatformByGUID(String userId, String operatingPlatformGUID)Retrieve the operating platform metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.devops.api that return types with arguments of type OperatingPlatformElement Modifier and Type Method Description List<OperatingPlatformElement>OperatingPlatformManagerInterface. findOperatingPlatforms(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of operating platform metadata elements that contain the search string.List<OperatingPlatformElement>OperatingPlatformManagerInterface. getOperatingPlatformsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of operating platform metadata elements with a matching qualified or display name. -
Uses of OperatingPlatformElement in org.odpi.openmetadata.accessservices.devops.metadataelements
Constructors in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type OperatingPlatformElement Constructor Description OperatingPlatformElement(OperatingPlatformElement template)Copy/clone constructor
-