Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.OrganizationalCapabilityProperties
-
Packages that use OrganizationalCapabilityProperties 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 OrganizationalCapabilityProperties in org.odpi.openmetadata.accessservices.digitalservice.api
Methods in org.odpi.openmetadata.accessservices.digitalservice.api with parameters of type OrganizationalCapabilityProperties Modifier and Type Method Description voidBusinessCapabilityManagement. setupOrganizationalCapability(String userId, String externalSourceGUID, String externalSourceName, String businessCapabilityGUID, OrganizationalCapabilityProperties properties, String teamGUID)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 OrganizationalCapabilityProperties in org.odpi.openmetadata.accessservices.digitalservice.properties
Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type OrganizationalCapabilityProperties Constructor Description OrganizationalCapabilityProperties(OrganizationalCapabilityProperties template)Copy/clone constructor.
-