Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceActionTypeElement
-
Packages that use GovernanceActionTypeElement Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GovernanceActionTypeElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return GovernanceActionTypeElement Modifier and Type Method Description GovernanceActionTypeElementGovernanceExchangeInterface. getFirstActionType(String userId, String processGUID)Return the governance action type that is the first step in a governance action process.GovernanceActionTypeElementGovernanceExchangeInterface. getGovernanceActionTypeByGUID(String userId, String actionTypeGUID)Retrieve the governance action type metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type GovernanceActionTypeElement Modifier and Type Method Description List<GovernanceActionTypeElement>GovernanceExchangeInterface. 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>GovernanceExchangeInterface. 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.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return GovernanceActionTypeElement Modifier and Type Method Description GovernanceActionTypeElementNextGovernanceActionTypeElement. getNextActionType()Return details of the next governance action typeMethods in org.odpi.openmetadata.accessservices.assetmanager.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.assetmanager.metadataelements with parameters of type GovernanceActionTypeElement Constructor Description GovernanceActionTypeElement(GovernanceActionTypeElement template)Copy/clone constructor -
Uses of GovernanceActionTypeElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GovernanceActionTypeElement Modifier and Type Method Description GovernanceActionTypeElementGovernanceActionTypeElementResponse. getElement()Return the properties object.Methods in org.odpi.openmetadata.accessservices.assetmanager.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.assetmanager.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.assetmanager.rest with type arguments of type GovernanceActionTypeElement Modifier and Type Method Description voidGovernanceActionTypeElementsResponse. setElements(List<GovernanceActionTypeElement> elements)Set up the properties objects.
-