Uses of Class
Entity.MyNode
Packages that use MyNode
-
Uses of MyNode in Entity
Modifier and TypeMethodDescriptionDependencyGraph.addRequestoToGraph(Request request, int index) DependencyGraph.getNodeByIndex(int responseIndex) DependencyGraph.getNodeByUrlandMethod(String url, String method) Modifier and TypeMethodDescriptionDependencyGraph.getDependenciesByNode(MyNode to) DependencyGraph.getDependenciesToExtractToFromNode(MyNode from, int index) ModifierConstructorDescriptionEdge(MyNode from, MyNode to, String type, AtomicObject dependency) EdgeBodyJSON(boolean primitive, String name, MyNode from, MyNode to, AtomicObject atomicObject, StructuredObject s) EdgeBodyJSON(boolean primitive, String name, MyNode from, MyNode to, AtomicObject atomicObject, StructuredObject s, int index_from, int index_to) EdgeBodyUE(MyNode from, MyNode to, String url_enc, AtomicObject atomicObject) EdgeBodyUE(MyNode from, MyNode to, String url_enc, AtomicObject atomicObject, int index_from, int index_to) EdgeCookie(MyNode from, MyNode to, String cookie_name, AtomicObject atomicObject) EdgeCookie(MyNode from, MyNode to, String cookie_name, AtomicObject atomicObject, int index_from, int index_to) EdgeHeader(MyNode from, MyNode to, String header_name, AtomicObject atomicObject) EdgeHeader(MyNode from, MyNode to, String header_name, AtomicObject atomicObject, int index_from, int index_to) EdgeQueryParam(MyNode from, MyNode to, String query_param_name, AtomicObject atomicObject) EdgeQueryParam(MyNode from, MyNode to, String query_param_name, AtomicObject atomicObject, int index_from, int index_to) EdgeUrl(MyNode from, MyNode to, String subPath, AtomicObject atomicObject) EdgeUrl(MyNode from, MyNode to, String subPath, AtomicObject atomicObject, int from_index, int to_index) -
Uses of MyNode in Services.CustomizeCorrelationView
Methods in Services.CustomizeCorrelationView with parameters of type MyNodeModifier and TypeMethodDescriptionCustomCorrelationFrameService.getCookieName(MyNode node) CustomCorrelationFrameService.getHeadersNameFrom(MyNode node) CustomCorrelationFrameService.getNamePostData(MyNode node) CustomCorrelationFrameService.getQueryNameFrom(MyNode node) -
Uses of MyNode in Services.Dependencies
Methods in Services.Dependencies that return MyNodeModifier and TypeMethodDescriptionTypeFromNodeAdaptor.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in Services.Dependencies with parameters of type MyNodeModifier and TypeMethodDescriptionstatic voidBodyDependency.check_body_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for dependencies in the body of a POST or PUT request.static voidCookieDependency.check_cookie_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for cookie-based dependencies for a given request.static voidHeaderDependency.check_header_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for header-based dependencies for a given request.static voidQueryParameterDependency.check_queryParams_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for query parameter-based dependencies for a given request.static voidUrlDependency.check_url_dependencies(List<ResponseUnstructured> response, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for URL-based dependencies for a given request.