Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ActionTargetElement
-
Packages that use ActionTargetElement Package Description org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of ActionTargetElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return types with arguments of type ActionTargetElement Modifier and Type Method Description List<ActionTargetElement>GovernanceActionElement. getActionTargetElements()Return the list of elements that the governance action will work on.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with type arguments of type ActionTargetElement Modifier and Type Method Description voidGovernanceActionElement. setActionTargetElements(List<ActionTargetElement> actionTargetElements)Set up the list of elements that the governance action will work on.Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ActionTargetElement Constructor Description ActionTargetElement(ActionTargetElement template)Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
-