Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalSupportProperties
-
Packages that use DigitalSupportProperties Package Description org.odpi.openmetadata.accessservices.digitalservice.api This is the Java API for the Digital Service OMAS.org.odpi.openmetadata.accessservices.digitalservice.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of DigitalSupportProperties in org.odpi.openmetadata.accessservices.digitalservice.api
Methods in org.odpi.openmetadata.accessservices.digitalservice.api with parameters of type DigitalSupportProperties Modifier and Type Method Description voidBusinessCapabilityManagement. setupSupportingDigitalService(String userId, String externalSourceGUID, String externalSourceName, String businessCapabilityGUID, DigitalSupportProperties properties, String digitalServiceGUID)Create a relationship between a business capability and a team to show that the support provided by the team for the business capability. -
Uses of DigitalSupportProperties in org.odpi.openmetadata.accessservices.digitalservice.properties
Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type DigitalSupportProperties Constructor Description DigitalSupportProperties(DigitalSupportProperties template)Copy/clone constructor.
-