Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.PortType
-
Packages that use PortType Package Description org.odpi.openmetadata.frameworks.governanceaction The interfaces of the Governance Action Framework (GAF) The governance action framework defines interfaces for governance action services.org.odpi.openmetadata.frameworks.governanceaction.properties -
-
Uses of PortType in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type PortType Modifier and Type Method Description StringGovernanceActionContext. createPort(String processGUID, String qualifiedName, String displayName, PortType portType, String templateGUID)Add a port to a process.StringProvisioningGovernanceContext. createPort(String processGUID, String qualifiedName, String displayName, PortType portType, String templateGUID)Add a port to a process. -
Uses of PortType in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return PortType Modifier and Type Method Description static PortTypePortType. valueOf(String name)Returns the enum constant of this type with the specified name.static PortType[]PortType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-