Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionTypeElement
-
Packages that use GovernanceActionTypeElement Package Description org.odpi.openmetadata.accessservices.governanceengine.api org.odpi.openmetadata.accessservices.governanceengine.metadataelements org.odpi.openmetadata.accessservices.governanceengine.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GovernanceActionTypeElement in org.odpi.openmetadata.accessservices.governanceengine.api
Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return GovernanceActionTypeElement Modifier and Type Method Description GovernanceActionTypeElementGovernanceActionProcessInterface. getFirstActionType(String userId, String processGUID)Return the governance action type that is the first step in a governance action process.GovernanceActionTypeElementGovernanceActionProcessInterface. getGovernanceActionTypeByGUID(String userId, String actionTypeGUID)Retrieve the governance action type metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return types with arguments of type GovernanceActionTypeElement Modifier and Type Method Description List<GovernanceActionTypeElement>GovernanceActionProcessInterface. findGovernanceActionTypes(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of governance action type metadata elements that contain the search string.List<GovernanceActionTypeElement>GovernanceActionProcessInterface. getGovernanceActionTypesByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of governance action type metadata elements with a matching qualified or display name. -
Uses of GovernanceActionTypeElement in org.odpi.openmetadata.accessservices.governanceengine.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceengine.metadataelements that return GovernanceActionTypeElement Modifier and Type Method Description GovernanceActionTypeElementNextGovernanceActionTypeElement. getNextActionType()Return details of the next governance action typeMethods in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type GovernanceActionTypeElement Modifier and Type Method Description voidNextGovernanceActionTypeElement. setNextActionType(GovernanceActionTypeElement nextActionType)Set up details of the next governance action typeConstructors in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type GovernanceActionTypeElement Constructor Description GovernanceActionTypeElement(GovernanceActionTypeElement template)Copy/clone constructor -
Uses of GovernanceActionTypeElement in org.odpi.openmetadata.accessservices.governanceengine.rest
Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return GovernanceActionTypeElement Modifier and Type Method Description GovernanceActionTypeElementGovernanceActionTypeElementResponse. getElement()Return the properties object.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return types with arguments of type GovernanceActionTypeElement Modifier and Type Method Description List<GovernanceActionTypeElement>GovernanceActionTypeElementsResponse. getElements()Return the properties objects.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest with parameters of type GovernanceActionTypeElement Modifier and Type Method Description voidGovernanceActionTypeElementResponse. setElement(GovernanceActionTypeElement element)Set up the properties object.Method parameters in org.odpi.openmetadata.accessservices.governanceengine.rest with type arguments of type GovernanceActionTypeElement Modifier and Type Method Description voidGovernanceActionTypeElementsResponse. setElements(List<GovernanceActionTypeElement> elements)Set up the properties objects.
-