Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RequestSourceElement
-
Packages that use RequestSourceElement Package Description org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of RequestSourceElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return types with arguments of type RequestSourceElement Modifier and Type Method Description List<RequestSourceElement>GovernanceActionElement. getRequestSourceElements()Return the list of elements that triggered this request.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with type arguments of type RequestSourceElement Modifier and Type Method Description voidGovernanceActionElement. setRequestSourceElements(List<RequestSourceElement> requestSourceElements)Set up the list of elements that triggered this request.Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type RequestSourceElement Constructor Description RequestSourceElement(RequestSourceElement 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;
-